summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* rm: fix memory leak on init failurewm42015-01-10
* Merge commit '51da7d02748cc54b7d009115e76efa940b99a8ef'Michael Niedermayer2015-01-09
|\
| * matroskaenc: refuse to write AAC without valid extradataAnton Khirnov2015-01-09
* | avformat/hdsenc: Remove redundant NULL pointer checksMichael Niedermayer2015-01-09
* | avformat/tee: Simplify code by using avio_closep()Michael Niedermayer2015-01-09
* | avformat/sapenc: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-09
* | avformat/utils: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-09
* | avformat/aiffdec: improve readabilityPeter Ross2015-01-09
* | Skip Exif data when auto-detecting jpeg images.Carl Eugen Hoyos2015-01-09
* | avformat/mlvdec: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-08
* | avformat/mlvdec: Simplify code by using avio_closep()Michael Niedermayer2015-01-08
* | avformat/mov: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-08
* | avformat/rtpenc_chain: Use avio_closep() to avoid leaving stale pointers in m...Michael Niedermayer2015-01-08
* | avformat/rtsp: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-08
* | avformat/hlsenc: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-08
* | avformat/img2dec: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-08
* | avformat/img2enc: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-08
* | avformat/hdsenc: Simplify code by using avio_closep()Michael Niedermayer2015-01-08
* | Merge commit '01168bf1405ddbf671f1074a927b951b8777adbb'Michael Niedermayer2015-01-07
|\|
| * mpeg: Remove unused fieldLuca Barbato2015-01-07
* | avformat/segment: Clear contexts after deallocationMichael Niedermayer2015-01-07
* | Merge commit 'b3f04657368a32a9903406395f865e230b1de348'Michael Niedermayer2015-01-07
|\|
| * segment: Fix the failure pathsLuca Barbato2015-01-07
* | avformat/dvbsub: remove unused variableMichael Niedermayer2015-01-07
* | Merge commit '2a1500fb552364488cfbee3e29e296788a3a6bdd'Michael Niedermayer2015-01-07
|\|
| * movenc: Fix a typo in a commentMartin Storsjö2015-01-06
* | Merge commit 'e581e88cbdb3323ca0026a54b39a9716a3686e9f'Michael Niedermayer2015-01-07
|\|
| * movenc: Readd an accidentally removed conditionMartin Storsjö2015-01-06
* | Merge commit '8e03ca2fff40ce065ea5a516200e777c96cd785e'Michael Niedermayer2015-01-07
|\|
| * isom: add 'mp1v' fourccJustin Ruggles2015-01-06
* | avformat/id3v2: support USLT tagswm42015-01-06
* | avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stal...Michael Niedermayer2015-01-06
* | avformat/hlsproto: Use av_freep, to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-06
* | avformat/matroskadec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-06
* | avformat/mov: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-06
* | avformat/mov: Clear array to prevent potential out of array read from av_dlog()Michael Niedermayer2015-01-06
* | mov: Fix negative size calculation in mov_read_default().Dale Curtis2015-01-06
* | avformat/mov: fix integer overflow in mov_read_udta_string()Michael Niedermayer2015-01-06
* | mov: Fix overflow and error handling in read_tfra().Dale Curtis2015-01-06
* | avformat/id3v1: strip trailing whitespacewm42015-01-05
* | avformat/dvbsub: increase probe scoreMichael Niedermayer2015-01-05
* | avformat/dvbsub: fix indent after previous commitMichael Niedermayer2015-01-05
* | avformat/dvbsub: check for 0xf0 earlier in probe, 30% fasterMichael Niedermayer2015-01-05
* | Merge commit '46808fdf04ab113df374157b90b506eb3110daf2'Michael Niedermayer2015-01-05
|\|
| * movenc: Enable editlists by default if delay_moov is enabledMartin Storsjö2015-01-04
| * libavformat: Check for malloc failures in avformat_new_streamMartin Storsjö2015-01-04
* | Merge commit 'c4aa0f865fb2c3b28a309d1bb27fd1c24b75ba28'Michael Niedermayer2015-01-05
|\|
| * libavformat: Remove a misleading/incorrect commentMartin Storsjö2015-01-04
* | avformat/aiffdec: only read codec tag when there is space in headerPeter Ross2015-01-05
* | avformat/utils: add dvbsub to set_codec_from_probe_data()Michael Niedermayer2015-01-05