summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/hdsenc: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-16
* avformat/hlsenc: fix hls_write_trailer() on hls_start() failureChristian Suloway2014-12-16
* Merge commit '6f4364aba9d70dc5fd9f1c88b9c03bf9ea893d40'Michael Niedermayer2014-12-16
|\
| * mov: Fix handling of zero-length metadata valuesMartin Storsjö2014-12-15
| * matroskadec: Fix read-after-free in matroska_read_seek()Xiaohan Wang2014-12-15
* | lavf/concatdec: handle NOPTS start_time.Nicolas George2014-12-15
* | avformat/xmv: Check return code of ff_alloc_extradata()Michael Niedermayer2014-12-15
* | avformat/flic: se av_freep() to avoid leaving stale extradata pointerMichael Niedermayer2014-12-15
* | avformat/rtpdec_mpeg4: Use av_freep() to avoid leaving stale extradata pointerMichael Niedermayer2014-12-15
* | avformat/xmv: use av_freep() to avoid leaving stale extradata pointerMichael Niedermayer2014-12-15
* | avformat/assenc: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-15
* | avformat/avidec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-15
* | lavf/mxfdec: Fix memleaks reading corrupt files.Carl Eugen Hoyos2014-12-15
* | lavf/mxfdec: Factorize mxf_read_close().Carl Eugen Hoyos2014-12-15
* | avformat/dv: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-15
* | avformat/utils: Do not update programs streams from program-less streams in u...Michael Niedermayer2014-12-14
* | avformat/mp3dec: Name the dummy variable as what it is, to avoid confusionMichael Niedermayer2014-12-14
* | avformat/aviobuf: Check that avio_seek() target is non negativeMichael Niedermayer2014-12-14
* | avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_head...Michael Niedermayer2014-12-14
* | avformat/nutenc: store the actual r_frame_rate in the corresponding field if ...Michael Niedermayer2014-12-14
* | avformat/utils: use r_frame_rate only in the demuxer for ff_compute_frame_dur...Michael Niedermayer2014-12-14
* | fix "than" typoMichael Niedermayer2014-12-13
* | avformat/utils: Do not estimate the container bitrate from the streams if one...Michael Niedermayer2014-12-13
* | avformat/mov: Simplify code by using OFFSET() and FLAGS macrosMichael Niedermayer2014-12-13
* | avformat/utils: check for malloc failurewm42014-12-12
* | avformat/mov: Disable XMP metadata by defaultMichael Niedermayer2014-12-11
* | avformat/avidec: Do not fail for crazy start timesGabor Nagy2014-12-11
* | Merge commit 'e737a4aaafcb1d761b7f96043c2f83ce742c64ae'Michael Niedermayer2014-12-11
|\|
| * dashenc: Change the duration fields to 64 bitMartin Storsjö2014-12-10
* | avformat/hlsenc: added segment file deletionChristian Suloway2014-12-10
* | avformat/yuv4mpegdec: fix "warning: field_order may be used uninitialized in ...Michael Niedermayer2014-12-10
* | avformat/flvdec: fix potential use of uninitialized variablesMichael Niedermayer2014-12-10
* | avformat/avidec: Increase dshow_block_align use threshold by 1Gabor Nagy2014-12-10
* | Merge commit 'fa8934d6d6a0bb290010bdf16265c40b331d56fb'Michael Niedermayer2014-12-10
|\|
| * dashenc: log file output progress in verbose modeBryan Huh2014-12-10
* | Merge commit '95d880fa6436f3b557a9c060428a04b9e4d552df'Michael Niedermayer2014-12-10
|\|
| * rtpproto: Fix the input RTP data format checkMartin Storsjö2014-12-09
* | Allow mov musing if the ac3 parser was disabled.Carl Eugen Hoyos2014-12-09
* | Merge commit 'fccfc22d1f304aef42a0b960e4c1d55ce67107f5'Michael Niedermayer2014-12-09
|\|
| * libavformat: Build hevc.o when building the RTP muxerMartin Storsjö2014-12-09
* | avformat/crypto: fix key vs iv typoMichael Niedermayer2014-12-09
* | avformat/utils: change assert to av_assert0()Michael Niedermayer2014-12-09
* | avformat/utils: replace impossible condition by av_assert0() in ff_gen_search()Michael Niedermayer2014-12-09
* | avformat/wavenc: check return value of strftime()Michael Niedermayer2014-12-09
* | Merge commit '3c01039e0bc7d269900e15551f8171c4328a0223'Michael Niedermayer2014-12-09
|\|
| * mov: further expand the list of parsed metadata tagsDave Rice2014-12-08
* | avformat/utils: fix calculating the absolute difference of timestampsMichael Niedermayer2014-12-09
* | avformat/utils: Compute the current pts of mpeg1/2 I/P frames from the next f...Michael Niedermayer2014-12-09
* | avformat/utils: Pass the next pts/dts to compute_pkt_fields() when availableMichael Niedermayer2014-12-09
* | Merge commit 'e2e07dbaab1f17e995842b7eacec4665d44c3d14'Michael Niedermayer2014-12-08
|\|