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-14avformat/mpeg: Avoid dead assignmentMichael Niedermayer
2014-12-07avformat/mpeg: add commented out av_log() to probeMichael Niedermayer
2014-12-07avformat/mpeg: do not count PES packets inside PES packets during probingMichael Niedermayer
2014-11-16avformat/mpeg: fix memleak of sub_name on errorMichael Niedermayer
2014-10-25avformat/mpeg: Use av_find_input_format() instead of directly linking to the ...Michael Niedermayer
2014-10-24avformat: Add and use ff_copy_whitelists()Michael Niedermayer
2014-10-23avformat/mpeg: Forward whitelists to the mpegps demuxerMichael Niedermayer
2014-09-13avformat/vobsub: fix NULL dereferenceClément Bœsch
2014-09-09avformat/mpeg: update comment on probe scoreMichael Niedermayer
2014-09-09avformat/mpeg: increase score for short mpeg-ps by 1Michael Niedermayer
2014-08-08replace calls to url_feof() with avio_feof()James Almer
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