Age | Commit message (Expand) | Author |
2011-03-08 | avio: avio_ prefix for url_fsize | Anton Khirnov |
2011-03-07 | avio: deprecate url_feof | Anton Khirnov |
2011-03-07 | avio: avio_ prefix for url_fsize | Anton Khirnov |
2011-03-05 | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov |
2011-03-04 | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov |
2011-03-03 | avio: avio_ prefix for url_fseek | Anton Khirnov |
2011-03-01 | avio: avio_ prefix for url_fseek | Anton Khirnov |
2011-02-22 | avio: avio_ prefixes for get_* functions | Anton Khirnov |
2011-02-21 | avio: avio_ prefixes for get_* functions | Anton Khirnov |
2011-01-28 | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò |
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 |
2008-10-07 | simplifying code as per Michael's suggestion | Roman Shaposhnik |
2008-10-07 | simplifying the code as per Michael's suggestion | Roman Shaposhnik |
2008-10-02 | spelling cosmetics | Diego Biurrun |
2008-08-28 | Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as | Roman Shaposhnik |
2008-08-27 | Two cosmetic changes for improved readability and ease of HDVCPRO HD integration | Roman Shaposhnik |
2008-08-23 | convert every muxer/demuxer to write/read sample_aspect_ratio from/to | Aurelien Jacobs |
2008-06-03 | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-09 | Use full path for #includes from another directory. | Diego Biurrun |
2008-05-06 | Remove unnecessary parentheses from return calls. | Diego Biurrun |
2007-11-21 | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson |
2007-07-19 | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris |
2007-06-25 | * clarifying the AVInputFormat::read_seek return value | Maksym Veremeyenko |
2007-01-11 | * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) | Roman Shaposhnik |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-09-15 | Split the DV demuxer and muxer into separate files (as suggested by Diego | Panagiotis Issaris |
2006-09-04 | * Restructuring the division of labor between DV codec and DV format | Roman Shaposhnik |
2006-07-10 | allow individual selection of muxers and demuxers | Måns Rullgård |
2006-07-09 | give AVInput/OutputFormat structs consistent names | Måns Rullgård |
2006-06-17 | Add (mostly) const to variable and parameter declaration, where a char* was | Stefan Huehner |
2006-04-01 | * fixing DV-in-AVI type1 packet production bug | Roman Shaposhnik |