| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -14/+14 |
| * | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -3/+3 |
| * | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -3/+3 |
| * | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -14/+14 |
| * | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -6/+6 |
| * | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -35/+35 |
| * | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -9/+9 |
| * | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
| * | add ff_find_stream_index | Peter Ross | 2010-12-26 | 1 | -4/+4 |
| * | Check url_fseek results in gxf demuxer. | Reimar Döffinger | 2010-07-10 | 1 | -6/+12 |
| * | Fix doxy of flags parameter in fps_umf2avr(). | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
| * | Fix misspelled parameter names in Doxygen documentation. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
| * | Support AVFMT_FLAG_IGNIDX in gxf demuxer. | Reimar Döffinger | 2010-06-06 | 1 | -0/+4 |
| * | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -10/+10 |
| * | Set GXF fallback time-base to match the one specified for audio-only. | Reimar Döffinger | 2010-03-06 | 1 | -1/+3 |
| * | GXF time base is always based on "fields" per second even for | Reimar Döffinger | 2010-03-06 | 1 | -2/+2 |
| * | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
| * | Avoid _t in gxf enum type names | Reimar Döffinger | 2008-12-13 | 1 | -6/+6 |
| * | Use "struct gxf_stream_info" instead of "st_info_t", | Reimar Döffinger | 2008-12-11 | 1 | -5/+5 |
| * | cosmetics, remove GXF: in log messages since it is present in context | Baptiste Coudurier | 2008-09-24 | 1 | -15/+15 |
| * | skip invalid audio samples in gxf packets | Baptiste Coudurier | 2008-09-24 | 1 | -5/+18 |
| * | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -2/+2 |
| * | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
| * | Check for av_new_stream failure, fixes CID76 RUN2 | Reimar Döffinger | 2008-05-29 | 1 | -1/+7 |
| * | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+2 |
| * | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -6/+6 |
| * | cosmetics: typo | Diego Biurrun | 2007-09-19 | 1 | -1/+1 |
| * | replaces hardcoded values by the equivalent enum definitions | Aurelien Jacobs | 2007-07-26 | 1 | -27/+1 |
| * | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
| * | add an enum for need_parsing | Aurelien Jacobs | 2007-04-15 | 1 | -2/+2 |
| * | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -2/+0 |
| * | Use av_set_pts_info and set some arbitrary timebase fallback | Reimar Döffinger | 2007-02-08 | 1 | -6/+3 |
| * | set pts_wrap_bits to 32 since timestamps in packets are 32 bit | Reimar Döffinger | 2007-02-07 | 1 | -0/+1 |
| * | 10l, forgot to skip payload description in UMF packet parsing | Reimar Döffinger | 2007-02-07 | 1 | -3/+4 |
| * | Set CODEC_TYPE_DATA for timecode tracks. | Reimar Döffinger | 2006-11-22 | 1 | -0/+7 |
| * | Set st->need_parsing = 2 for MPEG-content. | Reimar Döffinger | 2006-11-22 | 1 | -0/+2 |
| * | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -1/+1 |
| * | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
| * | both timestamps are dts, (checked trailer.gxf, spec is unclear) | Michael Niedermayer | 2006-08-08 | 1 | -1/+1 |
| * | remove unneeded audio fourcc as well | Baptiste Coudurier | 2006-08-02 | 1 | -3/+0 |
| * | Minor resync optimization | Reimar Döffinger | 2006-08-02 | 1 | -1/+1 |
| * | do not set unneeded fourcc | Baptiste Coudurier | 2006-08-02 | 1 | -5/+0 |
| * | Support for seeking, both with and without index and correct timestamps | Reimar Döffinger | 2006-08-01 | 1 | -3/+273 |
| * | Fix typo in comment | Reimar Döffinger | 2006-07-30 | 1 | -1/+1 |
| * | move common stuff from avienc.c and wav.c to new file riff.c | Måns Rullgård | 2006-07-12 | 1 | -1/+0 |
| * | 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 |
| * | add GXF demuxer | Reimar Döffinger | 2006-07-03 | 1 | -0/+259 |