summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Commit functions used by both AMRNB and SIPRVitor Sessak2009-12-12
* Fail earlier for unsupported resolutions or pixel formats when encodingTomas Härdin2009-12-11
* indentMichael Niedermayer2009-12-11
* Make sure av_new_packet() initializes the data and destruct pointers.Michael Niedermayer2009-12-11
* (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.Carl Eugen Hoyos2009-12-10
* Do not print 'faac:' when using libfaad.Carl Eugen Hoyos2009-12-10
* Cosmetic (restructure RGB ljpeg check to be more readable)Michael Niedermayer2009-12-10
* 10l, Fix YUV ljpeg that i just broke by mistake.Michael Niedermayer2009-12-10
* Correct a forgotten RGB32.Michael Niedermayer2009-12-10
* Flip red and blue in rct-less lossless jpeg.Michael Niedermayer2009-12-10
* Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem onMichael Niedermayer2009-12-10
* Fix RGB LJPEG encoding.Michael Niedermayer2009-12-10
* Improve time_increment_bits guessing code.Michael Niedermayer2009-12-09
* End startcode prefix search at the end of a AVC unit.Michael Niedermayer2009-12-09
* revert r20775, because equivalent code has been committed to x264 insteadLoren Merritt2009-12-09
* Minor version bump for mbtree addition.Jason Garrett-Glaser2009-12-09
* fix a crash in ape decoding on x86_32 sse2Loren Merritt2009-12-08
* Boolify options passed to x264.Jason Garrett-Glaser2009-12-08
* Add MBtree support for libx264Erik Slagter2009-12-08
* aac: Set sample rate in avctx from ADTS header (if not already set by someAndreas Öman2009-12-08
* Reduce warnings about too few consumed bytes to debug level.Michael Niedermayer2009-12-08
* Make sure that compilation fails if functions like ff_put_string are used in ...Reimar Döffinger2009-12-07
* Print error messages on errors.Michael Niedermayer2009-12-07
* Fix apparent 10l typos introduced in r8627.Michael Niedermayer2009-12-06
* Cosmetics: Fix indentation after r20751.Carl Eugen Hoyos2009-12-06
* Simplified deblocking checks.Jason Garrett-Glaser2009-12-06
* Faster checks in reverse_dc_prediction.Jason Garrett-Glaser2009-12-06
* Check transform==15 first, since it's more common than 13.Jason Garrett-Glaser2009-12-06
* Revert r20747: It mixed functional and cosmetical changes.Carl Eugen Hoyos2009-12-06
* Various VP3 optimizations.Jason Garrett-Glaser2009-12-06
* slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on co...Loren Merritt2009-12-05
* r20739 broke compilation on systems without yasmLoren Merritt2009-12-05
* refactor and optimize scalarproductLoren Merritt2009-12-05
* Cosmetics: Reindent after r20679.Carl Eugen Hoyos2009-12-05
* Cosmetics: Reindent after r20736.Carl Eugen Hoyos2009-12-05
* Make sure the parsers do not overwrite width/height as this can interfereMichael Niedermayer2009-12-05
* Cosmetics: remove empty definitions of hw-accelerated PixFmtInfoStefano Sabatini2009-12-04
* 1-13% faster apply_filter, 1-3% faster ape decoding on core2Loren Merritt2009-12-04
* 100l trocadero: call emms_c() after doing decoding with SIMD in APE decoderKostya Shishkov2009-12-04
* Make sure ff_init_qscale_tab() is called one way or another whenMichael Niedermayer2009-12-03
* Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ...Michael Niedermayer2009-12-03
* lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* thoughBaptiste Coudurier2009-12-03
* use lzw compression in gif encoderBaptiste Coudurier2009-12-03
* port ape dsp functions from sse2 to mmxLoren Merritt2009-12-03
* avoid an unpredictable branchLoren Merritt2009-12-03
* inline to allow constant propagationLoren Merritt2009-12-03
* Revert r20095: Allow compiling to vorbis again.Philipp Matthias Hahn2009-12-02
* pass avctx as argument instead of width and heightBaptiste Coudurier2009-12-02
* remove useless paramsBaptiste Coudurier2009-12-02
* remove useless paramsBaptiste Coudurier2009-12-02