20190 Commits (e187d87d7d1118bf6e592ad09320694c027bd0f8)
 

Author SHA1 Message Date
Baptiste Coudurier f4499c955a libopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier d0a7936710 png decoder use get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier f1cdd863a5 pcx decoder use get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier 5f27348bd3 pgm, pgmyuv, ppm, pbm and pam decoders use get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier 0cf0c5bfa8 dxa decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier 1ea9dbbb92 bfi decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier 4a89072833 bmp decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier 94c014c455 amv decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier be7e793261 bethesda vid decoder uses reget_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier 53e67085b2 4xm decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier 7bbf3f2ca4 indeo3 decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Ramiro Polla 74a841af8b Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED. 16 years ago
Ramiro Polla c0cf20a24a Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code. 16 years ago
Ramiro Polla 934626a9f9 Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED. 16 years ago
Pavel Pavlov 92db623584 Use DECLARE_ALIGNED macro instead of gcc __attribute__. 16 years ago
Diego Biurrun 51222d1041 cosmetics: K&R style reformatting 16 years ago
Kostya Shishkov 0e848977ce Move function for reading whole specified amount of data from RTSP 16 years ago
Ramiro Polla 989b7181ac Use fewer macros in x86-optimized mlpdsp. 16 years ago
Alex Converse 007c47e8b9 Add the .adts file extension to the ADTS muxer. 16 years ago
Baptiste Coudurier 281551131d broken stsd length might be < 16, fix elst-assert.mp4 16 years ago
Baptiste Coudurier 502d6c0a23 Change find_tag return type to int64_t, fix a bug 16 years ago
Michael Niedermayer f4ebb334be Fix sei_ct_type check so it does not mistreat ct_type= unknown. 16 years ago
Michael Niedermayer 4d95ae1882 Print ct_type and pic_struct. 16 years ago
Alex Converse ad5caf3ab7 AAC ADTS to AudioSpecificConfig bitstream filter 16 years ago
Reimar Döffinger 10f9ff9bf6 Set AV_PKT_FLAG_KEY in avcodec_decode_video. 16 years ago
Reimar Döffinger 8f3f2e0676 Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY. 16 years ago
Michael Niedermayer da45d5b9c6 Clarify the input AVPacket for avcodec_decode*() 16 years ago
Kostya Shishkov 5d5a8813fc Testing RGB48 variants requires bigger stride in swscale-example.c 16 years ago
Kostya Shishkov 9706d1c766 Check combined depth and number of components in TIFF decoder, thus eliminating 16 years ago
Kostya Shishkov 68e7f4828d YUV into RGB48 BE/LE conversion support 16 years ago
Kostya Shishkov e8417235d0 Partial (low bits ignored, no direct transcoding into other RGB formats) support 16 years ago
Baptiste Coudurier b2984add80 do not parse full header for private streams 16 years ago
Baptiste Coudurier 617c461625 correctly handle maximum streams limit 16 years ago
Baptiste Coudurier 1c4df2ab24 export data from private streams 16 years ago
Stefano Sabatini 0802356cfc Remove the const qualifier for the name field of AVFilterInOut, since 16 years ago
Ramiro Polla 9e1cc5984c indent 16 years ago
Ramiro Polla 851218584e Remove useless if(), leftover from the vhook removal. 16 years ago
Reimar Döffinger 24dd21fa41 add #if CONFIG_ZLIB_DECODER around zlib_decomp function. 16 years ago
Reimar Döffinger 79183d3c3e mszh decompression: add a special case for an all-0 mask, i.e. 32 uncompressed 16 years ago
Reimar Döffinger a7bfbe4e13 lcldec: ensure that the offset for av_memcpy_backptr is valid. 16 years ago
Stefano Sabatini 4ec42240ca Implement avfilter_graph_config_links(). 16 years ago
Reimar Döffinger c70ac8e7f5 I will take care of the lcl de-/encoder while Roberto is unavailable. 16 years ago
Reimar Döffinger bbf306742c Fix memleak due to c->decomp_buf never being freed. 16 years ago
Reimar Döffinger 908425c758 Only call inflateEnd when we were actually using the zlib code. 16 years ago
Reimar Döffinger 4ad3df9da2 avctx->priv_data is initialized to 0, get rid of useless extra initialization. 16 years ago
Reimar Döffinger 7ffc844742 Merge variable declaration and initialization. 16 years ago
Reimar Döffinger 7c20421661 Use int-size types instead of char where it makes no difference. 16 years ago
Reimar Döffinger 7a15b25827 Take advantage of available input padding to optimize mszh_decomp 16 years ago
Reimar Döffinger a5d2745d8e Change maskbit variable to contain (1 << maskbit) 16 years ago
Reimar Döffinger e0b3af9059 Remove check that thanks to padding is no longer necessary. 16 years ago