summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-06
* Get new buffer during frame decoding in VB video decoder, not only onceKostya Shishkov2009-06-06
* Internal routine should not use name of standard function.Vladimir Voroshilov2009-06-06
* Ensure that the extradata buffer is padded appripriately in the ogg demuxer.David Conrad2009-06-05
* Remove ff_g729_ and g729_ prefixes from static routines.Vladimir Voroshilov2009-06-05
* Add support for external OpenCORE libraries for AMR-NB/WB support.Diego Biurrun2009-06-05
* Add configure option to upgrade (L)GPL to version 3.Diego Biurrun2009-06-05
* Move around one paragraph, add headings for greater clarity.Diego Biurrun2009-06-05
* Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1.Diego Biurrun2009-06-05
* vmware video decoder uses reget_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* zmbv decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set CODEC_CA...Baptiste Coudurier2009-06-05
* renderware txd image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* tmv decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* tiff image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* vp3 and theora decoders use get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* targa image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* sun rasterfile image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* snow decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* smacker video decoder uses reget_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* kmvc decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* ptx image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* libopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* png decoder use get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* pcx decoder use get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* pgm, pgmyuv, ppm, pbm and pam decoders use get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* dxa decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* bfi decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* bmp decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* amv decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* bethesda vid decoder uses reget_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* 4xm decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* indeo3 decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla2009-06-04
* Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.Ramiro Polla2009-06-04
* Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla2009-06-04
* Use DECLARE_ALIGNED macro instead of gcc __attribute__.Pavel Pavlov2009-06-04
* cosmetics: K&R style reformattingDiego Biurrun2009-06-04
* Move function for reading whole specified amount of data from RTSPKostya Shishkov2009-06-04
* Use fewer macros in x86-optimized mlpdsp.Ramiro Polla2009-06-03
* Add the .adts file extension to the ADTS muxer.Alex Converse2009-06-03
* broken stsd length might be < 16, fix elst-assert.mp4Baptiste Coudurier2009-06-03
* Change find_tag return type to int64_t, fix a bugBaptiste Coudurier2009-06-03
* Fix sei_ct_type check so it does not mistreat ct_type= unknown.Michael Niedermayer2009-06-03
* Print ct_type and pic_struct.Michael Niedermayer2009-06-03
* AAC ADTS to AudioSpecificConfig bitstream filterAlex Converse2009-06-03
* Set AV_PKT_FLAG_KEY in avcodec_decode_video.Reimar Döffinger2009-06-03
* Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY.Reimar Döffinger2009-06-03
* Clarify the input AVPacket for avcodec_decode*()Michael Niedermayer2009-06-03
* Testing RGB48 variants requires bigger stride in swscale-example.cKostya Shishkov2009-06-02