| Commit message (Expand) | Author | Age | Files | Lines |
* | smacker: error out if palette copy-with-offset overruns palette size. | Ronald S. Bultje | 2012-03-07 | 1 | -1/+8 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -2/+3 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -2/+2 |
* | smacker: Separate audio flags from sample rates in smacker demuxer. | Justin Ruggles | 2011-10-11 | 1 | -14/+17 |
* | Fixed off by one packet size allocation in the smacker demuxer. | Laurent Aimar | 2011-09-12 | 1 | -1/+1 |
* | Check for invalid packet size in the smacker demuxer. | Laurent Aimar | 2011-09-12 | 1 | -0/+2 |
* | smacker demuxer: handle possible av_realloc() failure. | Kostya Shishkov | 2011-09-12 | 1 | -1/+6 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -7/+7 |
* | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -2/+0 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -4/+4 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -2/+2 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -25/+25 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -1/+1 |
* | Remove a few if (p) av_free(p) forms | Clément Bœsch | 2011-02-03 | 1 | -6/+3 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -4/+4 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 1 | -4/+4 |
* | Correctly return EOF for smacker videos | Alexei Svitkine | 2010-06-24 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Set duration in Smacker demuxer | Daniel Verkamp | 2010-01-30 | 1 | -0/+1 |
* | Demux Bink audio in Smacker files | Daniel Verkamp | 2010-01-30 | 1 | -3/+11 |
* | Set the sample format for Smacker audio in the decoder rather than in the | Justin Ruggles | 2009-11-01 | 1 | -1/+0 |
* | Make Smacker audio decoder output audio in original bit depth | Daniel Verkamp | 2009-03-21 | 1 | -0/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -1/+1 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -3/+3 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Remove unnecessary header #includes. | Erik Hovland | 2008-05-29 | 1 | -1/+0 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -15/+15 |
* | Take ring frame into account when demuxing. | Kostya Shishkov | 2007-08-23 | 1 | -0/+3 |
* | 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 | -2/+2 |
* | Get rid of unnecessary pointer casts. | Nicholas Tung | 2007-04-08 | 1 | -3/+3 |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -2/+0 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -1/+1 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -7/+1 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -2/+2 |
* | free codec extradata in av_close_input_file | Måns Rullgård | 2006-06-16 | 1 | -5/+0 |
* | Proper PTS generation for Smacker audio | Kostya Shishkov | 2006-05-17 | 1 | -1/+5 |
* | Now MPlayer should understand Smacker audio and video codecs. | Kostya Shishkov | 2006-05-17 | 1 | -2/+2 |
* | sanity checks some might have been exploitable | Michael Niedermayer | 2006-05-13 | 1 | -0/+7 |