summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Recognize 16-bit Interplay Video variantKostya Shishkov2009-12-271-1/+7
* Change main loop in Interplay Video decoder, so variables x and y really meanKostya Shishkov2009-12-271-5/+6
* Fix cdg reference and buffer_hints value:Reimar Döffinger2009-12-261-1/+2
* cosmetics: reindentKostya Shishkov2009-12-251-8/+8
* cosmetics: Reformat some function declarations.Diego Biurrun2009-12-241-18/+17
* Auravision Aura 2 decoderKostya Shishkov2009-12-234-1/+141
* Add Auravision Aura decoding supportKostya Shishkov2009-12-234-2/+25
* There is no need to print FFmpeg or codec name in error messageKostya Shishkov2009-12-231-1/+1
* cosmetics: correct formatting a bitKostya Shishkov2009-12-231-6/+5
* ARM: use ALT_BITSTREAM_READER on cores with fast unaligned accessMåns Rullgård2009-12-221-1/+1
* Add new fields for the VDPAU/MPEG-4 back-end.Gwenole Beauchesne2009-12-201-0/+2
* Add long_name for Xxan codec.Diego Biurrun2009-12-191-0/+1
* Improve handling allocated buffers in Xan decoderKostya Shishkov2009-12-191-3/+7
* cosmetics: reindent a bitKostya Shishkov2009-12-191-1/+1
* Add tables used by both AMR-NB and SIPRVitor Sessak2009-12-192-0/+49
* Cosmetic: indent after last change.Mike Melanson2009-12-191-2/+2
* Optimize unpack_vectors() by not shuffling around redundant vectors.Mike Melanson2009-12-191-15/+7
* More sane error message when extradata has not been set.Michael Niedermayer2009-12-181-1/+1
* Swap red and blue when decoding r210.Carl Eugen Hoyos2009-12-181-2/+2
* Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger2009-12-174-0/+107
* CD+G demuxer and decoderMichael Tison2009-12-174-0/+383
* Set bits_per_raw_sample appropriately in dpx decoder.Reimar Döffinger2009-12-161-0/+1
* Cosmetics: make celp_filters.* formatting more consistent with the rest ofVitor Sessak2009-12-162-36/+18
* Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests.Vitor Sessak2009-12-162-2/+98
* Undo r20874: It broke AAC decoding.Carl Eugen Hoyos2009-12-161-3/+2
* Use enum and constant to avoid three icc warnings.Carl Eugen Hoyos2009-12-151-2/+3
* Fix a typo in documentation.Ramiro Polla2009-12-151-1/+1
* Merge init & declaration of buf_end.Michael Niedermayer2009-12-141-2/+2
* Set reordered_opaque in default_reget_buffer() with internal buffers.Michael Niedermayer2009-12-141-1/+3
* Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding.Michael Niedermayer2009-12-141-0/+8
* Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc warn...Carl Eugen Hoyos2009-12-141-2/+2
* 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