summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* initalize various uninitalized variables and avoid coded_picture_number as ↵Michael Niedermayer2003-10-30
| | | | | | its not always correct (later should be reversed after fixing the picture_number mess) Originally committed as revision 2454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (SAR is written as height/width instead of width/height in the MPEG1 ↵Michael Niedermayer2003-10-30
| | | | | | standard) Originally committed as revision 2453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pts fix and related fixesMichael Niedermayer2003-10-30
| | | | Originally committed as revision 2452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)Mike Melanson2003-10-30
| | | | Originally committed as revision 2451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dumping funny numbers from first zygo i frame headerMichael Niedermayer2003-10-29
| | | | Originally committed as revision 2450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial support for zygovideoAlex Beregszaszi2003-10-29
| | | | Originally committed as revision 2449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a ↵Fabrice Bellard2003-10-29
| | | | | | specific API Originally committed as revision 2448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make AVFMT_NOHEADER flag dynamic - added av_open_input_stream()Fabrice Bellard2003-10-29
| | | | Originally committed as revision 2447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake ↵Fabrice Bellard2003-10-29
| | | | | | codec MPEG2TS) Originally committed as revision 2446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for ↵Fabrice Bellard2003-10-29
| | | | | | simpler handling of raw transport streams in ffserver and RTP - better solutions are welcomed) Originally committed as revision 2445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1/0 fix by (Tim Allen <tim at proximity dot com dot au>)Michael Niedermayer2003-10-28
| | | | Originally committed as revision 2444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* linear blend 1 line shift fixMichael Niedermayer2003-10-28
| | | | Originally committed as revision 2443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* XvMC speedup by removing one memcpy and doing MB packingIvan Kalvachev2003-10-27
| | | | Originally committed as revision 2442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make convert_matrix() independant of MpegEncContextMichael Niedermayer2003-10-27
| | | | Originally committed as revision 2441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc ↵Panagiotis Issaris2003-10-26
| | | | | | dot ac dot be>) Originally committed as revision 2440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>)James Klicman2003-10-26
| | | | Originally committed as revision 2439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing the remaning block-align checksMichael Niedermayer2003-10-26
| | | | Originally committed as revision 2438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* block algn patch by ("Assaf Yaari" <assafy at mobixell dot com>)Assaf Yaari2003-10-26
| | | | Originally committed as revision 2437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder table instead of wasting instructions to reorder the input to match ↵Michael Niedermayer2003-10-25
| | | | | | the table Originally committed as revision 2436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-10-25
| | | | Originally committed as revision 2435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2003-10-25
| | | | Originally committed as revision 2434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support Cinepak files with funky (not divisible by 4) resolutionsMike Melanson2003-10-25
| | | | Originally committed as revision 2433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added XVID fourcc (ISO MPEG-4?) and AC3 fourccMike Melanson2003-10-25
| | | | Originally committed as revision 2432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* diff -up looks better then diff -uMichael Niedermayer2003-10-25
| | | | Originally committed as revision 2431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * adding integer/floating point AAN implementations for DCT 2-4-8Roman Shaposhnik2003-10-25
| | | | Originally committed as revision 2430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * sh doesn't understand $(command) type of Command substitution.Roman Shaposhnik2003-10-24
| | | | | | It's a ksh'ism. Originally committed as revision 2429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizingMichael Niedermayer2003-10-24
| | | | Originally committed as revision 2428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot ↵Panagiotis Issaris2003-10-24
| | | | | | luc dot ac dot be>) Originally committed as revision 2427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rational.h not installed patch by (Fred Rothganger <rothgang at uiuc dot edu>)Fred Rothganger2003-10-24
| | | | Originally committed as revision 2426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * introducing dct248 into the DSP context.Roman Shaposhnik2003-10-24
| | | | | | | | | | * simple/accurate implementation of dct248 * DV encoding now supports 2-4-8 DCT * DV encoding gets a bit faster (but still miles away from what I think it could do) * misc. DV codec cleanups Originally committed as revision 2425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1lAlex Beregszaszi2003-10-23
| | | | Originally committed as revision 2424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor mmx2 optimization if the dctMichael Niedermayer2003-10-23
| | | | Originally committed as revision 2423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference ↵Michael Niedermayer2003-10-23
| | | | | | for the dct itself should be even bigger) Originally committed as revision 2422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd ↵Michael Niedermayer2003-10-23
| | | | | | supports that but we emulate it ... Originally committed as revision 2421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optionally merge postscale into quantization table for the float aan dctMichael Niedermayer2003-10-23
| | | | Originally committed as revision 2420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-10-23
| | | | Originally committed as revision 2419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lAlex Beregszaszi2003-10-22
| | | | Originally committed as revision 2418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lAlex Beregszaszi2003-10-22
| | | | Originally committed as revision 2417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oops forgotMichael Niedermayer2003-10-22
| | | | Originally committed as revision 2416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* floating point AAN DCTMichael Niedermayer2003-10-22
| | | | Originally committed as revision 2415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 112 bytes smaller MpegEncContextMichael Niedermayer2003-10-22
| | | | Originally committed as revision 2414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move blocks away MpegEncContext (7.4 -> 5.8k)Michael Niedermayer2003-10-22
| | | | Originally committed as revision 2413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no ↵Michael Niedermayer2003-10-22
| | | | | | meassureable slowdown) Originally committed as revision 2412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is even ↵Michael Niedermayer2003-10-22
| | | | | | slightly faster now, dont ask my why ... Originally committed as revision 2411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minimum slice size fix (fixes 422P 1 line per slice, used by huffyuv)Michael Niedermayer2003-10-22
| | | | Originally committed as revision 11214 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* dynamic alloc of picture structs instead of putting them in MpegEncContextMichael Niedermayer2003-10-21
| | | | Originally committed as revision 2410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot to apply this chunk appearently, no, i dont really remember where it ↵Michael Niedermayer2003-10-21
| | | | | | came from Originally committed as revision 2409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* start time hack by (devik <devik at cdi dot cz>)Michael Niedermayer2003-10-21
| | | | Originally committed as revision 2408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BSD doesnt have log2Michael Niedermayer2003-10-21
| | | | Originally committed as revision 2407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2 aspect ratio encoding fixedMichael Niedermayer2003-10-20
| | | | Originally committed as revision 2406 to svn://svn.ffmpeg.org/ffmpeg/trunk