summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Fix cdg reference and buffer_hints value:Reimar Döffinger2009-12-26
| | | | | | | reference must be 3 because both "fields" are used as reference, and buffer_hints must include readable since we might memcpy from the old frame. Originally committed as revision 20923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindentKostya Shishkov2009-12-25
| | | | Originally committed as revision 20919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat some function declarations.Diego Biurrun2009-12-24
| | | | Originally committed as revision 20918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Auravision Aura 2 decoderKostya Shishkov2009-12-23
| | | | Originally committed as revision 20915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Auravision Aura decoding supportKostya Shishkov2009-12-23
| | | | Originally committed as revision 20914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* There is no need to print FFmpeg or codec name in error messageKostya Shishkov2009-12-23
| | | | Originally committed as revision 20913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: correct formatting a bitKostya Shishkov2009-12-23
| | | | Originally committed as revision 20912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: use ALT_BITSTREAM_READER on cores with fast unaligned accessMåns Rullgård2009-12-22
| | | | Originally committed as revision 20911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add new fields for the VDPAU/MPEG-4 back-end.Gwenole Beauchesne2009-12-20
| | | | Originally committed as revision 20901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long_name for Xxan codec.Diego Biurrun2009-12-19
| | | | Originally committed as revision 20900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve handling allocated buffers in Xan decoderKostya Shishkov2009-12-19
| | | | Originally committed as revision 20899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindent a bitKostya Shishkov2009-12-19
| | | | Originally committed as revision 20898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add tables used by both AMR-NB and SIPRVitor Sessak2009-12-19
| | | | Originally committed as revision 20897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic: indent after last change.Mike Melanson2009-12-19
| | | | Originally committed as revision 20896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimize unpack_vectors() by not shuffling around redundant vectors.Mike Melanson2009-12-19
| | | | | | | | Inspired by guidance from Dark Shikari. On a Core 2 Duo 2.0 GHz, this change decodes the 10-minute Big Buck Bunny 1080p short about 2 seconds faster. Originally committed as revision 20895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More sane error message when extradata has not been set.Michael Niedermayer2009-12-18
| | | | Originally committed as revision 20894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Swap red and blue when decoding r210.Carl Eugen Hoyos2009-12-18
| | | | Originally committed as revision 20893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger2009-12-17
| | | | Originally committed as revision 20891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CD+G demuxer and decoderMichael Tison2009-12-17
| | | | | | Patch by Michael Tison (gmail address: blackspike@....) Originally committed as revision 20890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set bits_per_raw_sample appropriately in dpx decoder.Reimar Döffinger2009-12-16
| | | | Originally committed as revision 20887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: make celp_filters.* formatting more consistent with the rest ofVitor Sessak2009-12-16
| | | | | | FFmpeg Originally committed as revision 20885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests.Vitor Sessak2009-12-16
| | | | Originally committed as revision 20884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Undo r20874: It broke AAC decoding.Carl Eugen Hoyos2009-12-16
| | | | Originally committed as revision 20879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use enum and constant to avoid three icc warnings.Carl Eugen Hoyos2009-12-15
| | | | Originally committed as revision 20874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a typo in documentation.Ramiro Polla2009-12-15
| | | | Originally committed as revision 20873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge init & declaration of buf_end.Michael Niedermayer2009-12-14
| | | | | | From ffmbc0.3 Originally committed as revision 20863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set reordered_opaque in default_reget_buffer() with internal buffers.Michael Niedermayer2009-12-14
| | | | | | From ffmbc0.3, this one appears to be a bugfix. Originally committed as revision 20862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding.Michael Niedermayer2009-12-14
| | | | | | Merged from ffmbc0.3 Originally committed as revision 20861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc ↵Carl Eugen Hoyos2009-12-14
| | | | | | warnings). Originally committed as revision 20860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read and decode block data in separate functions to prepare support forThilo Borgmann2009-12-13
| | | | | | multi-channel correlation mode. Originally committed as revision 20825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify comment: although still hacky, it is correct for existing libtheoraDavid Conrad2009-12-12
| | | | Originally committed as revision 20817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libtheoraenc.c: mark keyframesDavid Conrad2009-12-12
| | | | Originally committed as revision 20816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Be less picky on invalid frame_pred_frame_dct values.Michael Niedermayer2009-12-12
| | | | | | Fixed issue1615. Originally committed as revision 20814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation.Jai Menon2009-12-12
| | | | | | Fixes issue 1591. Originally committed as revision 20810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Commit functions used by both AMRNB and SIPRVitor Sessak2009-12-12
| | | | Originally committed as revision 20805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fail earlier for unsupported resolutions or pixel formats when encodingTomas Härdin2009-12-11
| | | | | | | | dv. Patch by Tomas Härdin, tomas D hardin A codemill D se Originally committed as revision 20803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2009-12-11
| | | | Originally committed as revision 20802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure av_new_packet() initializes the data and destruct pointers.Michael Niedermayer2009-12-11
| | | | | | | Some code does call av_free_packet() on failed av_new_packets(), this prevents the freeing of uninitialized pointers. Originally committed as revision 20801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.Carl Eugen Hoyos2009-12-10
| | | | Originally committed as revision 20796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not print 'faac:' when using libfaad.Carl Eugen Hoyos2009-12-10
| | | | Originally committed as revision 20794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic (restructure RGB ljpeg check to be more readable)Michael Niedermayer2009-12-10
| | | | Originally committed as revision 20793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, Fix YUV ljpeg that i just broke by mistake.Michael Niedermayer2009-12-10
| | | | Originally committed as revision 20792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct a forgotten RGB32.Michael Niedermayer2009-12-10
| | | | Originally committed as revision 20791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flip red and blue in rct-less lossless jpeg.Michael Niedermayer2009-12-10
| | | | | | Fixes issue1466, and decoding of plain lossless jpeg. Originally committed as revision 20790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem onMichael Niedermayer2009-12-10
| | | | | | big endian) Originally committed as revision 20789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix RGB LJPEG encoding.Michael Niedermayer2009-12-10
| | | | Originally committed as revision 20788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve time_increment_bits guessing code.Michael Niedermayer2009-12-09
| | | | Originally committed as revision 20785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* End startcode prefix search at the end of a AVC unit.Michael Niedermayer2009-12-09
| | | | | | Fixes issue1550. Originally committed as revision 20784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r20775, because equivalent code has been committed to x264 insteadLoren Merritt2009-12-09
| | | | Originally committed as revision 20783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor version bump for mbtree addition.Jason Garrett-Glaser2009-12-09
| | | | Originally committed as revision 20782 to svn://svn.ffmpeg.org/ffmpeg/trunk