summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/hdsenc: Remove redundant NULL pointer checksMichael Niedermayer2015-01-091-3/+2
* avformat/tee: Simplify code by using avio_closep()Michael Niedermayer2015-01-091-4/+2
* avformat/sapenc: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-091-1/+1
* avformat/utils: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-091-1/+1
* avformat/aiffdec: improve readabilityPeter Ross2015-01-091-3/+3
* Skip Exif data when auto-detecting jpeg images.Carl Eugen Hoyos2015-01-091-2/+6
* avformat/mlvdec: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-081-1/+1
* avformat/mlvdec: Simplify code by using avio_closep()Michael Niedermayer2015-01-081-4/+2
* avformat/mov: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-081-1/+1
* avformat/rtpenc_chain: Use avio_closep() to avoid leaving stale pointers in m...Michael Niedermayer2015-01-081-1/+1
* avformat/rtsp: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-081-1/+1
* avformat/hlsenc: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-081-1/+1
* avformat/img2dec: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-081-1/+1
* avformat/img2enc: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-081-4/+4
* avformat/hdsenc: Simplify code by using avio_closep()Michael Niedermayer2015-01-081-4/+2
* Merge commit '01168bf1405ddbf671f1074a927b951b8777adbb'Michael Niedermayer2015-01-071-1/+0
|\
| * mpeg: Remove unused fieldLuca Barbato2015-01-071-1/+0
* | avformat/segment: Clear contexts after deallocationMichael Niedermayer2015-01-071-4/+5
* | Merge commit 'b3f04657368a32a9903406395f865e230b1de348'Michael Niedermayer2015-01-071-7/+20
|\ \ | |/
| * segment: Fix the failure pathsLuca Barbato2015-01-071-12/+20
* | avformat/dvbsub: remove unused variableMichael Niedermayer2015-01-071-2/+2
* | Merge commit '2a1500fb552364488cfbee3e29e296788a3a6bdd'Michael Niedermayer2015-01-071-1/+1
|\ \ | |/
| * movenc: Fix a typo in a commentMartin Storsjö2015-01-061-1/+1
* | Merge commit 'e581e88cbdb3323ca0026a54b39a9716a3686e9f'Michael Niedermayer2015-01-071-1/+1
|\ \ | |/
| * movenc: Readd an accidentally removed conditionMartin Storsjö2015-01-061-1/+1
* | Merge commit '8e03ca2fff40ce065ea5a516200e777c96cd785e'Michael Niedermayer2015-01-071-0/+1
|\ \ | |/
| * isom: add 'mp1v' fourccJustin Ruggles2015-01-061-0/+1
* | avformat/id3v2: support USLT tagswm42015-01-061-0/+50
* | avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stal...Michael Niedermayer2015-01-061-0/+1
* | avformat/hlsproto: Use av_freep, to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-061-2/+2
* | avformat/matroskadec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-061-4/+4
* | avformat/mov: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-061-5/+5
* | avformat/mov: Clear array to prevent potential out of array read from av_dlog()Michael Niedermayer2015-01-061-1/+1
* | mov: Fix negative size calculation in mov_read_default().Dale Curtis2015-01-061-1/+1
* | avformat/mov: fix integer overflow in mov_read_udta_string()Michael Niedermayer2015-01-061-1/+1
* | mov: Fix overflow and error handling in read_tfra().Dale Curtis2015-01-061-15/+21
* | avformat/id3v1: strip trailing whitespacewm42015-01-051-1/+10
* | avformat/dvbsub: increase probe scoreMichael Niedermayer2015-01-051-1/+1
* | avformat/dvbsub: fix indent after previous commitMichael Niedermayer2015-01-051-22/+22
* | avformat/dvbsub: check for 0xf0 earlier in probe, 30% fasterMichael Niedermayer2015-01-051-0/+2
* | Merge commit '46808fdf04ab113df374157b90b506eb3110daf2'Michael Niedermayer2015-01-052-2/+2
|\ \ | |/
| * movenc: Enable editlists by default if delay_moov is enabledMartin Storsjö2015-01-042-2/+2
| * libavformat: Check for malloc failures in avformat_new_streamMartin Storsjö2015-01-041-0/+5
* | Merge commit 'c4aa0f865fb2c3b28a309d1bb27fd1c24b75ba28'Michael Niedermayer2015-01-051-2/+2
|\ \ | |/
| * libavformat: Remove a misleading/incorrect commentMartin Storsjö2015-01-041-2/+2
* | avformat/aiffdec: only read codec tag when there is space in headerPeter Ross2015-01-051-1/+3
* | avformat/utils: add dvbsub to set_codec_from_probe_data()Michael Niedermayer2015-01-051-0/+1
* | avformat: add dvbsub demuxerMichael Niedermayer2015-01-054-1/+69
* | avformat/rawdec: Add FF_DEF_RAWSUB_DEMUXERMichael Niedermayer2015-01-051-0/+23
* | avformat/rawdec: Make ff_raw_data_read_header() non staticMichael Niedermayer2015-01-052-1/+3
OpenPOWER on IntegriCloud