summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Add new fields for the VDPAU/MPEG-4 back-end.Gwenole Beauchesne2009-12-20
* Add long_name for Xxan codec.Diego Biurrun2009-12-19
* Improve handling allocated buffers in Xan decoderKostya Shishkov2009-12-19
* cosmetics: reindent a bitKostya Shishkov2009-12-19
* Add tables used by both AMR-NB and SIPRVitor Sessak2009-12-19
* Cosmetic: indent after last change.Mike Melanson2009-12-19
* Optimize unpack_vectors() by not shuffling around redundant vectors.Mike Melanson2009-12-19
* More sane error message when extradata has not been set.Michael Niedermayer2009-12-18
* Swap red and blue when decoding r210.Carl Eugen Hoyos2009-12-18
* Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger2009-12-17
* CD+G demuxer and decoderMichael Tison2009-12-17
* Set bits_per_raw_sample appropriately in dpx decoder.Reimar Döffinger2009-12-16
* Cosmetics: make celp_filters.* formatting more consistent with the rest ofVitor Sessak2009-12-16
* Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests.Vitor Sessak2009-12-16
* Undo r20874: It broke AAC decoding.Carl Eugen Hoyos2009-12-16
* Use enum and constant to avoid three icc warnings.Carl Eugen Hoyos2009-12-15
* Fix a typo in documentation.Ramiro Polla2009-12-15
* Merge init & declaration of buf_end.Michael Niedermayer2009-12-14
* Set reordered_opaque in default_reget_buffer() with internal buffers.Michael Niedermayer2009-12-14
* Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding.Michael Niedermayer2009-12-14
* Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc warn...Carl Eugen Hoyos2009-12-14
* Read and decode block data in separate functions to prepare support forThilo Borgmann2009-12-13
* Clarify comment: although still hacky, it is correct for existing libtheoraDavid Conrad2009-12-12
* libtheoraenc.c: mark keyframesDavid Conrad2009-12-12
* Be less picky on invalid frame_pred_frame_dct values.Michael Niedermayer2009-12-12
* SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation.Jai Menon2009-12-12
* 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