2009-10-06 |
Daniel Verkamp | Reindent |
blob | commitdiff | raw |
2009-10-06 |
Daniel Verkamp | Add RF64 support to wav demuxer. |
blob | commitdiff | raw | diff to current |
2009-10-02 |
Reimar Döffinger | wav demuxer: return AVERROR_EOF instead of AVERROR... |
blob | commitdiff | raw | diff to current |
2009-10-02 |
Reimar Döffinger | wav: return av_get_packet errors unchanged. |
blob | commitdiff | raw | diff to current |
2009-10-02 |
Reimar Döffinger | Remove url_feof check that would be triggered only... |
blob | commitdiff | raw | diff to current |
2009-10-02 |
Reimar Döffinger | Remove useless setting of pkt->size, av_get_packet... |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Diego Biurrun | Rearrange wav_muxer and {wav|w64}_demuxer blocks to... |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Diego Biurrun | Move find_guid function and guid_data array to a global... |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Diego Biurrun | cosmetics: whitespace, prettyprinting, coding style... |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Daniel Verkamp | Sony Wave64 demuxer |
blob | commitdiff | raw | diff to current |
2009-06-22 |
Daniel Verkamp | Add ff_ prefixes to exported symbols in libavformat... |
blob | commitdiff | raw | diff to current |
2009-06-03 |
Baptiste Coudurier | Change find_tag return type to int64_t, fix a bug |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Diego Biurrun | cosmetics: Remove pointless period after copyright... |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Aurelien Jacobs | Change semantic of CONFIG_*, HAVE_* and ARCH_*. |
blob | commitdiff | raw | diff to current |
2008-10-03 |
Diego Biurrun | Remove offset_t typedef and use int64_t directly instead. |
blob | commitdiff | raw | diff to current |
2008-09-24 |
Michael Niedermayer | Avoid segfault due to not set AVCodec. |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Justin Ruggles | add error message for unsupported codecs in WAVE. |
blob | commitdiff | raw | diff to current |
2008-09-02 |
Diego Biurrun | Replace generic CONFIG_MUXERS preprocessor conditionals... |
blob | commitdiff | raw | diff to current |
2008-08-24 |
Reimar Döffinger | Change codec_tag type from const struct AVCodecTag... |
blob | commitdiff | raw | diff to current |
2008-06-19 |
Baptiste Coudurier | remove useless close funcs |
blob | commitdiff | raw | diff to current |
2008-06-03 |
Stefano Sabatini | Make long_names in lavf/lavdev optional depending on... |
blob | commitdiff | raw | diff to current |
2008-04-19 |
Vladimir Voroshilov | Decrease returning probe score for WAV demuxer to avoid |
blob | commitdiff | raw | diff to current |
2007-11-21 |
Björn Axelsson | Use dynamically allocated ByteIOContext in AVFormatContext |
blob | commitdiff | raw | diff to current |
2007-09-11 |
Aurelien Jacobs | move unrelated functions declarations out of allformats.h |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Panagiotis Issaris | Replace all occurrences of AVERROR_IO with AVERROR... |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Panagiotis Issaris | Replace all occurrences of AVERROR_NOMEM with AVERROR... |
blob | commitdiff | raw | diff to current |
2007-04-15 |
Aurelien Jacobs | add an enum for need_parsing |
blob | commitdiff | raw | diff to current |
2007-02-12 |
Michel Bardiaux | Add FACT chunk for non-PCM wav formats |
blob | commitdiff | raw | diff to current |
2007-02-05 |
Michael Niedermayer | better generic index building and seeking code |
blob | commitdiff | raw | diff to current |
2007-01-21 |
Michael Niedermayer | get rid of the [4] limitation of codec tag lists |
blob | commitdiff | raw | diff to current |
2007-01-21 |
Michael Niedermayer | add codec_id <-> codec_tag tables to AVIn/OutputFormat |
blob | commitdiff | raw | diff to current |
2006-10-23 |
Aurelien Jacobs | replace coder/decoder file description in libavformat... |
blob | commitdiff | raw | diff to current |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ... |
blob | commitdiff | raw | diff to current |
2006-07-12 |
Måns Rullgård | move common stuff from avienc.c and wav.c to new file... |
blob | commitdiff | raw | diff to current |
2006-07-10 |
Måns Rullgård | allow individual selection of muxers and demuxers |
blob | commitdiff | raw | diff to current |
2006-07-09 |
Måns Rullgård | give AVInput/OutputFormat structs consistent names |
blob | commitdiff | raw | diff to current |
2006-07-05 |
Gianluigi Tiesi | Fix compilation with --disable-muxers. |
blob | commitdiff | raw | diff to current |
2006-06-30 |
Diego Pettenò | Move initialisations and internal symbols in allformats.h, |
blob | commitdiff | raw | diff to current |
2006-06-28 |
Michael Niedermayer | dont read over the end of a data chunk and at the end... |
blob | commitdiff | raw | diff to current |
2006-06-16 |
Måns Rullgård | use standard codec tag if the specified tag is out... |
blob | commitdiff | raw | diff to current |
2006-03-27 |
Reimar Döffinger | NuppelVideo/MythTVVideo support, including rtjpeg decoder |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Diego Biurrun | Update licensing information: The FSF changed postal... |
blob | commitdiff | raw | diff to current |
2006-01-03 |
Diego Biurrun | TrueSpeech compatible audio decoder by Konstantin Shishkov |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Diego Biurrun | COSMETICS: tabs --> spaces, some prettyprinting |
blob | commitdiff | raw | diff to current |
2005-12-17 |
Diego Biurrun | COSMETICS: Remove all trailing whitespace. |
blob | commitdiff | raw | diff to current |
2005-11-13 |
Corey Hickey | DTS is 0x2001 according to: http://www1.mplayerhq.hu... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Diego Biurrun | Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX... |
blob | commitdiff | raw | diff to current |
2005-09-02 |
Reimar Döffinger | Support de-/encoding of 24 and 32 bit PCM (from and... |
blob | commitdiff | raw | diff to current |
2005-07-17 |
Michael Niedermayer | changing AVCodecContext codec -> *codec in AVStream... |
blob | commitdiff | raw | diff to current |
2005-07-15 |
Vidar Madsen | Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino... |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Calcium | 28_fix_parameters_in_G726.patch by (Calcium | calcium... |
blob | commitdiff | raw | diff to current |
2005-02-25 |
Alex Beregszaszi | pseudo codec tag for adpcm_swf |
blob | commitdiff | raw | diff to current |
2005-01-12 |
Michael Niedermayer | wav timestamp truncation fix by (Wolfram Gloger <wmglo... |
blob | commitdiff | raw | diff to current |
2004-11-13 |
Michael Niedermayer | allocate a few bytes more for extradata so the bitstrea... |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Michael Niedermayer | cbr audio muxing fix |
blob | commitdiff | raw | diff to current |
2004-10-22 |
Michael Niedermayer | set keyframe flag at a more central place instead of... |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Michael Niedermayer | set correct timebase |
blob | commitdiff | raw | diff to current |
2004-10-15 |
Nathan Kurz | set keyframe flag for au/wav patch by (Nathan Kurz... |
blob | commitdiff | raw | diff to current |
2004-10-12 |
Mike Melanson | Creative ADPCM decoder, format 0x200, courtesy of Konst... |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Michael Niedermayer | 100l (forgoten seeking functions) |
blob | commitdiff | raw | diff to current |
2004-10-06 |
Måns Rullgård | untested AAC in WAV/AVI patch by (Måns Rullgård <mru... |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Michael Niedermayer | write shorter headers if possible |
blob | commitdiff | raw | diff to current |
2004-08-21 |
Alex Beregszaszi | unofficial ids for sonic for using in nut (fixme) |
blob | commitdiff | raw | diff to current |
2004-07-14 |
Michael Niedermayer | libdts support by (Benjamin Zores <ben at geexbox dot... |
blob | commitdiff | raw | diff to current |
2004-06-19 |
Mike Melanson | sweeping change from -EIO -> AVERROR_IO |
blob | commitdiff | raw | diff to current |
2004-05-29 |
Michael Niedermayer | pass AVPacket into av_write_frame() |
blob | commitdiff | raw | diff to current |
2004-04-04 |
Michael Niedermayer | 10l |
blob | commitdiff | raw | diff to current |
2004-04-04 |
Michael Niedermayer | store extradata, vorbis in avi works now, dont expect... |
blob | commitdiff | raw | diff to current |
2004-04-04 |
Michael Niedermayer | some random id for vorbis so we can do some experiments... |
blob | commitdiff | raw | diff to current |
2004-03-13 |
Ronald S. Bultje | fix global name conflicts patch by ("Ronald S. Bultje... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
Brian Becker | Correcting the header size for ADPCM_IMA_WAV files... |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Roman Shaposhnik | * Initial implementation of the G.726 ADPCM audio... |
blob | commitdiff | raw | diff to current |
2003-11-10 |
Fabrice Bellard | seeking support - fixed some ADPCM decoding cases |
blob | commitdiff | raw | diff to current |
2003-10-14 |
Mike Melanson | disable encoders where appropriate (patch courtesy... |
blob | commitdiff | raw | diff to current |
2003-09-10 |
Fabrice Bellard | 64 bit pts for writing - more const usage |
blob | commitdiff | raw | diff to current |
2003-09-08 |
Fabrice Bellard | CODEC_ID_MP3LAME is obsolete |
blob | commitdiff | raw | diff to current |
2003-09-08 |
Mike Melanson | support for Duck DK3 and DK4 ADPCM |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Michael Niedermayer | use codec_tag for encoding too |
blob | commitdiff | raw | diff to current |
2003-03-12 |
Michael Niedermayer | sorry forgot |
blob | commitdiff | raw | diff to current |
2003-03-12 |
Roman Shaposhnik | correct AUDIO strf parsing patch by (Roman Shaposhnick... |
blob | commitdiff | raw | diff to current |
2003-03-08 |
Michael Niedermayer | merging fourcc with codec_tag |
blob | commitdiff | raw | diff to current |
2003-02-11 |
Zdenek Kabelac | * UINTX -> uintx_t INTX -> intx_t |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Fabrice Bellard | renamed libav to libavformat |
blob | commitdiff | raw | diff to current |
|