summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avfiltergraph: add avfilter_graph_request_oldest().Nicolas George2012-04-235-8/+158
* avfilter: add a pointer from links to graph.Nicolas George2012-04-232-0/+22
* avfilter: document request_frame return codes.Nicolas George2012-04-231-1/+6
* lavf: print a warning if probesize seems not enough.Nicolas George2012-04-231-0/+6
* vp8: fix crash due to skiped update_dimensions().Michael Niedermayer2012-04-231-2/+2
* lowres2 support.Michael Niedermayer2012-04-2223-45/+387
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-2252-841/+219
|\
| * ARM: allow runtime masking of CPU featuresMans Rullgard2012-04-2220-25/+164
| * dsputil: remove unused functionsMans Rullgard2012-04-211-62/+0
| * mov: Treat keyframe indexes as 1-origin if starting at non-zero.Yusuke Nakamura2012-04-211-1/+1
| * mov: Take stps entries into consideration also about key_off.Yusuke Nakamura2012-04-211-1/+1
| * Remove lowres video decodingMans Rullgard2012-04-2134-755/+56
* | Support flicvideo with 904 bytes extradata.Carl Eugen Hoyos2012-04-221-2/+5
* | ffmpeg: assert the refcount of decoded framesMichael Niedermayer2012-04-221-0/+1
* | ffmpeg: assert the refcount of allocated frames,Michael Niedermayer2012-04-221-0/+1
* | ffmpeg: assert against creation of cycles in the pools linked list.Michael Niedermayer2012-04-221-0/+3
* | ffmpeg: stricter refcount check in unref_buffer()Michael Niedermayer2012-04-221-1/+1
* | mpeg12dec: reset data size after parsing extradata.Michael Niedermayer2012-04-221-0/+1
* | iff: fix null ptr dereferenceMichael Niedermayer2012-04-221-1/+1
* | audemux: Fix potential integer overflow leading to a division by 0Michael Niedermayer2012-04-221-1/+1
* | audemux: Check channels isnt 0Michael Niedermayer2012-04-221-0/+5
* | wtvdec: Check that stream private context has been allocated before use.Michael Niedermayer2012-04-221-1/+1
* | mjpegbdec: check SOS/SOF ordering.Michael Niedermayer2012-04-222-5/+8
* | ffv1dec: Require a valid keyframe for decoding non keyframes.Michael Niedermayer2012-04-221-0/+7
* | ffmpeg: fix validity test for file index.Nicolas George2012-04-221-2/+2
* | asv1dec: check extradatasize before reading.Michael Niedermayer2012-04-221-2/+1
* | indeo5: check against scaleable frames in non scaleable streams.Michael Niedermayer2012-04-221-0/+6
* | smackerdemux: Allocate padding for extradataMichael Niedermayer2012-04-221-1/+1
* | svq1dec: Fix overread on very small inputMichael Niedermayer2012-04-221-0/+3
* | wmaprodec: tighter check for num_vec_coeffsMichael Niedermayer2012-04-221-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-219-77/+79
|\ \ | |/
| * avcodec: remove AVCodecContext.dsp_maskMans Rullgard2012-04-214-15/+8
| * avconv: fix a segfault when default encoder for a format doesn't exist.Anton Khirnov2012-04-211-8/+10
| * utvideo: general cosmeticsJan Ekström2012-04-201-46/+54
| * aac: Handle HE-AACv2 when sniffing a channel order.Alex Converse2012-04-201-0/+7
| * movenc: Support high sample rates in isomedia formats by setting the sample r...Alex Converse2012-04-201-12/+7
| * xxan: Remove write-only variable in xan_decode_frame_type0().Diego Biurrun2012-04-201-4/+1
| * ivi_common: Initialize a variable at declaration in ff_ivi_decode_blocks().Diego Biurrun2012-04-201-4/+2
* | Support broken v210 files with 64 byte padding.Carl Eugen Hoyos2012-04-212-5/+13
* | dnxhddec: check that the indicated bit depth matches the tables.Michael Niedermayer2012-04-211-0/+4
* | xldec: move buffer size check up, it can be done before allocating a frameMichael Niedermayer2012-04-211-5/+5
* | xldec: Check that width is a multiple of 4Michael Niedermayer2012-04-211-0/+5
* | xmvdemux: prefer av_freep() to deallocate audio stream structs.Michael Niedermayer2012-04-211-1/+1
* | xmvdemux: dont let current_stream become invalid.Michael Niedermayer2012-04-211-1/+1
* | cook: check subacket countMichael Niedermayer2012-04-211-0/+5
* | wmalossless: Ensure that last frame is not written again if nothing was decod...Jakub Stachowski2012-04-211-0/+2
* | ffprobe: do not try to decode empty packets.Nicolas George2012-04-211-1/+1
* | lavfi/setfield: remove stray argument in av_log()Stefano Sabatini2012-04-211-1/+1
* | lavfi/setfield: rename variable top_field_first to modeStefano Sabatini2012-04-211-12/+19
* | lavfi/setfield: add "progressive" optionTim Nicholson2012-04-213-15/+22
OpenPOWER on IntegriCloud