aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-02-23100l, forgot to change an ifdef on last commitReimar Döffinger
Originally committed as revision 14784 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2005-02-22switch MPEG4 fourcc to FMP4Michael Niedermayer
Originally committed as revision 3972 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-22fix for MAP_ANON vs. MAP_ANONYMOUS fix...Reimar Döffinger
Originally committed as revision 14762 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2005-02-22use av_free() instead of free() where it's meant to.François Revol
Originally committed as revision 3971 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-21support adpcm audio, also some more verbose messagesAlex Beregszaszi
Originally committed as revision 3970 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-21macromedia flavour adpcm decoding (used in flv and swf)Alex Beregszaszi
Originally committed as revision 3969 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-21correct pcm in flv handlingAlex Beregszaszi
Originally committed as revision 3968 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-2110lAlex Beregszaszi
Originally committed as revision 3967 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-21removing --disable-risky patch by (Josh Varner <jlvarner gmail com>)Josh Varner
Originally committed as revision 3966 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-20Fix a crash when multiple metadata packets are present.Loren Merritt
Originally committed as revision 3965 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-17Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>)Milan Cutka
Originally committed as revision 3964 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-17buffer overflowsMichael Niedermayer
one found by Milan Cutka one by me Originally committed as revision 3963 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-17memleak fixMichael Niedermayer
Originally committed as revision 3962 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-16better error message patch by (Michel Bardiaux <mbardiaux peaktime be>)Michel Bardiaux
Originally committed as revision 3961 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-16Improved NV12/NV21 support.Ville Syrjälä
- Fixed PlanarToNV12Wrapper() and made it handle NV21. - Added yuv2nv12XinC() to handle software scaling. - Added NV12/NV21 handling to various places. - Removed NV12 from vf_hue and vf_spp as they don't look like they can actually handle it. Originally committed as revision 14716 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2005-02-16remove goto and reindent patch by (Loic Le Loarer <lll+ffmpeg m4x org>)Loic Le Loarer
Originally committed as revision 3960 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-16quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie ↵tjraivio@cc.hut.fi
fragment support yet patch by (tjraivio cc.hut fi) Originally committed as revision 3959 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-16nonsense commentMichael Niedermayer
Originally committed as revision 3958 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-16Writing to freed memory in write_section_data() patch by (Wolfram Gloger ↵Wolfram Gloger
<wmglo dent dot med dot uni-muenchen de>) Originally committed as revision 3957 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-16Off-by-one bug in libavcodec/idcinvideo.c, causedMatti Hamalainen
segfaults on all .cin videos from Quake II. patch by (Matti Hamalainen <mhamalai ratol fi>) Originally committed as revision 3956 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-15Multichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4)Roberto Togni
Derived from MPlayer patch by Larry Ruedisueli Originally committed as revision 3955 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-14FreeBSD fixBohdan Horst
Originally committed as revision 14699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2005-02-13buffer overflowMichael Niedermayer
Originally committed as revision 3954 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-09-target dvd minimum vobu length patch by ("Chris" [chris garveycocker com])Chriss
Originally committed as revision 3953 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-08audio duration fix?Michael Niedermayer
Originally committed as revision 3952 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-07.wmaMichael Niedermayer
Originally committed as revision 3951 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-07checksum change due to (don't crash on null codec patch which changed the ↵Michael Niedermayer
stored length of the compressor name, movenc.c 1.28->1.29) Originally committed as revision 3950 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-07dont kill the buffers while the decoder is using themMichael Niedermayer
Originally committed as revision 3949 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-07max/avg bitrate change (movenc.c 1.25->1.26)Michael Niedermayer
Originally committed as revision 3948 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-07max/avg bitrate change (movenc.c 1.25->1.26)Michael Niedermayer
Originally committed as revision 3947 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-07regression test checksum change due to the mov header field and compressor ↵Michael Niedermayer
name patch (movenc.c 1.24->1.25) Originally committed as revision 3946 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-07optimization and gcc 4.0 bug workaround patch by (Martin Drab >drab ↵Martin Drab
kepler.fjfi.cvut cz<) Originally committed as revision 3945 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-07set timestamps correctlyMichael Niedermayer
Originally committed as revision 3944 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-07cleanupMichael Niedermayer
Originally committed as revision 3943 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-07reversing the 1.52->1.53 change (handle fixed sample_size patch)Michael Niedermayer
as this patch has been removed from mov.c in the 1.61->1.62 change Originally committed as revision 3942 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-07INTRA PCM macroblocks support patch by (Loic )lll+ffmpeg m4x org)Loic Le Loarer
This patch adds the support for INTRA PCM macroblocks in CAVLC and CABAC mode, the deblocking needed a small modification and so did the intra4x4_pred_mode prediction. With this patch, the 5 streams of the conformance suite containing INTRA PCM macroblocks now decode entirely, 4 are completely corrects, 1 is incorrect since the first B slice because of deblocking in B slice not yet implemented. The code is not optimized for speed, it is not necessary IPCM macroblocks are rare, but it could be optimized for code size, if someone want to do this, feel free. Originally committed as revision 3941 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-06emulate (idiotic) MS behavior for inconsistant dimensionsMichael Niedermayer
Originally committed as revision 3940 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-06support skiping some bitstream encodingMichael Niedermayer
Originally committed as revision 3939 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-06seperate bitstream encoding skip from PASS1 flagMichael Niedermayer
Originally committed as revision 3938 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-04fixing an integer overflow, which could lead to overwriting the end of a ↵Michael Niedermayer
malloced buffer by 8 bytes Originally committed as revision 3937 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-0410l (use of deallocated memory)Michael Niedermayer
Originally committed as revision 3936 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-04overflowsMichael Niedermayer
Originally committed as revision 3935 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-04VMD playing error patch by (Kostya (cannonball bw-team com>)Kostya Shishkov
"I recently got a game called Lighthouse from Sierra with FMV in VMD format. Some of them played OK, some of them FFmpeg refused to open, some caused a crash. I investigated files which couldn't be opened by FFmpeg and it appeared that they had no audio (and bytes 2-3 from beginning of file contained 01 00, all other have 00 00 insted). Attached patch fixes this issue." Originally committed as revision 3934 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-04Build libpostproc out of source directory patch by (James A. Morrison ↵James A. Morrison
>ja2morri csclub.uwaterloo ca>) Originally committed as revision 3933 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-04H.264 multiple slice support in CABAC patch by (Loic (lll+ffmpeg m4x org)Loic Le Loarer
3 more streams of the conformance suite decode to the end instead of failing on an assert (CABACI3_Sony_B.jsv, CABAST3_Sony_E.jsv and CABASTBR3_Sony_B.jsv), they are still false since the first B slice probably because of deblocking in B slices not yet implemented. Originally committed as revision 3932 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-04- samples from mplayer ftp in the "adv" profile seem to have profile=2,anonymous
which isn't the advanced one; and indeed, using adv. profile parser fails. Using normal parser works, and that's what is done - attempt at taking care of stride for NORM2 bitplane decoding - duplication of much code from msmpeg4.c; this code isn't yet used, but goes down as far as the block layer (mainly Transform Type stuff, the remains are wild editing without checking). Unusable yet, and lacks the AC decoding (but a step further in bitstream parsing) patch by anonymous Originally committed as revision 3931 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-03merge a few shifts into the dequantization, faster and more accurate, lets ↵Michael Niedermayer
hope it doesnt overflow Originally committed as revision 3930 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-02optimizing imdct12Michael Niedermayer
Originally committed as revision 3929 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-02mb_lmin/max to limit the per mb quality for the ratecontrol independant from ↵Michael Niedermayer
the frame limits Originally committed as revision 3928 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-02Border processing adaptive quant patch by (Christophe Massiot |cmassiot ↵Christophe Massiot
freebox fr) Originally committed as revision 3927 to svn://svn.ffmpeg.org/ffmpeg/trunk