source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5cce4dd   21 years michaelni ensure that the bitstream buffers for encoding partitioned frames are …
(edit) @38100e8c   21 years mike added QT faststart remuxing utility to ffmpeg distribution per, ahem, …
(edit) @042e3bfe   21 years michaelni fix decoding of qp<6 Originally committed as revision 2933 to …
(edit) @e5017ab   21 years michaelni h264 - progressive I frame CABAC support patch by (Laurent Aimar …
(edit) @6fb316d5   21 years michaelni Support raw mpegts streams from dvr patch by (wmglo at dent dot med …
(edit) @d7646d7d   21 years michaelni h263 loop filter option Originally committed as revision 2930 to …
(edit) @b73afeac   21 years michaelni huge vbv buffer size + CBR fix Originally committed as revision 2929 …
(edit) @ca20f118   21 years Roman R. * enabling DV-in-QT * fixing a bug in movenc.c: for QT files hdrl …
(edit) @046bee86   21 years michaelni always parse APP* as it sometimes contains startcodes which confuse …
(edit) @901ee2be   21 years Roman R. * some significant clean-up of the dv_decode_ac (it looks real …
(edit) @7906085f   21 years mellum warning patrol Originally committed as revision 2925 to …
(edit) @d957696f   21 years michaelni cleanup frame_rate code, this may also fix some large file bugs …
(edit) @0a90160a   21 years michaelni forgot (bitstream size info) Originally committed as revision 2923 to …
(edit) @c43e7a66   21 years michaelni untested win32 binary pipe fix Originally committed as revision 2922 …
(edit) @490c735d   21 years Roman R. * turns out raw DV files can have .dif extension Originally committed …
(edit) @cb6e87c1   21 years mellum Update coding rules. Originally committed as revision 2920 to …
(edit) @8066e59f   21 years Roman R. * enabling seek in raw DV files * generic DV demuxer now sets …
(edit) @039e7889   21 years michaelni add size of encoded stream to the regression tests Originally …
(edit) @6486ad57   21 years michaelni test more (i)dcts Originally committed as revision 2917 to …
(edit) @8fe2c60e   21 years michaelni 1000l for iive Originally committed as revision 2916 to …
(edit) @6b47b730   21 years michaelni Compile fix by (Chip <szarlada at freemail dot hu>) Originally …
(edit) @b839da6   21 years michaelni powerpc PMC doc fix by (Romain Dolbeau <dolbeau at irisa dot fr>) …
(edit) @4e39ab4c   21 years michaelni 1000l in av_mallocz_static() less overallocation in av_fast_realloc() …
(edit) @8d1f2ba5   21 years michaelni static allocation rewrite (old code was plain a broken mess) doesnt …
(edit) @2a42b5c3   21 years michaelni support url_read which reads less then requested patch by (Leon van …
(edit) @53c05b1e   21 years michaelni do loop filter immediatly after each macroblock is decoded instead of …
(edit) @3ebc7e04   21 years michaelni h264 loop filter optimizations Originally committed as revision 2909 …
(edit) @980a82b7   21 years michaelni h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir …
(edit) @74d69c07   21 years michaelni enable .ffm regression test as it works again Originally committed as …
(edit) @458eadda   21 years michaelni slice structured encoding support & interlaced spelling Originally …
(edit) @204b5c9e   21 years michaelni h.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at …
(edit) @950b55d3   21 years michaelni wrong help text Originally committed as revision 2904 to …
(edit) @79292510   21 years michaelni adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at …
(edit) @58254257   21 years Roman R. * removing casualties of battle of the wits and English language …
(edit) @7976241a   21 years michaelni moving f/b_code init to where it should be Originally committed as …
(edit) @7813d6a3   21 years michaelni 1000000l (using uninitalized variable for initalizing bits per MV …
(edit) @3edcacde   21 years michaelni init cleanup Originally committed as revision 2899 to …
(edit) @6fe1a1a5   21 years ikalvachev use pan_scan to remove some weight, proper pan_scan offset reading …
(edit) @5ac47683   21 years ikalvachev mpeg12 fix 10l of aspect calucalations, return gop perser to print …
(edit) @e15dec10   21 years michaelni decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at …
(edit) @6cc270c   21 years mike update the API for the idct function Originally committed as revision …
(edit) @a6b9ffb   21 years ikalvachev move MPV_common_init after parsing stream parameters, matrix rebuild …
(edit) @6faa4645   21 years Roman R. * DV decoding/encoding now supports MultiThreading for up to 324 CPUs …
(edit) @380fd6b1   21 years Roman R. * DV decoder simplifications. Now it looks to be 6% faster. At least …
(edit) @b51469a0   21 years michaelni tcp select() check and enables pressing 'q' when reading/(writing) …
(edit) @35fe5cc5   21 years michaelni altivec swscale under Linux patch by (Magnus Damm <damm at opensource …
(edit) @37923cd3   21 years michaelni alignment fix Originally committed as revision 2890 to …
(edit) @67086c85   21 years michaelni width,height%16!=0 fix Originally committed as revision 2889 to …
(edit) @ee59b4b6   21 years mike don't fetch the size of SEQH unless SEQH was found Originally …
(edit) @23fe14bb   21 years mike minor VMD system update; still not perfect, but should not crash …
(edit) @3a278992   21 years mike remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> …
(edit) @9eef2b77   21 years michaelni no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l …
(edit) @c3775e54   21 years michaelni fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot …
(edit) @8be014e0   21 years michaelni removing broken mpeg_decode_gop() Originally committed as revision …
(edit) @68951ecf   21 years michaelni fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at …
(edit) @ebcd2f96   21 years mike be smarter about the variable size of the extra SVQ3 data Originally …
(edit) @36d9b4e   21 years michaelni (f)pritf() vs. av_log() and 'make test' update Originally committed …
(edit) @247d56f5   21 years michaelni Parse stss info in MOV files to get key frames patch by ("Brian …
(edit) @14284f78   21 years mike smarten up the SVQ3 extradata decoder without changing the external …
(edit) @bda702fc   21 years mike credit update Originally committed as revision 2877 to …
(edit) @6a91ec51   21 years mike added SGI image format, encoding and decoding, courtesy of Todd Kirby …
(edit) @38088adf   21 years mike Matroska credits Originally committed as revision 2875 to …
(edit) @e7a18d5   21 years Roman R. * moving some of the commonly used bit reading/writing functions …
(edit) @6e046750   21 years michaelni big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at …
(edit) @a2faa401   21 years michaelni AltiVec support in postproc/ + altivec optimizations for yuv2yuvX …
(edit) @08abe0fd   21 years michaelni matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at …
(edit) @1da57984   21 years michaelni 10l Originally committed as revision 2871 to …
(edit) @3738fe1a   21 years michaelni nicer output for 'ffmpeg -formats' Originally committed as revision …
(edit) @b98202a4   21 years michaelni mb stuffing in partitioned frames fix Originally committed as …
(edit) @b056e73c   21 years michaelni h263+ custom pcf support Originally committed as revision 2868 to …
(edit) @361b1b86   21 years michaelni Correcting the header size for ADPCM_IMA_WAV files patch by (Brian …
(edit) @bb01a3f0   21 years michaelni guess framerate Originally committed as revision 2866 to …
(edit) @c276af0   21 years michaelni disable lames leading zero "feature", fixes a few more flv encoding …
(edit) @4bfc029f   21 years michaelni 10l (1 vs. descrLength(1)) found by (Jean Le Feuvre - jeanlf) …
(edit) @92a26775   21 years michaelni flv fixes Originally committed as revision 2863 to …
(edit) @c7516a00   21 years michaelni find_start_code() optimization (about 2x faster now) this may improve …
(edit) @ba30abcb   21 years michaelni regression test fix (forcing specific audio codecs as the default …
(edit) @148beec7   21 years kabi * missing opts for make dep Originally committed as revision 2860 to …
(edit) @e83a84ac   21 years michaelni ss patch by (Benjamin Larsson <banan at student dot ltu dot se>) …
(edit) @6ed08157   21 years michaelni channel count & samplerate fix Originally committed as revision 2858 …
(edit) @01456e8e   21 years mike use optimized VP3 functions where appropriate Originally committed as …
(edit) @67335dbc   21 years mike cut over to using new VP3 DSP functions and remove the old ones; bring …
(edit) @44cb64ee   21 years mike seperated out the C-based VP3 DSP functions into a different file; …
(edit) @e82d912d   21 years michaelni h263 framerate & aspect ratio fixes Originally committed as revision …
(edit) @e4053d52   21 years michaelni forgot to commit from patch by (Konstantin Andreyev <kandreyev at …
(edit) @c4e37247   21 years michaelni write trailer before closing codecs as otherwise accesses to extradata …
(edit) @615b92fd   21 years michaelni asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) 1. …
(edit) @542993b0   21 years michaelni split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) …
(edit) @c0a0170c   21 years michaelni fix motion compensation with (x+1/2,y+1/2) MVs Originally committed …
(edit) @ca5b9f20   21 years michaelni 10l Originally committed as revision 2848 to …
(edit) @5f0f7713   21 years kabi * more consts Originally committed as revision 2847 to …
(edit) @49a37411   21 years kabi * const warn elimination Originally committed as revision 2846 to …
(edit) @62c438a2   21 years kabi * const warn elimintation Originally committed as revision 2845 to …
(edit) @b0df362b   21 years kabi * const Originally committed as revision 2844 to …
(edit) @494c56d3   21 years ikalvachev silence warnings Originally committed as revision 2843 to …
(edit) @399cec2f   21 years michaelni count > thread_count for execute() Originally committed as revision …
(edit) @4346539   21 years michaelni av_log() cleanup null pointer segfaults dont print redundant spam …
(edit) @bc874dae   21 years michaelni av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) …
(edit) @81c5f887   21 years michaelni macrofree av_freep() Originally committed as revision 2839 to …
(edit) @461cd5b   21 years ikalvachev add vlc for cbp=0 that is valid in 422,444 Originally committed as …
Note: See TracRevisionLog for help on using the revision log.