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
2010-06-19Improve h263_probe()Michael Niedermayer
2010-06-11Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher
2010-06-11Fix raw vc1 decoding - this is supposed to break FATE.Michael Niedermayer
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-02-14ReindentReimar Döffinger
2010-02-14Optimize h261_probe function, since it is far slower than all others.Reimar Döffinger
2009-12-14Add CODEC_ID_DNXHD into the 25 fps case.Michael Niedermayer
2009-12-08Raise threshold of h263 probe by 1 to avoid misdetection.Michael Niedermayer
2009-12-08Add out commented av_log to debug h263_probe.Michael Niedermayer
2009-11-09Use enum instead of integer types where appropriate.Carl Eugen Hoyos
2009-10-05Fix pcm_read_seek () when the position it calculates is greater than 2 GB.Daniel Verkamp
2009-10-02Return any error return values from av_get_packet, get_buffer etc. unchangedReimar Döffinger
2009-10-01Make rawvideo_read_packet return partial frames.Reimar Döffinger
2009-10-01Simplify: remove pointless {} and elseReimar Döffinger
2009-10-01Remove pointless setting of pkt->size, av_get_packet already handles this.Reimar Döffinger
2009-10-01av_new_packet failing should return ENOMEM, not EIO.Reimar Döffinger
2009-09-29Sync AC3 probe values with MP3 probe values, they have to avoid similar issues.Reimar Döffinger
2009-09-15Make h261 and mpegvideo probe a little more robust so they dont fail withMichael Niedermayer
2009-09-15Make dnxhd probe more strict, fail if we detect values in header that wouldReimar Döffinger
2009-09-15Rewrite h261_probe().Michael Niedermayer
2009-09-15Make DTS probe more robust against false positives (as e.g. probetest shows).Reimar Döffinger
2009-09-14Rewrite h263_probe().Michael Niedermayer
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-07-25fix compilation of cavsvideo demuxerAurelien Jacobs
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