source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f9b5459e   21 years fabrice seeking support - fixed some ADPCM decoding cases Originally …
(edit) @8e38ff0c   21 years fabrice fixed double free Originally committed as revision 2499 to …
(edit) @ba0ce88a   21 years fabrice added parsing Originally committed as revision 2498 to …
(edit) @4986a429   21 years fabrice seek support for PCM formats Originally committed as revision 2497 to …
(edit) @ccd39ae6   21 years fabrice use parsers Originally committed as revision 2496 to …
(edit) @ff762d6e   21 years fabrice initial seek support - more generic play/pause support Originally …
(edit) @fb2758c8   21 years fabrice initial av_read_frame() and av_seek_frame() support Originally …
(edit) @c6f353ff   21 years fabrice also parse extradata for MPEG4 Originally committed as revision 2493 …
(edit) @8424cf50   21 years fabrice new audio/video parser API Originally committed as revision 2492 to …
(edit) @962d6ae6   21 years fabrice exported mpa_decode_header for new parser API Originally committed as …
(edit) @8dbcc9f2   21 years fabrice comment fix Originally committed as revision 2490 to …
(edit) @b595afaa   21 years mike added palette support to the QT demuxer; registered SMC video decoder …
(edit) @11e29a41   21 years mike added Apple Graphics (SMC) decoder Originally committed as revision …
(edit) @aa39a622   21 years r_togni 4bpp support Originally committed as revision 2487 to …
(edit) @1dc1ed99   21 years r_togni 8BPS decoder Originally committed as revision 2486 to …
(edit) @e02c251e   21 years r_togni Set buffer hints, use cr where available Originally committed as …
(edit) @074c4ca7   21 years r_togni Add cr codec capability and buffer hints Originally committed as …
(edit) @46888748   21 years michaelni 1000l Originally committed as revision 11407 to …
(edit) @598401ce   21 years michaelni fix context=1 remove always_inline, gcc fails to inline other more …
(edit) @3f76a287   21 years michaelni cvsignore patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) …
(edit) @1d768c3   21 years r_togni 100l: sometime palette was not copied to output frame Originally …
(edit) @19d053c5   21 years Roman R. * fixes for broken builds on Solaris, OS2 and all bingendian …
(edit) @ec62c38f   21 years michaelni -sws 0 && -ssf chs fixed Originally committed as revision 11380 to …
(edit) @28c70622   21 years michaelni use .mp4 in one of the mpeg4 regression tests Originally committed as …
(edit) @dd0003fa   21 years michaelni removing borderline spyware Originally committed as revision 2478 to …
(edit) @f3203047   21 years michaelni ffv1 regression test Originally committed as revision 2477 to …
(edit) @e45ccf7   21 years michaelni movenc patch by (Gildas Bazin <gbazin at altern dot org>) Originally …
(edit) @75388c74   21 years michaelni 2nd attempt at OS/X shared/mdynamicnopic fix by ("Steven M. Schultz" …
(edit) @3d0ef6d   21 years michaelni av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot …
(edit) @ea05d9c9   21 years michaelni flush fix (untested) Originally committed as revision 2473 to …
(edit) @e0595741   21 years michaelni -target option patch by (Vidar Madsen <vidar at prosalg dot no>) this …
(edit) @89b9441a   21 years michaelni only add prefix after \n Originally committed as revision 2471 to …
(edit) @762357e6   21 years michaelni 10l (fixes dct coeff noise reduction) Originally committed as …
(edit) @9b879566   21 years michaelni av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) …
(edit) @8bae9dd   21 years michaelni 10l (forgot that the dstW offset is hardcoded in the asm) Originally …
(edit) @821cb11   21 years michaelni noise reduction of dct coefficients Originally committed as revision …
(edit) @432d84c3   21 years michaelni 10l ... Originally committed as revision 2467 to …
(edit) @875efaf   21 years r_togni Moved to new palette API Added check to aviod stride change between …
(edit) @5e29abf8   21 years r_togni Make avi and asf demuxer export palette in palctrl Originally …
(edit) @2e99641b   21 years r_togni Fix some palette related defines, bump build number Originally …
(edit) @2cbb782   21 years michaelni ffv1 rgb support Originally committed as revision 2463 to …
(edit) @eb592f6a   21 years michaelni ; Originally committed as revision 2462 to …
(edit) @b5c950c   21 years michaelni int_fast??_t emulation for broken systems which dont conform to ISO C …
(edit) @04939fb7   21 years r_togni 100l: free previous frame, not current one! Set reference flag for …
(edit) @bc0219fd   21 years r_togni Don't memcpy from unallocated memory Originally committed as revision …
(edit) @ddaae6a   21 years Roman R. * DV demuxer is now capable of decoding auxilary audio stream. So, …
(edit) @99614dd   21 years michaelni configure on SGI IRIX patch by (Michel Bardiaux <mbardiaux at peaktime …
(edit) @84f608f4   21 years michaelni New options for intra/inter matrices patch by (Vidar Madsen <vidar at …
(edit) @d43fb4e8   21 years michaelni move identical code into its own function intXY_t -> int_fastXY_t …
(edit) @237e4938   21 years michaelni initalize various uninitalized variables and avoid …
(edit) @f259747b   21 years michaelni 100l (SAR is written as height/width instead of width/height in the …
(edit) @5f19481   21 years michaelni pts fix and related fixes Originally committed as revision 2452 to …
(edit) @2a2bbcb0   21 years mike revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) …
(edit) @9df1d249   21 years michaelni dumping funny numbers from first zygo i frame header Originally …
(edit) @43a13e72   21 years alex initial support for zygovideo Originally committed as revision 2449 …
(edit) @8b1ab7bf   21 years fabrice added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux …
(edit) @da24c5e3   21 years fabrice make AVFMT_NOHEADER flag dynamic - added av_open_input_stream() …
(edit) @b45a7a18   21 years fabrice mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses …
(edit) @985180a1   21 years fabrice added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for …
(edit) @b623bbcb   21 years michaelni 1/0 fix by (Tim Allen <tim at proximity dot com dot au>) Originally …
(edit) @13ba9ae4   21 years michaelni linear blend 1 line shift fix Originally committed as revision 2443 …
(edit) @a579db0c   21 years ikalvachev XvMC speedup by removing one memcpy and doing MB packing Originally …
(edit) @6b56c616   21 years michaelni make convert_matrix() independant of MpegEncContext Originally …
(edit) @0bf92f79   21 years michaelni GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot …
(edit) @14cabd40   21 years michaelni AltiVec optimized fdct patch by (James Klicman <james at klicman dot …
(edit) @5c69a4fd   21 years michaelni fixing the remaning block-align checks Originally committed as …
(edit) @ca1d62f4   21 years michaelni block algn patch by ("Assaf Yaari" <assafy at mobixell dot com>) …
(edit) @6e0593e8   21 years michaelni reorder table instead of wasting instructions to reorder the input to …
(edit) @94789b9e   21 years michaelni 10l Originally committed as revision 2435 to …
(edit) @9b4b6e09   21 years michaelni segfault fix Originally committed as revision 2434 to …
(edit) @94fd9201   21 years mike support Cinepak files with funky (not divisible by 4) resolutions …
(edit) @8dafdb88   21 years mike added XVID fourcc (ISO MPEG-4?) and AC3 fourcc Originally committed …
(edit) @6a6810b1   21 years michaelni diff -up looks better then diff -u Originally committed as revision …
(edit) @48b1f800   21 years Roman R. * adding integer/floating point AAN implementations for DCT 2-4-8 …
(edit) @b292469   21 years Roman R. * sh doesn't understand $(command) type of Command substitution. …
(edit) @99200bae   21 years michaelni optimizing Originally committed as revision 2428 to …
(edit) @1b245cc2   21 years michaelni Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at …
(edit) @07bd15c   21 years michaelni rational.h not installed patch by (Fred Rothganger <rothgang at uiuc …
(edit) @10acc479   21 years Roman R. * introducing dct248 into the DSP context. * simple/accurate …
(edit) @01a2dda   21 years alex 1l Originally committed as revision 2424 to …
(edit) @cf3bf5bb   21 years michaelni minor mmx2 optimization if the dct Originally committed as revision …
(edit) @1745173b   21 years michaelni inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() …
(edit) @8d00c562   21 years michaelni 4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd …
(edit) @b4c3816c   21 years michaelni optionally merge postscale into quantization table for the float aan …
(edit) @10becaa   21 years michaelni 10l Originally committed as revision 2419 to …
(edit) @369e2d50   21 years alex 10l Originally committed as revision 2418 to …
(edit) @1ffb0091   21 years alex 100l Originally committed as revision 2417 to …
(edit) @6f5cf8c5   21 years michaelni oops forgot Originally committed as revision 2416 to …
(edit) @65e4c8c   21 years michaelni floating point AAN DCT Originally committed as revision 2415 to …
(edit) @9d9e317   21 years michaelni 112 bytes smaller MpegEncContext Originally committed as revision …
(edit) @45686da2   21 years michaelni move blocks away MpegEncContext (7.4 -> 5.8k) Originally committed as …
(edit) @642ccefb   21 years michaelni move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no …
(edit) @7e4995c3   21 years michaelni move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is …
(edit) @c4f1e443   21 years michaelni minimum slice size fix (fixes 422P 1 line per slice, used by huffyuv) …
(edit) @b465449e   21 years michaelni dynamic alloc of picture structs instead of putting them in …
(edit) @7f96ed5b   21 years michaelni forgot to apply this chunk appearently, no, i dont really remember …
(edit) @8831db5c   21 years michaelni start time hack by (devik <devik at cdi dot cz>) Originally committed …
(edit) @33a6984b   21 years michaelni BSD doesnt have log2 Originally committed as revision 2407 to …
(edit) @5c9e4723   21 years michaelni mpeg2 aspect ratio encoding fixed Originally committed as revision …
(edit) @5ed9f2e5   21 years michaelni use continued fractions to approximate a fraction if its numerator or …
Note: See TracRevisionLog for help on using the revision log.