summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* fix a crash on x86_64Loren Merritt2006-05-11
| | | | Originally committed as revision 5360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, amr.c sets frame_size to 160, and sample size is always 8000Baptiste Coudurier2006-05-10
| | | | Originally committed as revision 5359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix damr atom, needed for quicktime playerBaptiste Coudurier2006-05-10
| | | | Originally committed as revision 5358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix alac decoder on little endianBaptiste Coudurier2006-05-10
| | | | Originally committed as revision 5357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics (initalize variables where they are used)Michael Niedermayer2006-05-10
| | | | Originally committed as revision 5356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decoders should (IMHO) not duplicate frames, the application can do this if ↵Michael Niedermayer2006-05-10
| | | | | | it wants Originally committed as revision 5355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, undef DEBUGBaptiste Coudurier2006-05-09
| | | | Originally committed as revision 5354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assing correct codec_id for mjpegbBaptiste Coudurier2006-05-09
| | | | Originally committed as revision 5353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for raw flac decoding based on the .flac suffix of input files.Benjamin Larsson2006-05-09
| | | | Originally committed as revision 5352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow insane gop sizes if the user doesnt care about playable streams ↵Michael Niedermayer2006-05-09
| | | | | | (doesnt want compliance to any standard) Originally committed as revision 5351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add outcommented chunk of code to handle stuffing MBs at the end of slices ↵Michael Niedermayer2006-05-08
| | | | | | (IMHO the standard doesnt allow this and there are no real world files which need it) Originally committed as revision 5350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change the type of esp in SwsContext to uint64_t so it can hold a full registerReimar Döffinger2006-05-07
| | | | | | also on 64 bit systems. Originally committed as revision 18401 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni ↵Denes Balatoni2006-05-07
| | | | | | <dbalatoni at programozo dot hu> Originally committed as revision 5349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make zero motion vector threshold user setableMichael Niedermayer2006-05-07
| | | | Originally committed as revision 5348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Further simplify AMR build.Diego Biurrun2006-05-06
| | | | Originally committed as revision 5347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing esp usageMichael Niedermayer2006-05-06
| | | | | | | this is certainly not the most beautifull but it should work without -fomit-frame-pointer and PIC and gcc-4 vomits when ebp is given in a constraint directly even with -fomi-frame-pointer so theres not that much choice ... if anyone knows a simpler/cleaner solution, dont hesitate to suggest it ... Originally committed as revision 18393 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* reinit quant matrices if pps is overwritten by another of the same pps_id.Loren Merritt2006-05-05
| | | | Originally committed as revision 5346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore errors from recursive AMR cleans.Diego Biurrun2006-05-05
| | | | Originally committed as revision 5345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unconditionally clean AMR subdirs.Diego Biurrun2006-05-05
| | | | Originally committed as revision 5344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix v4l grabbing with some webcams, and simplify the code.Flavio Pimentel Duarte2006-05-04
| | | | | | Patch by Flavio Pimentel Duarte Originally committed as revision 5343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Macosx fixLuca Barbato2006-05-02
| | | | Originally committed as revision 5342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* d10 decoding fixMichael Niedermayer2006-05-02
| | | | Originally committed as revision 5341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip null fourcc, fix ep2_mystery_m640_dummy.movBaptiste Coudurier2006-05-01
| | | | Originally committed as revision 5340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clip_uint8 now return an uint8_t so no need to &0xFFAurelien Jacobs2006-05-01
| | | | Originally committed as revision 5339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document clip functionsAurelien Jacobs2006-05-01
| | | | Originally committed as revision 5338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn on interlaced streamsLoren Merritt2006-04-30
| | | | Originally committed as revision 5337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clip_uint8 should return an uint8_t instead of an int (patch by Panagiotis ↵Panagiotis Issaris2006-04-30
| | | | | | Issaris < takis.issaris _at_ uhasselt.be >) Originally committed as revision 5336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing newlines at end of file.Diego Biurrun2006-04-29
| | | | Originally committed as revision 5335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extend range used for testing (larger range should work too but testing code ↵Michael Niedermayer2006-04-29
| | | | | | overflows) Originally committed as revision 5334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* <= vs. >= 10l bugMichael Niedermayer2006-04-29
| | | | Originally committed as revision 5333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't force asserts in release builds. 2% faster h264.Loren Merritt2006-04-29
| | | | Originally committed as revision 5332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memory leak.Loren Merritt2006-04-28
| | | | Originally committed as revision 5331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add newline at end of fileMåns Rullgård2006-04-28
| | | | Originally committed as revision 5330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use previous qscale for intra_dc_threshold checkMichael Niedermayer2006-04-28
| | | | Originally committed as revision 5329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missmatch control for mpeg2 intra dequantization if bitexact=1Michael Niedermayer2006-04-28
| | | | Originally committed as revision 5328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert bad ac3enc commit, the commited code was bigger and slower.Benjamin Larsson2006-04-28
| | | | Originally committed as revision 5327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused and unsupported Cyrix's "Extended MMX",Zuxy Meng2006-04-28
| | | | | | | | | | Add SSE3 support. Patch by Zuxy Meng < zuxy POIS meng AH gmail POIS com > Original thread: 04/26/06 13:13: [Ffmpeg-devel] [PATCH] Bug fix, SSE3 support in i386/cputest.c and dsputil.h Originally committed as revision 5326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some bugs handling input that is not aligned at 16 bytes or hasAlan Curry2006-04-27
| | | | | | stride!=width. Originally committed as revision 18323 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is defined.Diego Biurrun2006-04-27
| | | | Originally committed as revision 5325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix amr_nb-fixed build.Diego Biurrun2006-04-27
| | | | Originally committed as revision 5324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add EXTRADEPS variable for extra dependencies that need to be built first.Diego Biurrun2006-04-27
| | | | Originally committed as revision 5323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* amr_nb should disable amr_nb-fixed and vice versa.Diego Biurrun2006-04-27
| | | | Originally committed as revision 5322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed doesDiego Biurrun2006-04-27
| | | | | | work even without amr_nb. Originally committed as revision 5321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsDiego Biurrun2006-04-27
| | | | Originally committed as revision 5320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Group all AMR variables together, add some newlines.Diego Biurrun2006-04-27
| | | | Originally committed as revision 5319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Misplaced CLEANAMR.Diego Biurrun2006-04-27
| | | | Originally committed as revision 5318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CLEANAMRWB --> CLEANAMR typoDiego Biurrun2006-04-27
| | | | Originally committed as revision 5317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 13% faster inner_add_yblockLuca Barbato2006-04-25
| | | | Originally committed as revision 5316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 40% faster decodeLuca Barbato2006-04-25
| | | | Originally committed as revision 5315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix samples to bytes relation.Benjamin Larsson2006-04-24
| | | | Originally committed as revision 5314 to svn://svn.ffmpeg.org/ffmpeg/trunk