| Commit message (Expand) | Author | Age | Files | Lines |
* | move pcm demuxers to their own file | Aurelien Jacobs | 2010-08-30 | 1 | -1/+1 |
* | In wav muxer, always flush in write_trailer, fix pipe output | Baptiste Coudurier | 2010-07-28 | 1 | -0/+2 |
* | Reindent | Daniel Verkamp | 2010-02-10 | 1 | -1/+1 |
* | Fix demuxing of wav files with broken data header | Daniel Verkamp | 2010-02-10 | 1 | -0/+3 |
* | Reindent | Daniel Verkamp | 2009-10-06 | 1 | -7/+7 |
* | Add RF64 support to wav demuxer. | Daniel Verkamp | 2009-10-06 | 1 | -7/+24 |
* | wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end of | Reimar Döffinger | 2009-10-02 | 1 | -1/+1 |
* | wav: return av_get_packet errors unchanged. | Reimar Döffinger | 2009-10-02 | 1 | -2/+2 |
* | Remove url_feof check that would be triggered only after incorrectly producing | Reimar Döffinger | 2009-10-02 | 1 | -2/+0 |
* | Remove useless setting of pkt->size, av_get_packet already handles that. | Reimar Döffinger | 2009-10-02 | 1 | -3/+0 |
* | Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs. | Diego Biurrun | 2009-09-22 | 1 | -91/+88 |
* | Move find_guid function and guid_data array to a globally available place. | Diego Biurrun | 2009-09-22 | 1 | -23/+23 |
* | cosmetics: whitespace, prettyprinting, coding style fixes | Diego Biurrun | 2009-08-10 | 1 | -28/+29 |
* | Sony Wave64 demuxer | Daniel Verkamp | 2009-08-10 | 1 | -1/+119 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -10/+10 |
* | Change find_tag return type to int64_t, fix a bug | Baptiste Coudurier | 2009-06-03 | 1 | -6/+3 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -3/+3 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -4/+4 |
* | Avoid segfault due to not set AVCodec. | Michael Niedermayer | 2008-09-24 | 1 | -1/+1 |
* | add error message for unsupported codecs in WAVE. | Justin Ruggles | 2008-09-14 | 1 | -0/+2 |
* | Replace generic CONFIG_MUXERS preprocessor conditionals by more specific | Diego Biurrun | 2008-09-02 | 1 | -2/+2 |
* | Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec... | Reimar Döffinger | 2008-08-24 | 1 | -2/+2 |
* | remove useless close funcs | Baptiste Coudurier | 2008-06-19 | 1 | -6/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -2/+2 |
* | Decrease returning probe score for WAV demuxer to avoid | Vladimir Voroshilov | 2008-04-19 | 1 | -1/+6 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -11/+11 |
* | move unrelated functions declarations out of allformats.h | Aurelien Jacobs | 2007-09-11 | 1 | -1/+1 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -3/+3 |
* | Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | add an enum for need_parsing | Aurelien Jacobs | 2007-04-15 | 1 | -1/+1 |
* | Add FACT chunk for non-PCM wav formats | Michel Bardiaux | 2007-02-12 | 1 | -1/+32 |
* | better generic index building and seeking code | Michael Niedermayer | 2007-02-05 | 1 | -4/+3 |
* | get rid of the [4] limitation of codec tag lists | Michael Niedermayer | 2007-01-21 | 1 | -2/+2 |
* | add codec_id <-> codec_tag tables to AVIn/OutputFormat | Michael Niedermayer | 2007-01-21 | 1 | -0/+2 |
* | replace coder/decoder file description in libavformat by muxer/demuxer | Aurelien Jacobs | 2006-10-23 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | move common stuff from avienc.c and wav.c to new file riff.c | Måns Rullgård | 2006-07-12 | 1 | -182/+1 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -15/+6 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -4/+4 |
* | Fix compilation with --disable-muxers. | Gianluigi Tiesi | 2006-07-05 | 1 | -1/+1 |
* | Move initialisations and internal symbols in allformats.h, | Diego Pettenò | 2006-06-30 | 1 | -0/+1 |
* | dont read over the end of a data chunk and at the end search for the next | Michael Niedermayer | 2006-06-28 | 1 | -2/+16 |
* | use standard codec tag if the specified tag is out of range and would be | Måns Rullgård | 2006-06-16 | 1 | -1/+1 |
* | NuppelVideo/MythTVVideo support, including rtjpeg decoder | Reimar Döffinger | 2006-03-27 | 1 | -0/+4 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | TrueSpeech compatible audio decoder by Konstantin Shishkov | Diego Biurrun | 2006-01-03 | 1 | -0/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -8/+8 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -8/+8 |
* | DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-stat... | Corey Hickey | 2005-11-13 | 1 | -0/+1 |