summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'df07c07b3de0a5e8890078944de1eb5cb8372ef8'Michael Niedermayer2014-12-181-0/+1
|\
| * rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered dataMartin Storsjö2014-12-181-0/+1
* | Merge commit '42181740a3972e17d0097d28fabc9a1a60322d47'Michael Niedermayer2014-12-181-0/+1
|\ \ | |/
| * rtpenc: Set the AVFMT_TS_NONSTRICT flagMartin Storsjö2014-12-181-0/+1
* | Merge commit '01f251c44d83eedc819625d2caac9ff9697a085d'Michael Niedermayer2014-12-181-0/+1
|\ \ | |/
| * rtpenc: Set the timestamp properly when sending mpegts data, tooMartin Storsjö2014-12-181-0/+1
* | Merge commit 'f2c614e8c4a935b52bbf86819128d9e797230c20'Michael Niedermayer2014-12-181-2/+2
|\ \ | |/
| * srtpproto: fix option flag typeTristan Matthews2014-12-181-2/+2
* | wavdec: RIFX file format supportThomas Volkert2014-12-1813-28/+53
* | Merge commit '456e93bfdd4cbc5e995dea415019abd0703d0e16'Michael Niedermayer2014-12-171-2/+10
|\ \ | |/
| * dashenc: Adjust the start time of a segment to the end of the previous segmentMartin Storsjö2014-12-171-2/+10
* | Merge commit '2f628d5943c12389c07d652d23d3916997f9f0f6'Michael Niedermayer2014-12-171-2/+6
|\ \ | |/
| * dashenc: Write segment timelines properly if the timeline has gapsMartin Storsjö2014-12-171-2/+6
* | avformat/mov: fix integer overflow of sizeMichael Niedermayer2014-12-161-3/+3
* | avformat/mov: check atom nesting depthMichael Niedermayer2014-12-162-1/+13
* | avformat/hlsenc: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-161-2/+2
* | avformat/flvdec: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-161-1/+1
* | avformat/hdsenc: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-161-6/+6
* | avformat/hlsenc: fix hls_write_trailer() on hls_start() failureChristian Suloway2014-12-161-4/+6
* | Merge commit '6f4364aba9d70dc5fd9f1c88b9c03bf9ea893d40'Michael Niedermayer2014-12-161-1/+1
|\ \ | |/
| * mov: Fix handling of zero-length metadata valuesMartin Storsjö2014-12-151-1/+1
| * matroskadec: Fix read-after-free in matroska_read_seek()Xiaohan Wang2014-12-151-1/+2
* | lavf/concatdec: handle NOPTS start_time.Nicolas George2014-12-151-2/+5
* | avformat/xmv: Check return code of ff_alloc_extradata()Michael Niedermayer2014-12-151-1/+3
* | avformat/flic: se av_freep() to avoid leaving stale extradata pointerMichael Niedermayer2014-12-151-1/+1
* | avformat/rtpdec_mpeg4: Use av_freep() to avoid leaving stale extradata pointerMichael Niedermayer2014-12-151-1/+1
* | avformat/xmv: use av_freep() to avoid leaving stale extradata pointerMichael Niedermayer2014-12-151-1/+1
* | avformat/assenc: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-151-1/+1
* | avformat/avidec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-151-2/+2
* | lavf/mxfdec: Fix memleaks reading corrupt files.Carl Eugen Hoyos2014-12-151-6/+14
* | lavf/mxfdec: Factorize mxf_read_close().Carl Eugen Hoyos2014-12-151-29/+33
* | avformat/dv: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-151-1/+1
* | avformat/utils: Do not update programs streams from program-less streams in u...Michael Niedermayer2014-12-141-0/+2
* | avformat/mp3dec: Name the dummy variable as what it is, to avoid confusionMichael Niedermayer2014-12-141-2/+3
* | avformat/aviobuf: Check that avio_seek() target is non negativeMichael Niedermayer2014-12-141-0/+3
* | avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_head...Michael Niedermayer2014-12-143-3/+3
* | avformat/nutenc: store the actual r_frame_rate in the corresponding field if ...Michael Niedermayer2014-12-142-2/+5
* | avformat/utils: use r_frame_rate only in the demuxer for ff_compute_frame_dur...Michael Niedermayer2014-12-141-1/+1
* | fix "than" typoMichael Niedermayer2014-12-131-1/+1
* | avformat/utils: Do not estimate the container bitrate from the streams if one...Michael Niedermayer2014-12-131-0/+5
* | avformat/mov: Simplify code by using OFFSET() and FLAGS macrosMichael Niedermayer2014-12-131-9/+9
* | avformat/utils: check for malloc failurewm42014-12-121-0/+5
* | avformat/mov: Disable XMP metadata by defaultMichael Niedermayer2014-12-112-2/+2
* | avformat/avidec: Do not fail for crazy start timesGabor Nagy2014-12-111-1/+1
* | Merge commit 'e737a4aaafcb1d761b7f96043c2f83ce742c64ae'Michael Niedermayer2014-12-111-2/+2
|\ \ | |/
| * dashenc: Change the duration fields to 64 bitMartin Storsjö2014-12-101-8/+8
* | avformat/hlsenc: added segment file deletionChristian Suloway2014-12-101-4/+86
* | avformat/yuv4mpegdec: fix "warning: field_order may be used uninitialized in ...Michael Niedermayer2014-12-101-1/+1
* | avformat/flvdec: fix potential use of uninitialized variablesMichael Niedermayer2014-12-101-3/+3
* | avformat/avidec: Increase dshow_block_align use threshold by 1Gabor Nagy2014-12-101-1/+1
OpenPOWER on IntegriCloud