summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* memleak fixMichael Niedermayer2005-02-171-0/+2
| | | | Originally committed as revision 3962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better error message patch by (Michel Bardiaux <mbardiaux peaktime be>)Michel Bardiaux2005-02-161-1/+1
| | | | Originally committed as revision 3961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improved NV12/NV21 support.Ville Syrjälä2005-02-162-6/+97
| | | | | | | | | | - 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
* remove goto and reindent patch by (Loic Le Loarer <lll+ffmpeg m4x org>)Loic Le Loarer2005-02-161-88/+87
| | | | Originally committed as revision 3960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie ↵tjraivio@cc.hut.fi2005-02-162-2/+23
| | | | | | fragment support yet patch by (tjraivio cc.hut fi) Originally committed as revision 3959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nonsense commentMichael Niedermayer2005-02-161-1/+1
| | | | Originally committed as revision 3958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Writing to freed memory in write_section_data() patch by (Wolfram Gloger ↵Wolfram Gloger2005-02-161-9/+7
| | | | | | <wmglo dent dot med dot uni-muenchen de>) Originally committed as revision 3957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Off-by-one bug in libavcodec/idcinvideo.c, causedMatti Hamalainen2005-02-161-1/+1
| | | | | | | 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
* Multichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4)Roberto Togni2005-02-153-1/+190
| | | | | | Derived from MPlayer patch by Larry Ruedisueli Originally committed as revision 3955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FreeBSD fixBohdan Horst2005-02-141-0/+1
| | | | Originally committed as revision 14699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* buffer overflowMichael Niedermayer2005-02-131-0/+3
| | | | Originally committed as revision 3954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -target dvd minimum vobu length patch by ("Chris" [chris garveycocker com])Chriss2005-02-091-1/+3
| | | | Originally committed as revision 3953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio duration fix?Michael Niedermayer2005-02-081-2/+1
| | | | Originally committed as revision 3952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* .wmaMichael Niedermayer2005-02-071-2/+2
| | | | Originally committed as revision 3951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checksum change due to (don't crash on null codec patch which changed the ↵Michael Niedermayer2005-02-073-5/+5
| | | | | | stored length of the compressor name, movenc.c 1.28->1.29) Originally committed as revision 3950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont kill the buffers while the decoder is using themMichael Niedermayer2005-02-071-0/+14
| | | | Originally committed as revision 3949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* max/avg bitrate change (movenc.c 1.25->1.26)Michael Niedermayer2005-02-072-2/+2
| | | | Originally committed as revision 3948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* max/avg bitrate change (movenc.c 1.25->1.26)Michael Niedermayer2005-02-071-1/+1
| | | | Originally committed as revision 3947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression test checksum change due to the mov header field and compressor ↵Michael Niedermayer2005-02-073-5/+5
| | | | | | name patch (movenc.c 1.24->1.25) Originally committed as revision 3946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimization and gcc 4.0 bug workaround patch by (Martin Drab >drab ↵Martin Drab2005-02-071-16/+12
| | | | | | kepler.fjfi.cvut cz<) Originally committed as revision 3945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set timestamps correctlyMichael Niedermayer2005-02-071-26/+82
| | | | Originally committed as revision 3944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2005-02-071-24/+26
| | | | Originally committed as revision 3943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reversing the 1.52->1.53 change (handle fixed sample_size patch)Michael Niedermayer2005-02-071-1/+1
| | | | | | 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
* INTRA PCM macroblocks support patch by (Loic )lll+ffmpeg m4x org)Loic Le Loarer2005-02-071-25/+93
| | | | | | | | | | | | | | | | | 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
* emulate (idiotic) MS behavior for inconsistant dimensionsMichael Niedermayer2005-02-061-1/+1
| | | | Originally committed as revision 3940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support skiping some bitstream encodingMichael Niedermayer2005-02-062-38/+108
| | | | Originally committed as revision 3939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seperate bitstream encoding skip from PASS1 flagMichael Niedermayer2005-02-063-3/+17
| | | | Originally committed as revision 3938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing an integer overflow, which could lead to overwriting the end of a ↵Michael Niedermayer2005-02-041-1/+2
| | | | | | malloced buffer by 8 bytes Originally committed as revision 3937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (use of deallocated memory)Michael Niedermayer2005-02-041-2/+8
| | | | Originally committed as revision 3936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* overflowsMichael Niedermayer2005-02-042-3/+3
| | | | Originally committed as revision 3935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VMD playing error patch by (Kostya (cannonball bw-team com>)Kostya Shishkov2005-02-041-1/+2
| | | | | | | | | | | | "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
* Build libpostproc out of source directory patch by (James A. Morrison ↵James A. Morrison2005-02-041-1/+3
| | | | | | >ja2morri csclub.uwaterloo ca>) Originally committed as revision 3933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264 multiple slice support in CABAC patch by (Loic (lll+ffmpeg m4x org)Loic Le Loarer2005-02-041-20/+39
| | | | | | | | | | 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
* - samples from mplayer ftp in the "adv" profile seem to have profile=2,anonymous2005-02-042-266/+677
| | | | | | | | | | | | | 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
* merge a few shifts into the dequantization, faster and more accurate, lets ↵Michael Niedermayer2005-02-031-17/+18
| | | | | | hope it doesnt overflow Originally committed as revision 3930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing imdct12Michael Niedermayer2005-02-021-98/+84
| | | | Originally committed as revision 3929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mb_lmin/max to limit the per mb quality for the ratecontrol independant from ↵Michael Niedermayer2005-02-024-25/+39
| | | | | | the frame limits Originally committed as revision 3928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Border processing adaptive quant patch by (Christophe Massiot |cmassiot ↵Christophe Massiot2005-02-023-1/+34
| | | | | | freebox fr) Originally committed as revision 3927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtp_callback: send number of mb patch by (Johan Bilien {jobi via.ecp fr)Johan Bilien2005-02-022-7/+12
| | | | Originally committed as revision 3926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize antialiasMichael Niedermayer2005-02-021-67/+43
| | | | | | switch to integer antialias code as default as its faster now Originally committed as revision 3925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster, simpler and more accurate l3_unscale()Michael Niedermayer2005-02-011-55/+15
| | | | Originally committed as revision 3924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing imdct36()Michael Niedermayer2005-02-011-96/+113
| | | | Originally committed as revision 3923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compare audio files 16bit wise instead of 8bitMichael Niedermayer2005-02-013-9/+12
| | | | | | additionally compare the mp2 case with some delay as this matches better (the delay issue obviously should be fixed) Originally committed as revision 3922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support comparing files with some posiion offset relative to each otherMichael Niedermayer2005-02-011-2/+5
| | | | Originally committed as revision 3921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make keyframe default for AVFramesMichael Niedermayer2005-02-011-0/+1
| | | | Originally committed as revision 3920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Stereo MACE fix by Burkhard Plaum <plaum AT ipf DOT uni-stuttgart DOT de>François Revol2005-02-011-15/+19
| | | | | | Still doesn't work with our mov demuxer though... Originally committed as revision 3919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to ↵Michael Niedermayer2005-02-011-0/+3
| | | | | | support CODEC_ID_NONE) Originally committed as revision 3918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264 multiplce instance in reference list patch by (Loic <lll+ffmpeg m4x org )Loïc Le Loarer2005-02-011-7/+10
| | | | | | | With this patch, the streams CAWP5_TOSHIBA_E.264 and CVWP5_TOSHIBA_E.264 are completely decoded Originally committed as revision 3917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct long term picture management patch by (Loic <lll+ffmpeg m4x org>)Loïc Le Loarer2005-02-011-4/+7
| | | | | | fixes decoding of MR2_MW_A.264 Originally committed as revision 3916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - a lot less overflows when decoding framesanonymous2005-02-011-44/+66
| | | | | | | | | | | | | - no more error with norm6 codes - almost skipped frames (~110 bits) are not overflowed However: - there are very few bits left in those frames, so I wonder if enough MB data is actually left - NORM6/DIFF6 (4/5) bitplanes are a lot more present, which I don't find obvious. patch by anonymous Originally committed as revision 3915 to svn://svn.ffmpeg.org/ffmpeg/trunk