summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* fix a crash on x86_64Loren Merritt2006-05-11
* simplify, amr.c sets frame_size to 160, and sample size is always 8000Baptiste Coudurier2006-05-10
* fix damr atom, needed for quicktime playerBaptiste Coudurier2006-05-10
* fix alac decoder on little endianBaptiste Coudurier2006-05-10
* cosmetics (initalize variables where they are used)Michael Niedermayer2006-05-10
* decoders should (IMHO) not duplicate frames, the application can do this if i...Michael Niedermayer2006-05-10
* 10l, undef DEBUGBaptiste Coudurier2006-05-09
* assing correct codec_id for mjpegbBaptiste Coudurier2006-05-09
* Add support for raw flac decoding based on the .flac suffix of input files.Benjamin Larsson2006-05-09
* allow insane gop sizes if the user doesnt care about playable streams (doesnt...Michael Niedermayer2006-05-09
* add outcommented chunk of code to handle stuffing MBs at the end of slices (I...Michael Niedermayer2006-05-08
* change the type of esp in SwsContext to uint64_t so it can hold a full registerReimar Döffinger2006-05-07
* vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbala...Denes Balatoni2006-05-07
* make zero motion vector threshold user setableMichael Niedermayer2006-05-07
* Further simplify AMR build.Diego Biurrun2006-05-06
* removing esp usageMichael Niedermayer2006-05-06
* reinit quant matrices if pps is overwritten by another of the same pps_id.Loren Merritt2006-05-05
* Ignore errors from recursive AMR cleans.Diego Biurrun2006-05-05
* Unconditionally clean AMR subdirs.Diego Biurrun2006-05-05
* Fix v4l grabbing with some webcams, and simplify the code.Flavio Pimentel Duarte2006-05-04
* Macosx fixLuca Barbato2006-05-02
* d10 decoding fixMichael Niedermayer2006-05-02
* skip null fourcc, fix ep2_mystery_m640_dummy.movBaptiste Coudurier2006-05-01
* clip_uint8 now return an uint8_t so no need to &0xFFAurelien Jacobs2006-05-01
* document clip functionsAurelien Jacobs2006-05-01
* warn on interlaced streamsLoren Merritt2006-04-30
* clip_uint8 should return an uint8_t instead of an int (patch by Panagiotis Is...Panagiotis Issaris2006-04-30
* Add missing newlines at end of file.Diego Biurrun2006-04-29
* extend range used for testing (larger range should work too but testing code ...Michael Niedermayer2006-04-29
* <= vs. >= 10l bugMichael Niedermayer2006-04-29
* don't force asserts in release builds. 2% faster h264.Loren Merritt2006-04-29
* memory leak.Loren Merritt2006-04-28
* add newline at end of fileMåns Rullgård2006-04-28
* use previous qscale for intra_dc_threshold checkMichael Niedermayer2006-04-28
* missmatch control for mpeg2 intra dequantization if bitexact=1Michael Niedermayer2006-04-28
* Revert bad ac3enc commit, the commited code was bigger and slower.Benjamin Larsson2006-04-28
* Remove unused and unsupported Cyrix's "Extended MMX",Zuxy Meng2006-04-28
* Fix some bugs handling input that is not aligned at 16 bytes or hasAlan Curry2006-04-27
* Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is defined.Diego Biurrun2006-04-27
* Fix amr_nb-fixed build.Diego Biurrun2006-04-27
* Add EXTRADEPS variable for extra dependencies that need to be built first.Diego Biurrun2006-04-27
* amr_nb should disable amr_nb-fixed and vice versa.Diego Biurrun2006-04-27
* Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed doesDiego Biurrun2006-04-27
* cosmeticsDiego Biurrun2006-04-27
* cosmetics: Group all AMR variables together, add some newlines.Diego Biurrun2006-04-27
* Misplaced CLEANAMR.Diego Biurrun2006-04-27
* CLEANAMRWB --> CLEANAMR typoDiego Biurrun2006-04-27
* 13% faster inner_add_yblockLuca Barbato2006-04-25
* 40% faster decodeLuca Barbato2006-04-25
* Fix samples to bytes relation.Benjamin Larsson2006-04-24