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
2009-06-19Add support for id3 tag parsing for ADTS AAC streamsPatrick Dehne
2009-04-22It should be #if, not #ifdefAndreas Öman
2009-04-22Add raw MLP muxer.Ramiro Polla
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samplesBaptiste Coudurier
2009-03-20Support raw TrueHD filesRamiro Polla
2009-03-14Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectlyReimar Döffinger
2009-03-01Change the timebase of the raw demuxer to one that can represent the ts of fi...Michael Niedermayer
2009-02-28Separate the raw FLAC demuxer from raw.c and put in a new file,Justin Ruggles
2009-02-26Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.Justin Ruggles
2009-02-22consistent naming of Chinese AVS raw demuxerStefan Gehrer
2009-02-21add raw demuxer for Chinese AVS elementary streamsStefan Gehrer
2009-02-16Add a context to av_log() call.Benoit Fouet
2009-02-16Make format long_names consistent.Diego Biurrun
2009-01-27Whitespace cosmetics to align return statements.Benoit Fouet
2009-01-27Check buffer is inside what is passed when probing for flac.Benoit Fouet
2009-01-25Handle ID3v2 tags in raw FLAC streams by skipping them.David DeHaven
2009-01-20Fix probing of files with ID3v2 tags. Discussed atAlex Converse
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-14Remove silly FIXME comment.Michael Niedermayer
2008-12-02ADTS AAC probe.Michael Niedermayer
2008-10-24raw dnxhd de/muxerBaptiste Coudurier
2008-10-18Assume mono if no other information for raw.Michael Niedermayer
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-09-15write number of samples in FLAC extradata.Justin Ruggles
2008-09-01change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use itJustin Ruggles
2008-09-01simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs.Aurelien Jacobs
2008-09-01check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXERJustin Ruggles
2008-09-01create a separate codec_id for E-AC-3Justin Ruggles
2008-08-24Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.Peter Ross
2008-08-15Surround format-specific functions with matching preprocessor conditionals.Diego Biurrun
2008-08-15Surround AVInputFormat declarations with format-specific #ifdefs.Diego Biurrun
2008-08-15Replace generic CONFIG_MUXERS preprocessor condition around format-specificDiego Biurrun
2008-08-15Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormatDiego Biurrun
2008-08-15cosmetics: Remove redundant #endif comments that are very close to the #ifdefDiego Biurrun
2008-08-15cosmetics: misc spelling fixesDiego Biurrun
2008-07-31check url_fseek return valueBaptiste Coudurier
2008-07-26Detect IDR less H.264 correctly.Michael Niedermayer
2008-07-12h264_probe()Michael Niedermayer
2008-07-07Alphabetically order AVInputFormat/AVOutputFormat declarations.Diego Biurrun
2008-07-07Add a note to remind people to add new raw formats to the Makefile.Diego Biurrun
2008-07-07spelling cosmetics in PCM codec long namesDiego Biurrun
2008-06-20remove useless close funcsBaptiste Coudurier
2008-06-05cosmetics: s/Id/id/ in libavformat where Id refers to id Software.Stefano Sabatini
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-30raw mlp demuxerRamiro Polla
2008-05-12Replace some occurrences of 0 with CODEC_ID_NONE.Carl Eugen Hoyos
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-03dts probeBenjamin Larsson