aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/bink: Check return value of av_add_index_entry()Michael Niedermayer2014-02-231-2/+4
* avformat/flac_picture: clear padding areaMichael Niedermayer2014-02-231-0/+1
* avformat/flac_picture: allocate buffer padding for pictureMichael Niedermayer2014-02-231-1/+1
* avformat/mpegtsenc: Check data array size in mpegts_write_pmt()Michael Niedermayer2014-02-231-2/+7
* rtpdec_asf: Copy the need_parsing field from the chained demuxerMartin Storsjö2014-01-271-0/+2
* avformat/matroskadec: Fix start_timeAlex Sukhanov2014-01-261-1/+1
* lavf/libssh: fix seek with whence==SEEK_CURLukasz Marek2014-01-221-1/+1
* avformat/rmdec: move packet allocation downMichael Niedermayer2014-01-211-10/+10
* avformat/mpegts: check sl.timestamp_lenMichael Niedermayer2014-01-211-0/+5
* avformat/ape: free packet on avio_read() failureMichael Niedermayer2014-01-211-1/+3
* Merge commit '6892d145a0c80249bd61ee7dd31ec851c5076bcd'Michael Niedermayer2014-01-211-14/+19
* Allow decoding of slightly broken Nikon avi files.Carl Eugen Hoyos2014-01-201-0/+1
* Do not read mkv audio bit_depth if bits_per_coded_sample is already set.Carl Eugen Hoyos2014-01-161-0/+1
* Do not set mkv bit_depth to av_get_bytes_per_sample() for G.726.Carl Eugen Hoyos2014-01-161-1/+1
* avformat/utils/av_probe_input_buffer2: fix buffer passed to ffio_rewind_with_...Michael Niedermayer2014-01-141-1/+1
* avformat/utils/av_probe_input_buffer2: fix offset checkMichael Niedermayer2014-01-141-3/+2
* avformat/utils/av_probe_input_buffer2: Fix pd.buf_sizeMichael Niedermayer2014-01-141-1/+2
* avformat/pjsdec: dont increase pointer when its already at the end in read_ts()Clément Bœsch2014-01-131-1/+2
* avformat/matroskadec: check generic audio deinterleaver sub_packet_size again...Michael Niedermayer2014-01-131-1/+1
* avformat/flvdec: initialize context before reading from itMichael Niedermayer2014-01-131-1/+1
* avformat/mxfdec: check avio_read(UID) resultMichael Niedermayer2014-01-131-1/+4
* avformat/rmdec: when reading audio blocks, dont leave holes when reading failsMichael Niedermayer2014-01-131-3/+13
* Use the h264 parser when decoding VSSH in avi.Carl Eugen Hoyos2014-01-081-0/+2
* avformat/mxfdec: detect loops during header parsingMichael Niedermayer2014-01-081-1/+8
* avformat/mov: Check that we have a stream before accessing it in mov_read_ares()Michael Niedermayer2014-01-081-9/+11
* avformat/ipmovie: check OPCODE_INIT_VIDEO_BUFFERS size more completelyMichael Niedermayer2014-01-081-1/+1
* avformat/avidec: Dont assert the existence of an index for video streams.Michael Niedermayer2014-01-081-2/+1
* do O(1) instead of O(n) atomic operations in register functionsMichael Niedermayer2014-01-071-2/+2
* lavf/matroskadec ReferenceBlock is a signed integerJan Gerber2014-01-071-1/+1
* lavf/matroska*: DiscardPadding is a signed integerJan Gerber2014-01-072-6/+7
* avformat/matroska: simplify signed int access codeMichael Niedermayer2014-01-072-16/+4
* lavf/matroska*: add support for signed integersJan Gerber2014-01-072-0/+51
* avformat/oggdec: dont read timestamps from EOS pages of ogm videosMichael Niedermayer2014-01-051-0/+5
* matroskadec: Fix bug when parsing realaudio codec parametersJames Almer2013-12-301-1/+1
* nutenc/write_index: warn if 2 consecutive keyframes have the same PTS and dis...Michael Niedermayer2013-12-241-1/+8
* wtvenc: populate VIDEOINFOHEADER2Peter Ross2013-12-241-8/+43
* avformat/riffenc: indentPeter Ross2013-12-241-3/+3
* riffenc: add option to ff_put_bmp_header to ignore extradataPeter Ross2013-12-245-6/+8
* avformat/mpegts: fix resync seekMichael Niedermayer2013-11-181-1/+3
* avformat/utils: dont count attached pics toward the probesizeMichael Niedermayer2013-11-181-2/+3
* avformat/image2: allow muxing gif files.Clément Bœsch2013-11-181-3/+39
* avformat/utils: never decrease has_b_frames in compute_pkt_fields()Michael Niedermayer2013-11-171-1/+2
* avformat/thp: force moving forwardMichael Niedermayer2013-11-171-1/+1
* avformat/thp: fix variable types to avoid overflowsMichael Niedermayer2013-11-171-7/+7
* lavf/spdifdec: fix demuxing of AAC in IEC 61937Anssi Hannula2013-11-171-1/+1
* avformat/http: fix cookiesMichael Niedermayer2013-10-311-1/+1
* avio: Check for memory allocation failure of private dataDerek Buitenhuis2013-10-271-0/+7
* correct the AVOption documentation for AV_EF_CAREFULMichael Niedermayer2013-10-271-1/+1
* avformat/utils: make "first_dts not matching first dts in the queue" message ...Michael Niedermayer2013-10-271-1/+2
* avformat/utils: do not override pts in h264 when they are provided from the d...Michael Niedermayer2013-10-271-2/+4