summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Read and decode block data in separate functions to prepare support forThilo Borgmann2009-12-131-101/+248
* Clarify comment: although still hacky, it is correct for existing libtheoraDavid Conrad2009-12-121-1/+2
* libtheoraenc.c: mark keyframesDavid Conrad2009-12-121-0/+3
* Be less picky on invalid frame_pred_frame_dct values.Michael Niedermayer2009-12-121-1/+1
* SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation.Jai Menon2009-12-121-0/+1
* Commit functions used by both AMRNB and SIPRVitor Sessak2009-12-122-0/+100
* Fail earlier for unsupported resolutions or pixel formats when encodingTomas Härdin2009-12-111-1/+12
* indentMichael Niedermayer2009-12-111-2/+2
* Make sure av_new_packet() initializes the data and destruct pointers.Michael Niedermayer2009-12-111-5/+7
* (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.Carl Eugen Hoyos2009-12-101-1/+2
* Do not print 'faac:' when using libfaad.Carl Eugen Hoyos2009-12-101-2/+2
* Cosmetic (restructure RGB ljpeg check to be more readable)Michael Niedermayer2009-12-101-8/+8
* 10l, Fix YUV ljpeg that i just broke by mistake.Michael Niedermayer2009-12-101-1/+1
* Correct a forgotten RGB32.Michael Niedermayer2009-12-101-1/+1
* Flip red and blue in rct-less lossless jpeg.Michael Niedermayer2009-12-101-2/+2
* Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem onMichael Niedermayer2009-12-102-2/+2
* Fix RGB LJPEG encoding.Michael Niedermayer2009-12-101-0/+6
* Improve time_increment_bits guessing code.Michael Niedermayer2009-12-091-1/+5
* End startcode prefix search at the end of a AVC unit.Michael Niedermayer2009-12-091-1/+2
* revert r20775, because equivalent code has been committed to x264 insteadLoren Merritt2009-12-091-10/+10
* Minor version bump for mbtree addition.Jason Garrett-Glaser2009-12-091-1/+1
* fix a crash in ape decoding on x86_32 sse2Loren Merritt2009-12-081-1/+1
* Boolify options passed to x264.Jason Garrett-Glaser2009-12-081-10/+10
* Add MBtree support for libx264Erik Slagter2009-12-083-0/+3
* aac: Set sample rate in avctx from ADTS header (if not already set by someAndreas Öman2009-12-081-0/+2
* Reduce warnings about too few consumed bytes to debug level.Michael Niedermayer2009-12-081-5/+1
* Make sure that compilation fails if functions like ff_put_string are used in ...Reimar Döffinger2009-12-071-0/+6
* Print error messages on errors.Michael Niedermayer2009-12-071-6/+19
* Fix apparent 10l typos introduced in r8627.Michael Niedermayer2009-12-061-5/+5
* Cosmetics: Fix indentation after r20751.Carl Eugen Hoyos2009-12-061-28/+28
* Simplified deblocking checks.Jason Garrett-Glaser2009-12-061-6/+9
* Faster checks in reverse_dc_prediction.Jason Garrett-Glaser2009-12-061-7/+7
* Check transform==15 first, since it's more common than 13.Jason Garrett-Glaser2009-12-061-1/+1
* Revert r20747: It mixed functional and cosmetical changes.Carl Eugen Hoyos2009-12-061-44/+41
* Various VP3 optimizations.Jason Garrett-Glaser2009-12-061-41/+44
* slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on co...Loren Merritt2009-12-051-5/+13
* r20739 broke compilation on systems without yasmLoren Merritt2009-12-051-7/+6
* refactor and optimize scalarproductLoren Merritt2009-12-056-111/+193
* Cosmetics: Reindent after r20679.Carl Eugen Hoyos2009-12-051-14/+14
* Cosmetics: Reindent after r20736.Carl Eugen Hoyos2009-12-051-2/+2
* Make sure the parsers do not overwrite width/height as this can interfereMichael Niedermayer2009-12-052-1/+6
* Cosmetics: remove empty definitions of hw-accelerated PixFmtInfoStefano Sabatini2009-12-041-24/+0
* 1-13% faster apply_filter, 1-3% faster ape decoding on core2Loren Merritt2009-12-041-8/+3
* 100l trocadero: call emms_c() after doing decoding with SIMD in APE decoderKostya Shishkov2009-12-041-0/+1
* Make sure ff_init_qscale_tab() is called one way or another whenMichael Niedermayer2009-12-031-0/+2
* Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ...Michael Niedermayer2009-12-033-14/+15
* lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* thoughBaptiste Coudurier2009-12-032-3/+1
* use lzw compression in gif encoderBaptiste Coudurier2009-12-034-49/+65
* port ape dsp functions from sse2 to mmxLoren Merritt2009-12-032-75/+93
* avoid an unpredictable branchLoren Merritt2009-12-031-38/+17
OpenPOWER on IntegriCloud