source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @50c93f74   21 years michaelni 10l (segfault fix) Originally committed as revision 2837 to …
(edit) @ed263031   21 years michaelni 100l (divx5 b frame + seeking + flush fix) Originally committed as …
(edit) @4eaad9c0   21 years ikalvachev forgot default chroma_format value Originally committed as revision …
(edit) @197662a6   21 years ikalvachev fix typo Originally committed as revision 2834 to …
(edit) @5e5c247a   21 years ikalvachev initial chroma_format changes,xvmc tweaks and codec_cap Originally …
(edit) @3f1d4e9   21 years michaelni attribute_used patch by (mitya at school dot ioffe dot ru (Dmitry …
(edit) @95d356c5   21 years michaelni optimizing/cleanup of mpeg/qpel_motion() Originally committed as …
(edit) @5c0513bd   21 years michaelni attribute used patch by (mitya at school dot ioffe dot ru (Dmitry …
(edit) @fddae1c3   21 years michaelni skip b frames before first i frame Originally committed as revision …
(edit) @c8a4ebbf   21 years michaelni simplify MPV_motion() Originally committed as revision 2828 to …
(edit) @5ba326b5   21 years michaelni interlaced mpeg4 + edge emu fix (fixes decoding of mermaid.avi) …
(edit) @4c9544d   21 years michaelni mpeg2 field pic decoding fix simplifiations Originally committed as …
(edit) @2a24fe4c   21 years michaelni int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now …
(edit) @853d659d   21 years michaelni os x md5sum patch by (John Dalgliesh <johnd at defyne dot org>) …
(edit) @aab34ca0   21 years michaelni Metrowerks CodeWarrior patches by (John Dalgliesh <johnd at defyne dot …
(edit) @259630df   21 years michaelni 10l (vdpart fix) Originally committed as revision 2822 to …
(edit) @8d52ec7   21 years michaelni AVCodec.supported_framerates Originally committed as revision 2821 to …
(edit) @71141d77   21 years michaelni INT64_MIN fix Originally committed as revision 2820 to …
(edit) @9d5277ce   21 years michaelni 10l Originally committed as revision 2819 to …
(edit) @ae35f5e1   21 years michaelni 100l (field picture decoding fix) Originally committed as revision …
(edit) @79c060bc   21 years michaelni Wolfgang Hesseler (mv/dct coeff export & mv vissualiztion) Originally …
(edit) @8289c6f   21 years michaelni export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler …
(edit) @5a815088   21 years michaelni 1l Originally committed as revision 2815 to …
(edit) @9740beff   21 years michaelni use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 move …
(edit) @8ac5c1b   21 years michaelni av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) …
(edit) @e51f4948   21 years michaelni set AVFrame.pts based upon framerate if its 0 detect & warn if the …
(edit) @ed7b99bb   21 years michaelni av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) …
(edit) @c62c07d3   21 years michaelni multithreaded mpeg2 decoding Originally committed as revision 2810 to …
(edit) @c0a2c42   21 years michaelni av_log patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) …
(edit) @560ff809   21 years michaelni av_log() Originally committed as revision 2808 to …
(edit) @310ffb8f   21 years michaelni c99 Originally committed as revision 2807 to …
(edit) @d705e4a6   21 years michaelni (f)printf() is disallowed in libavcodec, compilation will fail now if …
Note: See TracRevisionLog for help on using the revision log.