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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-03fix various typosLou Logan
2014-05-24avformat/vobsub: do not create empty streams.Clément Bœsch
2014-05-01avformat/vobsub: use av_make_q().Clément Bœsch
2014-05-01avformat/vobsub: remove pointless FAIL macro.Clément Bœsch
2014-03-24Merge commit '5b8f0a5eac75d16376af60a6f6bb79b3e9e6dab7'Michael Niedermayer
2014-03-24mpeg: K&R formatting cosmeticsTanja Batchelor
2013-12-06Ignore es_map_length when parsing mpeg program stream map.Carl Eugen Hoyos
2013-12-01Support AC-3 in Sega Dreamcast Sofdec files.Carl Eugen Hoyos
2013-10-20avformat/vobsub: fix invalid sub queue access while seeking.Clément Bœsch
2013-10-04avformat/vobsub: raise packet even if apparently incomplete.Clément Bœsch
2013-10-04avformat/vobsub: fix several issues.Clément Bœsch
2013-09-08avformat/vobsub: fix seeking.Clément Bœsch
2013-09-01Merge commit 'a42e3a6700547e4e49445bda81d3a89ec3e081a9'Michael Niedermayer
2013-08-31pcm_dvd: consolidate pieces from pcm.c and mpeg.cChristian Schmidt
2013-05-05Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-04-10Replace all occurrences of PRI in sscanf() calls with SCNJames Almer
2013-03-27Support pcm_mulaw in Hikvision CCTV mpeg program streams.Carl Eugen Hoyos
2013-03-21lavf/vobsub: free index pseudo-packet.Nicolas George
2013-03-17mpeg: Add passing DVD navigation packets (startcode 0x1bf) to caller to allow...Richard
2013-01-24mpeg12demux: Fallback to startcode for stream type identification.Michael Niedermayer
2013-01-17Only skip MLP header in mpeg files if the codec actually is MLP.Carl Eugen Hoyos
2013-01-02lavf/vobsub: do not count trailing NUL char in extradata.Clément Bœsch
2012-12-25mpegps_probe: make buffer related pointers constMichael Niedermayer
2012-12-24lavf/mpeg: suppress warning: lpcm_header_len may be used uninitialized in thi...Michael Niedermayer
2012-12-08lavf: VobSub demuxer.Clément Bœsch
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-04mpegdemux: support MLP/AOBMichael Niedermayer
2012-08-04mpegdemux: move private stream 1 handling out of mpegps_read_pes_headerMichael Niedermayer
2012-08-04mpegdemux: remove redundant dvd audio codeMichael Niedermayer
2012-08-03mpegprobe: fix misdetection of mp3Michael Niedermayer
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-31mpegdemux: Fix probing of unrecognized_mpeg_video.mpgMichael Niedermayer
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-16mpeg: remove disabled codeDiego Biurrun
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-11-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-28Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-08mpegps: Use av_get_packet() instead of poorly emulating it.Alex Converse
2011-10-06mpegps: drop incorrect line of sofdec detectionMichael Niedermayer