Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-11dv: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-10dv: Move a table used only by the demuxer out of a shared header.Alex Converse
2012-02-10dv: Fix small overread in audio frequency table.Alex Converse
2012-02-01dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936.Alex Converse
2012-02-01dv: Fix null pointer dereference due to ach=0Michael Niedermayer
2012-02-01dv: check stypeMichael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-02Replace ffmpeg references with more accurate libav* references.Diego Biurrun
2011-10-20lavc: use avpriv_ prefix for some dv symbols used in lavf.Anton Khirnov
2011-10-20lavf: use avpriv_ prefix for some dv functions.Anton Khirnov
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-11-27DV: use data_offset to fix seeking in badly cut files where the firstReimar Döffinger
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-23Fix seeking in DV when filesize is unknown.Tomas Härdin
2009-10-16Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger
2009-09-29Extend DV autodetection to also reliably detect single-frame DVs withReimar Döffinger
2009-09-15Try harder to avoid false positives for DV probe.Reimar Döffinger
2009-06-20fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bb...Brian Brice
2009-06-15fix probing and demuxing of pond.dv, issue #887Baptiste Coudurier
2009-06-15check if frame size matches old sys and assumes corrupted input, fixes #1192Baptiste Coudurier
2009-02-26dv probeBaptiste Coudurier
2009-02-22Support playback of incorrectly cut DV files where the headers do notReimar Döffinger
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-05additional recovery for the badly broken streamsRoman Shaposhnik
2008-10-25prettyprinting cosmeticsDiego Biurrun
2008-10-25spelling cosmeticsDiego Biurrun
2008-10-09Make gcc 2.95 happy.Michael Niedermayer
2008-10-07replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik
2008-10-07simplifying code as per Michael's suggestionRoman Shaposhnik
2008-10-07simplifying the code as per Michael's suggestionRoman Shaposhnik
2008-10-02spelling cosmeticsDiego Biurrun
2008-08-29Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer asRoman Shaposhnik
2008-08-28Two cosmetic changes for improved readability and ease of HDVCPRO HD integrationRoman Shaposhnik
2008-08-24convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson