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
2009-10-02Remove url_feof check that would be triggered only after incorrectly producingReimar Döffinger
2009-10-02Remove useless setting of pkt->size, av_get_packet already handles that.Reimar Döffinger
2009-09-22Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs.Diego Biurrun
2009-09-22Move find_guid function and guid_data array to a globally available place.Diego Biurrun
2009-08-10cosmetics: whitespace, prettyprinting, coding style fixesDiego Biurrun
2009-08-10Sony Wave64 demuxerDaniel Verkamp
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-06-04Change find_tag return type to int64_t, fix a bugBaptiste Coudurier
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-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-09-24Avoid segfault due to not set AVCodec.Michael Niedermayer
2008-09-14add error message for unsupported codecs in WAVE.Justin Ruggles
2008-09-03Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun
2008-08-24Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger
2008-06-20remove useless close funcsBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-19Decrease returning probe score for WAV demuxer to avoidVladimir Voroshilov
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-09-11move unrelated functions declarations out of allformats.hAurelien Jacobs
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-04-15add an enum for need_parsingAurelien Jacobs
2007-02-12Add FACT chunk for non-PCM wav formatsMichel Bardiaux
2007-02-06better generic index building and seeking codeMichael Niedermayer
2007-01-21get rid of the [4] limitation of codec tag listsMichael Niedermayer
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-12move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-07-06Fix compilation with --disable-muxers.Gianluigi Tiesi
2006-06-30Move initialisations and internal symbols in allformats.h,Diego Pettenò
2006-06-28dont read over the end of a data chunk and at the end search for the nextMichael Niedermayer
2006-06-17use standard codec tag if the specified tag is out of range and would beMåns Rullgård
2006-03-28NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2006-01-03TrueSpeech compatible audio decoder by Konstantin ShishkovDiego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-11-13DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-stat...Corey Hickey
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2005-09-02Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-07-15Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com)Vidar Madsen
2005-03-2328_fix_parameters_in_G726.patch by (Calcium | calcium nurs or jp)Calcium
2005-02-25pseudo codec tag for adpcm_swfAlex Beregszaszi
2005-01-12wav timestamp truncation fix by (Wolfram Gloger <wmglo dent.med.uni-muenchen ...Michael Niedermayer
2004-11-13allocate a few bytes more for extradata so the bitstream reader if its used b...Michael Niedermayer