Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-13libavformat/mxfdec.c: export the full UMID as metadataMark Reid
2015-01-12libavformat/mxfdec.c: read project_name metadataMark Reid
2015-01-11Handle r10k endianess atom DpxE.Carl Eugen Hoyos
2015-01-11avformat/hlsenc: more robust error testsMichael Niedermayer
2015-01-11avformat/voc: add seeking supportMichael Niedermayer
2015-01-10avformat/movenc: move variable to a more local blockMichael Niedermayer
2015-01-10avformat/movenc: workaround bug in "PathScale EKOPath(tm) Compiler Suite Vers...Michael Niedermayer
2015-01-10rm: fix memory leak on init failurewm4
2015-01-09Merge commit '51da7d02748cc54b7d009115e76efa940b99a8ef'Michael Niedermayer
2015-01-09avformat/hdsenc: Remove redundant NULL pointer checksMichael Niedermayer
2015-01-09matroskaenc: refuse to write AAC without valid extradataAnton Khirnov
2015-01-09avformat/tee: Simplify code by using avio_closep()Michael Niedermayer
2015-01-09avformat/sapenc: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-09avformat/utils: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-09avformat/aiffdec: improve readabilityPeter Ross
2015-01-09Skip Exif data when auto-detecting jpeg images.Carl Eugen Hoyos
2015-01-08avformat/mlvdec: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-08avformat/mlvdec: Simplify code by using avio_closep()Michael Niedermayer
2015-01-08avformat/mov: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-08avformat/rtpenc_chain: Use avio_closep() to avoid leaving stale pointers in m...Michael Niedermayer
2015-01-08avformat/rtsp: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-08avformat/hlsenc: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-08avformat/img2dec: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-08avformat/img2enc: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-08avformat/hdsenc: Simplify code by using avio_closep()Michael Niedermayer
2015-01-08Merge commit '01168bf1405ddbf671f1074a927b951b8777adbb'Michael Niedermayer
2015-01-08avformat/segment: Clear contexts after deallocationMichael Niedermayer
2015-01-08Merge commit 'b3f04657368a32a9903406395f865e230b1de348'Michael Niedermayer
2015-01-07avformat/dvbsub: remove unused variableMichael Niedermayer
2015-01-07mpeg: Remove unused fieldLuca Barbato
2015-01-07segment: Fix the failure pathsLuca Barbato
2015-01-07Merge commit '2a1500fb552364488cfbee3e29e296788a3a6bdd'Michael Niedermayer
2015-01-07Merge commit 'e581e88cbdb3323ca0026a54b39a9716a3686e9f'Michael Niedermayer
2015-01-07Merge commit '8e03ca2fff40ce065ea5a516200e777c96cd785e'Michael Niedermayer
2015-01-06movenc: Fix a typo in a commentMartin Storsjö
2015-01-06movenc: Readd an accidentally removed conditionMartin Storsjö
2015-01-06isom: add 'mp1v' fourccJustin Ruggles
2015-01-06avformat/id3v2: support USLT tagswm4
2015-01-06avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stal...Michael Niedermayer
2015-01-06avformat/hlsproto: Use av_freep, to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-06avformat/matroskadec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-06avformat/mov: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-06avformat/mov: Clear array to prevent potential out of array read from av_dlog()Michael Niedermayer
2015-01-06mov: Fix negative size calculation in mov_read_default().Dale Curtis
2015-01-06avformat/mov: fix integer overflow in mov_read_udta_string()Michael Niedermayer
2015-01-06mov: Fix overflow and error handling in read_tfra().Dale Curtis
2015-01-05avformat/id3v1: strip trailing whitespacewm4
2015-01-05avformat/dvbsub: increase probe scoreMichael Niedermayer
2015-01-05avformat/dvbsub: fix indent after previous commitMichael Niedermayer
2015-01-05avformat/dvbsub: check for 0xf0 earlier in probe, 30% fasterMichael Niedermayer