| Commit message (Expand) | Author | Age | Files | Lines |
* | avio: avio_ prefix for url_fsize | Anton Khirnov | 2011-03-08 | 1 | -1/+1 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-05 | 1 | -2/+2 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-03 | 1 | -3/+3 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-22 | 1 | -5/+5 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 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 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | additional recovery for the badly broken streams | Roman Shaposhnik | 2009-01-05 | 1 | -0/+2 |
* | prettyprinting cosmetics | Diego Biurrun | 2008-10-24 | 1 | -59/+60 |
* | spelling cosmetics | Diego Biurrun | 2008-10-24 | 1 | -3/+5 |
* | Make gcc 2.95 happy. | Michael Niedermayer | 2008-10-08 | 1 | -1/+1 |
* | replacing frame_rate and frame_rate_base with an AVRational time_base | Roman Shaposhnik | 2008-10-07 | 1 | -11/+8 |
* | simplifying code as per Michael's suggestion | Roman Shaposhnik | 2008-10-07 | 1 | -4/+3 |
* | simplifying the code as per Michael's suggestion | Roman Shaposhnik | 2008-10-07 | 1 | -2/+2 |
* | spelling cosmetics | Diego Biurrun | 2008-10-02 | 1 | -8/+8 |
* | Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as | Roman Shaposhnik | 2008-08-28 | 1 | -12/+36 |
* | Two cosmetic changes for improved readability and ease of HDVCPRO HD integration | Roman Shaposhnik | 2008-08-27 | 1 | -2/+2 |
* | convert every muxer/demuxer to write/read sample_aspect_ratio from/to | Aurelien Jacobs | 2008-08-23 | 1 | -1/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -1/+1 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -5/+5 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -2/+2 |
* | * clarifying the AVInputFormat::read_seek return value | Maksym Veremeyenko | 2007-06-25 | 1 | -1/+2 |
* | * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) | Roman Shaposhnik | 2007-01-11 | 1 | -7/+7 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Split the DV demuxer and muxer into separate files (as suggested by Diego | Panagiotis Issaris | 2006-09-15 | 1 | -378/+1 |
* | * Restructuring the division of labor between DV codec and DV format | Roman Shaposhnik | 2006-09-04 | 1 | -268/+65 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -13/+5 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -4/+4 |
* | Add (mostly) const to variable and parameter declaration, where a char* was | Stefan Huehner | 2006-06-17 | 1 | -1/+1 |
* | * fixing DV-in-AVI type1 packet production bug | Roman Shaposhnik | 2006-04-01 | 1 | -2/+5 |
* | DVCPRO50 support. | Daniel Maas | 2006-03-06 | 1 | -175/+225 |
* | typo | Diego Biurrun | 2006-02-08 | 1 | -1/+1 |
* | Put muxer-specific code parts in #ifdef CONFIG_MUXERS. | Diego Biurrun | 2006-01-19 | 1 | -0/+6 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -206/+206 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -98/+98 |