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
2011-08-12lavf: add support for error_recognition, use it in avidec, and bump minor API...Dustin Brody
2011-08-09Rename ffserver to avserver.Anton Khirnov
2011-08-04applehttp: fix variant discard logicLuca Barbato
2011-08-02lavf: Add an option to discard corrupted framesZohar Kelrich
2011-08-02mpegts: Mark wrongly-sized packets as corruptedZohar Kelrich
2011-08-02mpegts: Move scan test to handle_packetsZohar Kelrich
2011-08-02mpegts: Mark corrupted packetsZohar Kelrich
2011-08-02mpegts: Reset continuity counter on seekZohar Kelrich
2011-08-02mpegts: Fix for continuity counterZohar Kelrich
2011-08-02mpegts: Silence "can't seek" warning on unseekableZohar Kelrich
2011-07-30mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata.Alex Converse
2011-07-29probe: Fix insane flow control.Alex Converse
2011-07-29mpegts: remove invalid error checkMike Williams
2011-07-28lavf: add forgotten attribute_deprecated to av_find_stream_info()Anton Khirnov
2011-07-26ape: adjust some printf format strings to correctly match argument typesDiego Biurrun
2011-07-22riff: Add mpgv MPEG-2 fourccAlex Converse
2011-07-22rtp: remove disabled codeDiego Biurrun
2011-07-21mov: add clcp type track as Subtitle stream.Thierry Foucu
2011-07-20matroskadec: fix integer underflow if header length < probe length.Chris Evans
2011-07-18rtsp: remove disabled codeDiego Biurrun
2011-07-18gxfenc: place variable declarations before statementsDiego Biurrun
2011-07-17lavf: rename enc variable in utils.c:has_codec_parameters()Stefano Sabatini
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-17wav: remove a use of deprecated AV_METADATA_ macroAnton Khirnov
2011-07-17rmdec: remove useless ap parameter from rm_read_header_old()Anton Khirnov
2011-07-15lavf/utils: drop av_ prefixes from static functions.Anton Khirnov
2011-07-15avio: don't replicate avio_alloc_context functionality.Anton Khirnov
2011-07-15doxygen: replace @sa tag by the more readable but equivalent @seeDiego Biurrun
2011-07-15doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun
2011-07-15doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun
2011-07-14doxygen: consistently place brief descriptionDiego Biurrun
2011-07-14doxygen: place empty line between brief description and detailed descriptionDiego Biurrun
2011-07-14avformat_open_input(): Add braces to shut up gcc warning.Diego Biurrun
2011-07-14Add an APIChanges entry and bump minor versions for recent changes.Anton Khirnov
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun
2011-07-14lavf: fix invalid reads in avformat_find_stream_info()Anton Khirnov
2011-07-13lavf: fix segfault in av_open_input_stream()Anton Khirnov
2011-07-13mpegtsenc: set Random Access indicator on keyframe start packetsJindrich Makovicka
2011-07-13lavf: Cleanup try_decode_frame() logic.Alex Converse
2011-07-13build: move tests/seek_test.c to libavformat and reuse generic build rulesDiego Biurrun
2011-07-13mxfenc: include needed header for ff_iso8601_to_unix_time() prototypeKostya Shishkov
2011-07-13Add a check for strptime().Anton Khirnov
2011-07-13lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov
2011-07-13wav: parse 'bext' metadataTomas Härdin
2011-07-13wav: keep parsing until EOF if the input is seekable and we know the size of ...Tomas Härdin
2011-07-13wav: Refactor the tag checking into a switch statementTomas Härdin
2011-07-13wav: make sure neither data_size nor sample_count is negative.Tomas Härdin
2011-07-13wav: refactor the 'fmt ' tag search and parsing.Tomas Härdin
2011-07-13wav: add an option for writing BEXT chunkBenjamin Larsson
2011-07-13Musepack SV7: try to read files without number of frames providedKostya Shishkov