| Commit message (Expand) | Author | Age | Files | Lines |
* | removed os_support.h | Fabrice Bellard | 2003-09-08 | 3 | -4/+25 |
* | removed os_support.h as most of libavcodec is os independant - most of the ti... | Fabrice Bellard | 2003-09-08 | 1 | -38/+0 |
* | ctype.h is a common header | Fabrice Bellard | 2003-09-08 | 3 | -4/+3 |
* | New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCM | Mike Melanson | 2003-09-08 | 6 | -12/+795 |
* | bump version numbers to 0.4.8 | Alex Beregszaszi | 2003-09-05 | 1 | -2/+2 |
* | MingW patches by (Glenn Maynard <g_sf at zewt dot org>) | Michael Niedermayer | 2003-09-04 | 1 | -1/+2 |
* | CODEC_ID_MPEGVIDEO | Michael Niedermayer | 2003-09-02 | 1 | -0/+1 |
* | initial commit for Id RoQ and Interplay MVE multimedia subsystems | Mike Melanson | 2003-09-02 | 6 | -1/+767 |
* | 100l | Michael Niedermayer | 2003-09-01 | 1 | -1/+1 |
* | more fixes | Michael Niedermayer | 2003-09-01 | 1 | -10/+11 |
* | some fixes (still buggy though) | Michael Niedermayer | 2003-09-01 | 1 | -23/+4 |
* | skip preamble bytes | Mike Melanson | 2003-09-01 | 1 | -1/+4 |
* | asv2 encoding | Michael Niedermayer | 2003-09-01 | 2 | -14/+85 |
* | ASV2 decoder | Michael Niedermayer | 2003-09-01 | 3 | -34/+178 |
* | fixing unused f_code values | Michael Niedermayer | 2003-08-30 | 1 | -6/+20 |
* | 10l (big vs. little endian) | Michael Niedermayer | 2003-08-30 | 1 | -3/+3 |
* | bit_rate in mpeg1/2 should be 0x3FFFF for vbr or at least >= max_bitrate | Michael Niedermayer | 2003-08-29 | 1 | -7/+14 |
* | 10l (closed gop bit) | Michael Niedermayer | 2003-08-29 | 1 | -1/+1 |
* | fixed audio frame buffering problem (should correct problems on some streams)... | Fabrice Bellard | 2003-08-28 | 1 | -82/+183 |
* | spelling fix | Fabrice Bellard | 2003-08-28 | 2 | -2/+2 |
* | 100l (forget to reset me.skip for b frames) | Michael Niedermayer | 2003-08-26 | 1 | -3/+11 |
* | * ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problem | Roman Shaposhnik | 2003-08-26 | 1 | -1/+5 |
* | fixing CODEC_FLAG_GLOBAL_HEADER | Michael Niedermayer | 2003-08-26 | 2 | -8/+21 |
* | mpeg2 regression test | Michael Niedermayer | 2003-08-26 | 3 | -4/+19 |
* | oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in th... | Michael Niedermayer | 2003-08-25 | 4 | -86/+18 |
* | mpeg2 encoding | Michael Niedermayer | 2003-08-25 | 6 | -65/+222 |
* | xvid edge bug (if i understand the mpeg4 spec correctly) autodetection | Michael Niedermayer | 2003-08-25 | 1 | -22/+18 |
* | removed unused variable | Fabrice Bellard | 2003-08-24 | 5 | -8/+4 |
* | avoid warning | Fabrice Bellard | 2003-08-24 | 1 | -2/+0 |
* | avoid warning | Fabrice Bellard | 2003-08-24 | 1 | -0/+2 |
* | removed unused variable | Fabrice Bellard | 2003-08-24 | 2 | -4/+0 |
* | removed unused variables | Fabrice Bellard | 2003-08-24 | 3 | -14/+4 |
* | memmove fixes (Jon Burgess) | Fabrice Bellard | 2003-08-24 | 1 | -3/+3 |
* | export int64_t_C as it is needed by libavformat.h | Fabrice Bellard | 2003-08-24 | 1 | -8/+9 |
* | when changing version, please keep my changes (win32 compile fix) | Fabrice Bellard | 2003-08-24 | 6 | -37/+0 |
* | custom quant matrix encoding support | Michael Niedermayer | 2003-08-22 | 5 | -10/+50 |
* | PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at ... | Michael Niedermayer | 2003-08-22 | 5 | -14/+315 |
* | repeat_pict was never returned | Fabrice Bellard | 2003-08-22 | 1 | -6/+5 |
* | AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>) | Michael Niedermayer | 2003-08-20 | 2 | -12/+60 |
* | fixing chroma MC | Michael Niedermayer | 2003-08-20 | 1 | -16/+15 |
* | MC rounding fixed? | Michael Niedermayer | 2003-08-19 | 1 | -20/+20 |
* | fix AVFrame.reference (the frames are used for decoding future frames so it s... | Michael Niedermayer | 2003-08-19 | 1 | -5/+6 |
* | use codec_tag for encoding too | Michael Niedermayer | 2003-08-18 | 1 | -1/+1 |
* | fixing thread safety, this may cause alignment problms (if it does than the s... | Michael Niedermayer | 2003-08-15 | 1 | -1/+3 |
* | * fixing a regression in mpeg encoder (not setting pix_fmt), | Roman Shaposhnik | 2003-08-12 | 3 | -2/+8 |
* | reverse earlier patch | Mike Melanson | 2003-08-12 | 1 | -4/+1 |
* | Simplified and fixed altivec/altivec.h detection under Linux and Darwin (and ... | Magnus Damm | 2003-08-11 | 1 | -5/+0 |
* | skip ext header missing message for msmpeg4v2 | Michael Niedermayer | 2003-08-10 | 1 | -1/+2 |
* | endian-conscious fix, courtesy of Sebastian Jedruszkiewicz | Mike Melanson | 2003-08-08 | 1 | -1/+4 |
* | check input pix_fmt | Michael Niedermayer | 2003-08-05 | 1 | -1/+5 |