summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Check combined depth and number of components in TIFF decoder, thus eliminatingKostya Shishkov2009-06-02
* YUV into RGB48 BE/LE conversion supportKostya Shishkov2009-06-02
* Partial (low bits ignored, no direct transcoding into other RGB formats) supportKostya Shishkov2009-06-02
* do not parse full header for private streamsBaptiste Coudurier2009-06-02
* correctly handle maximum streams limitBaptiste Coudurier2009-06-02
* export data from private streamsBaptiste Coudurier2009-06-02
* Remove the const qualifier for the name field of AVFilterInOut, sinceStefano Sabatini2009-06-01
* indentRamiro Polla2009-05-31
* Remove useless if(), leftover from the vhook removal.Ramiro Polla2009-05-31
* add #if CONFIG_ZLIB_DECODER around zlib_decomp function.Reimar Döffinger2009-05-31
* mszh decompression: add a special case for an all-0 mask, i.e. 32 uncompressedReimar Döffinger2009-05-31
* lcldec: ensure that the offset for av_memcpy_backptr is valid.Reimar Döffinger2009-05-31
* Implement avfilter_graph_config_links().Stefano Sabatini2009-05-31
* I will take care of the lcl de-/encoder while Roberto is unavailable.Reimar Döffinger2009-05-31
* Fix memleak due to c->decomp_buf never being freed.Reimar Döffinger2009-05-31
* Only call inflateEnd when we were actually using the zlib code.Reimar Döffinger2009-05-31
* avctx->priv_data is initialized to 0, get rid of useless extra initialization.Reimar Döffinger2009-05-31
* Merge variable declaration and initialization.Reimar Döffinger2009-05-31
* Use int-size types instead of char where it makes no difference.Reimar Döffinger2009-05-31
* Take advantage of available input padding to optimize mszh_decompReimar Döffinger2009-05-31
* Change maskbit variable to contain (1 << maskbit)Reimar Döffinger2009-05-31