| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: move internal fields from public to internal context | wm4 | 2015-02-10 | 1 | -2/+2 |
* | lavc: export DV profile API used by muxer/demuxer as public | Anton Khirnov | 2014-07-09 | 1 | -7/+8 |
* | Remove some unnecessary CONFIG_FOO_COMPONENT ifdefs | Diego Biurrun | 2014-06-12 | 1 | -3/+1 |
* | dv: do not set codec timebase | Anton Khirnov | 2014-05-18 | 1 | -1/+1 |
* | dv: Split DV data table declarations into their own header | Diego Biurrun | 2013-11-15 | 1 | -1/+1 |
* | dv: Add a guard to not overread the ppcm array | Luca Barbato | 2013-09-07 | 1 | -2/+2 |
* | avformat/dv: K&R formatting cosmetics | Diego Biurrun | 2013-08-06 | 1 | -79/+97 |
* | dv: set channel layout | Justin Ruggles | 2012-11-12 | 1 | -0/+2 |
* | dv: fix indentation | Anton Khirnov | 2012-10-29 | 1 | -30/+30 |
* | dv: use AVStream.index instead of abusing AVStream.id | Anton Khirnov | 2012-10-29 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | dv: Split profile handling code into a separate file. | Diego Biurrun | 2012-05-07 | 1 | -0/+1 |
* | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | dv: Do not redundantly initialize struct members to zero. | Diego Biurrun | 2012-03-05 | 1 | -7/+1 |
* | libavformat: Add an ff_ prefix to some lavf internal symbols | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
* | dv: Check return value of avio_seek and avoid modifying state if it fails | Joakim Plate | 2012-02-10 | 1 | -3/+4 |
* | dv: Move a table used only by the demuxer out of a shared header. | Alex Converse | 2012-02-09 | 1 | -0/+4 |
* | dv: Fix small overread in audio frequency table. | Alex Converse | 2012-02-09 | 1 | -0/+9 |
* | dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936. | Alex Converse | 2012-01-31 | 1 | -6/+5 |
* | dv: Fix null pointer dereference due to ach=0 | Michael Niedermayer | 2012-01-31 | 1 | -1/+2 |
* | dv: check stype | Michael Niedermayer | 2012-01-31 | 1 | -0/+6 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -2/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -2/+3 |
* | Replace ffmpeg references with more accurate libav* references. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | lavc: use avpriv_ prefix for some dv symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -3/+3 |
* | lavf: use avpriv_ prefix for some dv functions. | Anton Khirnov | 2011-10-20 | 1 | -6/+6 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -2/+2 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -8/+8 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | 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: avio_ prefix for url_fsize | 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 | -2/+2 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -3/+3 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -5/+5 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | DV: use data_offset to fix seeking in badly cut files where the first | Reimar Döffinger | 2010-11-27 | 1 | -2/+2 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -2/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Fix seeking in DV when filesize is unknown. | Tomas Härdin | 2010-03-23 | 1 | -1/+1 |
* | Split parts of dvdata.h into dvdata.c, this ensures that things like | Reimar Döffinger | 2009-10-16 | 1 | -3/+3 |
* | Extend DV autodetection to also reliably detect single-frame DVs with | Reimar Döffinger | 2009-09-29 | 1 | -1/+6 |
* | Try harder to avoid false positives for DV probe. | Reimar Döffinger | 2009-09-14 | 1 | -2/+8 |
* | fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bb... | Brian Brice | 2009-06-19 | 1 | -3/+6 |
* | fix probing and demuxing of pond.dv, issue #887 | Baptiste Coudurier | 2009-06-15 | 1 | -2/+13 |
* | check if frame size matches old sys and assumes corrupted input, fixes #1192 | Baptiste Coudurier | 2009-06-14 | 1 | -2/+2 |
* | dv probe | Baptiste Coudurier | 2009-02-26 | 1 | -1/+19 |
* | Support playback of incorrectly cut DV files where the headers do not | Reimar Döffinger | 2009-02-22 | 1 | -1/+13 |