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-23avformat: allow .264 as extension for raw H.264 streamWerner Robitza
2015-01-22avformat/mov: Stricter sanity checks on the display_matrixMichael Niedermayer
2015-01-22avformat/flvenc: accept AVMEDIA_TYPE_SUBTITLE instead of DATA for subtitlesMichael Niedermayer
2015-01-22Merge commit '3a724a7f3ba7fa766c6a6f0924a15cc742031b8d'Michael Niedermayer
2015-01-22avformat/dashenc: fix format string generationRodger Combs
2015-01-22dashenc: Use inttypes.h macros for format strings instead of %lldMartin Storsjö
2015-01-22dashenc: Fix format string generationRodger Combs
2015-01-22librtmp: Allow changing the socket send buffer sizeBrian Brice
2015-01-21libavformat/img2dec: fix warning when !HAVE_GLOBChristophe Gisquet
2015-01-19smoothstreamingenc: Add a missing "goto fail"Michael Niedermayer
2015-01-19libavformat/mxfdec.c: support demuxing opatom audio without indexMark Reid
2015-01-18avformat/rmdec: Check the return value of av_get_packet()Michael Niedermayer
2015-01-18avformat/nsvdec: Check the return value of av_get_packet()Michael Niedermayer
2015-01-18avformat/sbgdec: remove double ;;Clément Bœsch
2015-01-17avformat/asfdec: Check the av_get_packet() return valueMichael Niedermayer
2015-01-17avformat/rtpdec_hevc: Fix 2 "may be used uninitialized in this function" warn...Michael Niedermayer
2015-01-17avformat/nsvdec: Check av_get_packet() return valueMichael Niedermayer
2015-01-16Merge commit '3941df546276b190cc9362fd093e6721e8e52f50'Michael Niedermayer
2015-01-16aea: Return proper error code on invalid headerNidhi Makhijani
2015-01-16avformat: Improve data streams/codec supportAnshul Maheshwari
2015-01-15avformat/id3v2: remove unused variableMichael Niedermayer
2015-01-15Merge commit '024e5a2d5ff8a94adce48abb15ce2fb471f9d18e'Michael Niedermayer
2015-01-15Merge commit '54bc15d5ebfd07fd468743ba29f709ea19e840b9'Michael Niedermayer
2015-01-15Merge commit '932788be5af8dee062c77851b573ea47dd6d047a'Michael Niedermayer
2015-01-15avformat/id3v2: Fix incompatible pointer type warningsMichael Niedermayer
2015-01-15Merge commit '8809c974a3fb51f96e498a5556a4a5bbacc581ce'Michael Niedermayer
2015-01-15rtmppkt: Repeat the full 32 bit timestamp for chunking continuation packetsMartin Storsjö
2015-01-15avformat/mov: Do not set aspect ratios that would contain zerosMichael Niedermayer
2015-01-15avformat/mov: rewrite aspect from matrix codeMichael Niedermayer
2015-01-15Merge commit 'cf70ba37ba74089a18295b29e77dead0a3222c9e'Michael Niedermayer
2015-01-14id3v2: fix reading v2.2 attached picturesAnton Khirnov
2015-01-14id3v2: add names to the parameters of ID3v2EMFunc.readAnton Khirnov
2015-01-14id3v2: constify the 'tag' parameter to special metadata parsing callbackAnton Khirnov
2015-01-14mov: Check angle rather than full matrix when updating SARVittorio Giovara
2015-01-14img2dec: correctly use the parsed value from -start_numberVittorio Giovara
2015-01-14mpegts: identify h264 mvc streamsHendrik Leppkes
2015-01-14avformat/smoothstreamingenc: Add missing "goto fail"Michael Niedermayer
2015-01-14avformat/mpeg: Avoid dead assignmentMichael Niedermayer
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