Age | Commit message (Expand) | Author |
2012-11-12 | dv: set channel layout | Justin Ruggles |
2012-10-29 | dv: fix indentation | Anton Khirnov |
2012-10-29 | dv: use AVStream.index instead of abusing AVStream.id | Anton Khirnov |
2012-08-07 | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov |
2012-07-30 | Improve descriptiveness of a number of codec and container long names | Diego Biurrun |
2012-07-30 | avformat: Drop pointless "format" from container long names | Diego Biurrun |
2012-05-07 | dv: Split profile handling code into a separate file. | Diego Biurrun |
2012-04-06 | cosmetics: Align muxer/demuxer declarations | Martin Storsjö |
2012-03-05 | dv: Do not redundantly initialize struct members to zero. | Diego Biurrun |
2012-02-15 | libavformat: Add an ff_ prefix to some lavf internal symbols | Martin Storsjö |
2012-02-10 | dv: Check return value of avio_seek and avoid modifying state if it fails | Joakim Plate |
2012-02-09 | dv: Move a table used only by the demuxer out of a shared header. | Alex Converse |
2012-02-09 | dv: Fix small overread in audio frequency table. | Alex Converse |
2012-01-31 | dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936. | Alex Converse |
2012-01-31 | dv: Fix null pointer dereference due to ach=0 | Michael Niedermayer |
2012-01-31 | dv: check stype | Michael Niedermayer |
2012-01-27 | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov |
2011-11-30 | lavf: make av_set_pts_info private. | Anton Khirnov |
2011-11-02 | Replace ffmpeg references with more accurate libav* references. | Diego Biurrun |
2011-10-20 | lavc: use avpriv_ prefix for some dv symbols used in lavf. | Anton Khirnov |
2011-10-20 | lavf: use avpriv_ prefix for some dv functions. | Anton Khirnov |
2011-10-19 | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov |
2011-07-17 | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov |
2011-07-03 | Do not include mathematics.h in avutil.h | Mans Rullgard |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-03-07 | avio: deprecate url_feof | Anton Khirnov |
2011-03-07 | avio: avio_ prefix for url_fsize | Anton Khirnov |
2011-03-04 | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov |
2011-03-01 | avio: avio_ prefix for url_fseek | Anton Khirnov |
2011-02-21 | avio: avio_ prefixes for get_* functions | Anton Khirnov |
2011-01-26 | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò |
2010-11-27 | DV: use data_offset to fix seeking in badly cut files where the first | Reimar Döffinger |
2010-03-31 | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-03-23 | Fix seeking in DV when filesize is unknown. | Tomas Härdin |
2009-10-16 | Split parts of dvdata.h into dvdata.c, this ensures that things like | Reimar Döffinger |
2009-09-29 | Extend DV autodetection to also reliably detect single-frame DVs with | Reimar Döffinger |
2009-09-14 | Try harder to avoid false positives for DV probe. | Reimar Döffinger |
2009-06-19 | fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bb... | Brian Brice |
2009-06-15 | fix probing and demuxing of pond.dv, issue #887 | Baptiste Coudurier |
2009-06-14 | check if frame size matches old sys and assumes corrupted input, fixes #1192 | Baptiste Coudurier |
2009-02-26 | dv probe | Baptiste Coudurier |
2009-02-22 | Support playback of incorrectly cut DV files where the headers do not | Reimar Döffinger |
2009-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
2009-01-13 | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs |
2009-01-05 | additional recovery for the badly broken streams | Roman Shaposhnik |
2008-10-24 | prettyprinting cosmetics | Diego Biurrun |
2008-10-24 | spelling cosmetics | Diego Biurrun |
2008-10-08 | Make gcc 2.95 happy. | Michael Niedermayer |
2008-10-07 | replacing frame_rate and frame_rate_base with an AVRational time_base | Roman Shaposhnik |