summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* libavformat/mxfdec.c: export the full UMID as metadataMark Reid2015-01-131-7/+31
* libavformat/mxfdec.c: read project_name metadataMark Reid2015-01-121-0/+15
* Handle r10k endianess atom DpxE.Carl Eugen Hoyos2015-01-112-0/+22
* avformat/hlsenc: more robust error testsMichael Niedermayer2015-01-111-3/+3
* avformat/voc: add seeking supportMichael Niedermayer2015-01-113-2/+45
* avformat/movenc: move variable to a more local blockMichael Niedermayer2015-01-101-2/+2
* avformat/movenc: workaround bug in "PathScale EKOPath(tm) Compiler Suite Vers...Michael Niedermayer2015-01-101-1/+2
* rm: fix memory leak on init failurewm42015-01-101-5/+14
* Merge commit '51da7d02748cc54b7d009115e76efa940b99a8ef'Michael Niedermayer2015-01-091-6/+10
|\
| * matroskaenc: refuse to write AAC without valid extradataAnton Khirnov2015-01-091-6/+10
* | 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