59521 Commits (4b8bc6d2b0a94c850f7d807a7da21804f1f9c1c7)
 

Author SHA1 Message Date
Michael Niedermayer 5b3f4b3ef5 avcodec/mjpegenc: drop dependancy on sizeof(AVFrame) 11 years ago
Michael Niedermayer c81234651f avcodec/msvideo1enc: drop dependancy on sizeof(AVFrame) 11 years ago
Michael Niedermayer fca7943850 avcodec/diracdec: avoid depending on sizeof(AVFrame) 11 years ago
Michael Niedermayer c5f7c8f9a9 avcodec/svq3: set last/next frames to defaults before use 11 years ago
Michael Niedermayer 5abdda214d avcodec/utils: implement avcodec_alloc_frame() through av_alloc_frame() 11 years ago
Michael Niedermayer 6aed7bfd84 avcodec: use av_frame_unref() to set frame defaults 11 years ago
Vittorio Giovara bd316109b3 apidoc: fix warning from stereo3d.h 11 years ago
Vittorio Giovara 3d9fc21e59 h264: Refactor decode_frame_packing_arrangement 11 years ago
Luca Barbato 3a149e23d3 hevc: Refactor decode_nal_sei_frame_packing_arrangement 11 years ago
Vittorio Giovara cfb4ee3097 fate: add a pngparser test 11 years ago
Vittorio Giovara eddff165b4 fate: add utility function to test parser, demuxer, and decoder 11 years ago
Peter Holik 6fd99e78de png: add a standalone parser 11 years ago
Michael Niedermayer 745c40a47f avcodec/gifdec: check that the correct number of bytes was decoded 11 years ago
Stoian Ivanov 5fe415f0f4 UDP: join multicast group on the interface specified with &localaddr= 11 years ago
Michael Niedermayer 49f10c9cb1 avformat/format: av_register_output_format() and av_register_intput_format() that work in O(1) time 11 years ago
Michael Niedermayer ec464c9683 avcodec/utils: av_register_codec & hwaccel() that work in O(1) time 11 years ago
Michael Niedermayer 196f7da7c8 Merge remote-tracking branch 'qatar/master' 11 years ago
Michael Niedermayer a67387913e Merge commit '11bb5e10c36539bcc303ceaac6f88d9ecb66e07f' 11 years ago
Michael Niedermayer a788949255 Merge commit '6d3ea1957f681b3bf9c752e6d21a501cc8d4180d' 11 years ago
Michael Niedermayer 792845e436 Merge commit '3bc2e89c76e88ae6f1fd5287e0b11abcfc3c601c' 11 years ago
Stefano Sabatini 1d6666a6b8 ffserver: extend report_config_error() facilities, and use it for warnings 11 years ago
Stefano Sabatini 9985710a5a ffserver: add stream Metadata option 11 years ago
Stefano Sabatini 33f10fa657 ffserver: fix spacing typoin error message 11 years ago
Stefano Sabatini e3eb0988c6 lavu/dict.h: extend/clarify av_dict_get() doxy 11 years ago
Stefano Sabatini 023693d786 lavfi/buffersrc: set min and max values for pix_fmt option 11 years ago
Diego Biurrun 0d882e9e7b avutil: Remove deprecated intfloat_readwrite code 11 years ago
Torsten Jager 48d39c8786 avcodec/libx264: Set colorspace details correctly 11 years ago
Diego Biurrun 11bb5e10c3 build: Define __printf__ to __gnu_printf__ on MinGW*/gcc 11 years ago
Michael Niedermayer a8d702859b avcodec/mlpdec: check that streamtype matches the codec 11 years ago
Michael Niedermayer e2742d6ad6 avcodec/wmalosslessdec: completely initialize contains_subframe 11 years ago
Michael Niedermayer 4ecac81678 avformat/psxstr: zero packet to prevent uninitialized data to leak through to the decoder 11 years ago
Michael Niedermayer f618cb1a4b swscale/x86/rgb2rgb_template: try to fix build failure with avx disabled 11 years ago
Tomer Barletz fe285b04bb avcodec/mpeg12dec: Don't create side data when current picture ptr is NULL. 11 years ago
James Zern 7a994d777a configure: (vp9) ensure bitstream compatibility 11 years ago
Yu Xiaolei 1c67ad9d93 swscale: NEON optimized unscaled rgba to nv12 conversion 11 years ago
Michael Niedermayer ffbcb1c6f0 avformat/id3v2: Check avio_read() return value in read_chapter() 11 years ago
Michael Niedermayer 460f8fca9c avformat/id3v2: factor free code to the end of read_chapter() 11 years ago
Joakim Plate 6eda91ad54 mpegts: stop analyzing when pmt for all programs have been found 11 years ago
Michael Niedermayer d600b18f22 avformat/utils: limit rfps to values larger than fps 11 years ago
Michael Niedermayer 476aceaa22 vformat/id3v2: check avio_read for short reads in addition to errors 11 years ago
Stefano Sabatini b2a4316287 examples/decoding_encoding: check av_samples_get_buffer_size() for a negative value 11 years ago
Stefano Sabatini 81eff6e7a2 doc/muxers/tee: add example showing second level escaping 11 years ago
Stefano Sabatini 2364b4031d doc/muxers/tee: use @ref to reference other sections 11 years ago
Stefano Sabatini d37d4b6e40 lavf/mux: improve feedback in case of no streams in muxer 11 years ago
Michael Niedermayer 4511531582 avformat/oggparsetheora: zero extradata padding area 11 years ago
Michael Niedermayer e838c9852e avcodec/bink: use av_mallocz for data 11 years ago
Michael Niedermayer 0e0f6bd4a5 avformat/id3v2: Check avio_read() return code in id3v2_parse() 11 years ago
Michael Niedermayer 037fc3b054 swscale/utils: check chroma width for fast bilinear scaler 11 years ago
Michael Niedermayer 554e913fd7 swscale/utils: remove useless () 11 years ago
Michael Niedermayer dc54bd4e8d swscale/utils: factor (d + 1 < 4) out 11 years ago