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
2011-11-03Replace all strcasecmp/strncasecmp usages.Reimar Döffinger
2011-11-03lavf: Do not set cur_dts to undetermined before first_dts has been calculated...Michael Niedermayer
2011-11-03Cosmetics: Reindent after last commit.Carl Eugen Hoyos
2011-11-03Support new ALAC magic cookie in caf files.Carl Eugen Hoyos
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-03gsm demuxer: do not allocate packet twice.Justin Ruggles
2011-11-03flvenc: use first packet delay as global delay.Justin Ruggles
2011-11-02mpegtsenc: EAC3 supportMean
2011-11-02rtsp: add allowed_media_types optionJohn Brooks
2011-11-02Create separate functions for the raw GSM demuxer.Justin Ruggles
2011-11-02id3v2enc: include strings.h for strcasecmp()Michael Niedermayer
2011-11-02id3v2enc: add support for year and day/month tags when writing id3v2 version ...Tobias Rapp
2011-11-02Replace vendor string in Ogg and FLAC muxers.Diego Biurrun
2011-11-02Replace ffmpeg references with more accurate libav* references.Diego Biurrun
2011-11-02Replace outdated references to ffmpeg tool with avconv.Diego Biurrun
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun
2011-11-02id3v2: fix type of ID3v2EMFunc.free()Anton Khirnov
2011-11-02g726: use bits_per_coded_sample instead of bitrate to determine modeJustin Ruggles
2011-11-01gxf: add timecode information to metadataMatthieu Bouron
2011-11-01mmsh: add return value for mmsh_open()Michael Niedermayer
2011-11-01mmsh: do not try to seek to negative tiimestamps, it does not workMichael Niedermayer
2011-11-01mp3enc: avoid truncating id3v1 tags by one byteTobias Rapp
2011-11-01mmsh_read_seek: skip headerMichael Niedermayer
2011-11-01mmsh:_implement a minimal mmsh_seek() so the stream position can be found out.Michael Niedermayer
2011-11-01asfdec: Check packet_replic_size earlierMichael Niedermayer
2011-10-31mmsh: mmsh_read_seek()Michael Niedermayer
2011-10-31mmsh: split out mmsh_open_internal()Michael Niedermayer
2011-10-31mmsh: move location storage into contextMichael Niedermayer
2011-10-30Fix deprecated warnings in .bit (de)muxerVladimir Voroshilov
2011-10-30spdifenc: use special alignment for DTS-HD length_codeAnssi Hannula
2011-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-30Bump libavformat minor version for the G.729 raw demuxer.Carl Eugen Hoyos
2011-10-30dsicin: fix several audio-related fields in the CIN demuxerJustin Ruggles
2011-10-30Minimal patch for G.729 demuxerVladimir Voroshilov
2011-10-29mov: Avoid divide by zero in edit list dts handlingBenjamin Larsson
2011-10-29Revert "matroskadec: forward parsing errors to caller."Hendrik Leppkes
2011-10-29Some minor spelling fixes.Reimar Döffinger
2011-10-29Add Vladimir Voroshilov's copyright header to bit.c.Carl Eugen Hoyos
2011-10-29lavf: use number of output pictures for delay checks.Ronald S. Bultje
2011-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-29probe: Restore identification of files with very large id3 tags and no extens...Alex Converse
2011-10-29probe: Remove id3 tag presence as a criteria to do file extension checking.Alex Converse
2011-10-29mpegts: MP4 SL supportAlex Converse
2011-10-29mpegts: MP4 OD supportAlex Converse
2011-10-29mpegts: Add support for Sections in PMTAlex Converse
2011-10-29mpegts: Replace the MP4 descriptor parser with a recursive parser.Alex Converse
2011-10-29mpegts: Add support for multiple mp4 descriptorsAlex Converse
2011-10-29mpegts: Parse mpeg2 SL descriptors.Alex Converse
2011-10-29isom: Add MPEG4SYSTEMS dummy object type indication.Alex Converse
2011-10-28lavf: add init_put_byte() to the list of visible symbols.Anton Khirnov