2707 Commits (bc0219fd9583da3e73b0363ca0588d7a53d954c0)
 

Author SHA1 Message Date
Roberto Togni bc0219fd95 Don't memcpy from unallocated memory 21 years ago
Roman Shaposhnik ddaae6a9d1 * DV demuxer is now capable of decoding auxilary audio stream. So, 21 years ago
Michel Bardiaux 99614dd4e9 configure on SGI IRIX patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Vidar Madsen 84f608f4a0 New options for intra/inter matrices patch by (Vidar Madsen <vidar at prosalg dot no>) 21 years ago
Michael Niedermayer d43fb4e806 move identical code into its own function 21 years ago
Michael Niedermayer 237e49387a initalize various uninitalized variables and avoid coded_picture_number as its not always correct (later should be reversed after fixing the picture_number mess) 21 years ago
Michael Niedermayer f259747bc7 100l (SAR is written as height/width instead of width/height in the MPEG1 standard) 21 years ago
Michael Niedermayer 5f1948111a pts fix and related fixes 21 years ago
Mike Melanson 2a2bbcb05f revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) 21 years ago
Michael Niedermayer 9df1d2490d dumping funny numbers from first zygo i frame header 21 years ago
Alex Beregszaszi 43a13e7247 initial support for zygovideo 21 years ago
Fabrice Bellard 8b1ab7bf21 added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a specific API 21 years ago
Fabrice Bellard da24c5e330 make AVFMT_NOHEADER flag dynamic - added av_open_input_stream() 21 years ago
Fabrice Bellard b45a7a18d3 mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake codec MPEG2TS) 21 years ago
Fabrice Bellard 985180a1b8 added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for simpler handling of raw transport streams in ffserver and RTP - better solutions are welcomed) 21 years ago
Michael Niedermayer b623bbcba2 1/0 fix by (Tim Allen <tim at proximity dot com dot au>) 21 years ago
Michael Niedermayer 13ba9ae499 linear blend 1 line shift fix 21 years ago
Ivan Kalvachev a579db0c4f XvMC speedup by removing one memcpy and doing MB packing 21 years ago
Michael Niedermayer 6b56c616d9 make convert_matrix() independant of MpegEncContext 21 years ago
Panagiotis Issaris 0bf92f7957 GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>) 21 years ago
James Klicman 14cabd4068 AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>) 21 years ago
Michael Niedermayer 5c69a4fd68 fixing the remaning block-align checks 21 years ago
Assaf Yaari ca1d62f45d block algn patch by ("Assaf Yaari" <assafy at mobixell dot com>) 21 years ago
Michael Niedermayer 6e0593e80b reorder table instead of wasting instructions to reorder the input to match the table 21 years ago
Michael Niedermayer 94789b9e59 10l 21 years ago
Michael Niedermayer 9b4b6e099b segfault fix 21 years ago
Mike Melanson 94fd9201ad support Cinepak files with funky (not divisible by 4) resolutions 21 years ago
Mike Melanson 8dafdb88e6 added XVID fourcc (ISO MPEG-4?) and AC3 fourcc 21 years ago
Michael Niedermayer 6a6810b171 diff -up looks better then diff -u 21 years ago
Roman Shaposhnik 48b1f80012 * adding integer/floating point AAN implementations for DCT 2-4-8 21 years ago
Roman Shaposhnik b292469633 * sh doesn't understand $(command) type of Command substitution. 21 years ago
Michael Niedermayer 99200baec4 optimizing 21 years ago
Panagiotis Issaris 1b245cc21c Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>) 21 years ago
Fred Rothganger 07bd15c3e9 rational.h not installed patch by (Fred Rothganger <rothgang at uiuc dot edu>) 21 years ago
Roman Shaposhnik 10acc47995 * introducing dct248 into the DSP context. 21 years ago
Alex Beregszaszi 01a2ddaf85 1l 21 years ago
Michael Niedermayer cf3bf5bbaa minor mmx2 optimization if the dct 21 years ago
Michael Niedermayer 1745173bc5 inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference for the dct itself should be even bigger) 21 years ago
Michael Niedermayer 8d00c562e8 4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd supports that but we emulate it ... 21 years ago
Michael Niedermayer b4c3816cfa optionally merge postscale into quantization table for the float aan dct 21 years ago
Michael Niedermayer 10becaaf12 10l 21 years ago
Alex Beregszaszi 369e2d5024 10l 21 years ago
Alex Beregszaszi 1ffb0091aa 100l 21 years ago
Michael Niedermayer 6f5cf8c50f oops forgot 21 years ago
Michael Niedermayer 65e4c8c919 floating point AAN DCT 21 years ago
Michael Niedermayer 9d9e31722a 112 bytes smaller MpegEncContext 21 years ago
Michael Niedermayer 45686da26d move blocks away MpegEncContext (7.4 -> 5.8k) 21 years ago
Michael Niedermayer 642ccefbc8 move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureable slowdown) 21 years ago
Michael Niedermayer 7e4995c388 move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is even slightly faster now, dont ask my why ... 21 years ago
Michael Niedermayer c4f1e443e7 minimum slice size fix (fixes 422P 1 line per slice, used by huffyuv) 21 years ago