source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @1c0dcc39   21 years michaelni 10l Originally committed as revision 2404 to …
(edit) @5ff85f1d   21 years michaelni AVRational sample_aspect_ratio aspect ratio in JPEG JFIF is SAR not …
(edit) @9dad924e   21 years michaelni bottom_field_first -> top_field_first Originally committed as …
(edit) @fa384dcc   21 years michaelni export mpeg2 active display area / pan scan fix mpeg2 aspect_ratio for …
(edit) @f2fae326   21 years michaelni OS/X 10.2.x gcc-3.1 bug workaround by ("Steven M. Schultz" <sms at …
(edit) @dc7cb06   21 years michaelni gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi …
(edit) @4cb3f3b6   21 years michaelni Using the extension m4a for audio only MPEG-4 files is increasingly …
(edit) @cf9d24a   21 years michaelni - Moving -Wall from the individual Makefiles to configure (and only …
(edit) @2744ca9a   21 years Roman R. * providing MPEG codecs with a generic fields in AVFrame to use. …
(edit) @a573cc27   21 years michaelni emu_edge checks simplification and avoid redundant checks for mpeg1/2 …
(edit) @5c00fe41   21 years Roman R. * original fix still didn't align lines on s_align when …
(edit) @00c28046   21 years Roman R. * fix for a trivial 100l declaration typo Originally committed as …
(edit) @6571e41d   21 years michaelni picture buffer cleanup, this fixes a assertion failure (if assertion …
(edit) @f0bbfc4a   21 years michaelni default_get_buffer() fixes Originally committed as revision 2391 to …
(edit) @66535069   21 years michaelni Enable decoding of more mpeg-ts streams for pcHDTV patch by (Doug …
(edit) @f539eb52   21 years michaelni align Originally committed as revision 2389 to …
(edit) @bcc7125e   21 years michaelni fix "first frame is no keyframe" bug Originally committed as revision …
(edit) @4b684105   21 years alex 10l Originally committed as revision 2387 to …
(edit) @ff490720   21 years michaelni dither scaling coefficients so they add up to 1.0 Originally …
(edit) @379a2036   21 years michaelni rounding fixes Originally committed as revision 11123 to …
(edit) @93cb9d7f   21 years mike hook up the XA ADPCM decoder Originally committed as revision 2386 to …
(edit) @fc384777   21 years mike activate the XA and ADX ADPCM codecs Originally committed as revision …
(edit) @f19af812   21 years mike replace file to remove nasty DOS CRs and hard tabs Originally …
(edit) @f1271366   21 years mike this should be part of adpcm.c Originally committed as revision 2383 …
(edit) @e986b6e2   21 years mike quiet Originally committed as revision 2382 to …
(edit) @baf23f0c   21 years mike use the correct file modes Originally committed as revision 2381 to …
(edit) @ffaa816e   21 years michaelni recommit of * fixing an unitilaized field …
(edit) @fe08925f   21 years michaelni recommit of * backing out the 0-sized packets patch. We have to …
(edit) @00293677   21 years mike remove experimental reference Originally committed as revision 2378 …
(edit) @485bc05d   21 years alex make it compatible with older make (debian stable - make 3.79.1) …
(edit) @f561046   21 years mike added CRI ADX and XA ADPCM audio modules, courtesy of BERO <bero -at- …
(edit) @764ef400   21 years mike disable encoders where appropriate (patch courtesy of BERO <bero -at- …
(edit) @a003ee9a   21 years michaelni fix the case where all vlc codes are 8 bits long (repeat=256) …
(edit) @7674347b   21 years michaelni alignment 10l Originally committed as revision 2373 to …
(edit) @84705403   21 years michaelni mmx2 optimization of huffyuv median encoding Originally committed as …
(edit) @8c812d73   21 years michaelni 10l Originally committed as revision 2371 to …
(edit) @ac0c6638   21 years michaelni dont check if the ac esc 3 could have been stored as vlc as this …
(edit) @117a5490   21 years alex init_put_bits changed Originally committed as revision 2369 to …
(edit) @c58222c5   21 years alex 10l Originally committed as revision 2368 to …
(edit) @431f2172   21 years michaelni fix decoding if the aspect ratio changes Originally committed as …
(edit) @ed7debda   21 years alex removed the obsolete and unused parameters of init_put_bits …
(edit) @d6896c4   21 years alex add some missing codecs Originally committed as revision 2365 to …
(edit) @bba3a09b   21 years michaelni h263 GOB decoding fix Originally committed as revision 2364 to …
(edit) @34790165   21 years michaelni intra dc treshold != 0 decoding fixed Originally committed as …
(edit) @5e83dec4   21 years alex Sunplus JPEG codec (SP5X) support Originally committed as revision …
Note: See TracRevisionLog for help on using the revision log.