summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* lavf: Add an option to discard corrupted framesZohar Kelrich2011-08-02
* mpegts: Mark wrongly-sized packets as corruptedZohar Kelrich2011-08-02
* mpegts: Move scan test to handle_packetsZohar Kelrich2011-08-02
* mpegts: Mark corrupted packetsZohar Kelrich2011-08-02
* mpegts: Reset continuity counter on seekZohar Kelrich2011-08-02
* mpegts: Fix for continuity counterZohar Kelrich2011-08-02
* mpegts: Silence "can't seek" warning on unseekableZohar Kelrich2011-08-02
* mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata.Alex Converse2011-07-29
* probe: Fix insane flow control.Alex Converse2011-07-29
* mpegts: remove invalid error checkMike Williams2011-07-29
* lavf: add forgotten attribute_deprecated to av_find_stream_info()Anton Khirnov2011-07-28
* ape: adjust some printf format strings to correctly match argument typesDiego Biurrun2011-07-26
* riff: Add mpgv MPEG-2 fourccAlex Converse2011-07-22
* rtp: remove disabled codeDiego Biurrun2011-07-21
* mov: add clcp type track as Subtitle stream.Thierry Foucu2011-07-21
* matroskadec: fix integer underflow if header length < probe length.Chris Evans2011-07-19
* rtsp: remove disabled codeDiego Biurrun2011-07-18
* gxfenc: place variable declarations before statementsDiego Biurrun2011-07-17
* lavf: rename enc variable in utils.c:has_codec_parameters()Stefano Sabatini2011-07-17
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* wav: remove a use of deprecated AV_METADATA_ macroAnton Khirnov2011-07-17
* rmdec: remove useless ap parameter from rm_read_header_old()Anton Khirnov2011-07-17
* lavf/utils: drop av_ prefixes from static functions.Anton Khirnov2011-07-15
* avio: don't replicate avio_alloc_context functionality.Anton Khirnov2011-07-15
* doxygen: replace @sa tag by the more readable but equivalent @seeDiego Biurrun2011-07-15
* doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-15
* doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-15
* doxygen: consistently place brief descriptionDiego Biurrun2011-07-14
* doxygen: place empty line between brief description and detailed descriptionDiego Biurrun2011-07-14
* avformat_open_input(): Add braces to shut up gcc warning.Diego Biurrun2011-07-14
* Add an APIChanges entry and bump minor versions for recent changes.Anton Khirnov2011-07-14
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-14
* lavf: fix invalid reads in avformat_find_stream_info()Anton Khirnov2011-07-14
* lavf: fix segfault in av_open_input_stream()Anton Khirnov2011-07-13
* mpegtsenc: set Random Access indicator on keyframe start packetsJindrich Makovicka2011-07-13
* lavf: Cleanup try_decode_frame() logic.Alex Converse2011-07-13
* build: move tests/seek_test.c to libavformat and reuse generic build rulesDiego Biurrun2011-07-13
* mxfenc: include needed header for ff_iso8601_to_unix_time() prototypeKostya Shishkov2011-07-13
* Add a check for strptime().Anton Khirnov2011-07-13
* lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov2011-07-13
* wav: parse 'bext' metadataTomas Härdin2011-07-13
* wav: keep parsing until EOF if the input is seekable and we know the size of ...Tomas Härdin2011-07-13
* wav: Refactor the tag checking into a switch statementTomas Härdin2011-07-13
* wav: make sure neither data_size nor sample_count is negative.Tomas Härdin2011-07-13
* wav: refactor the 'fmt ' tag search and parsing.Tomas Härdin2011-07-13
* wav: add an option for writing BEXT chunkBenjamin Larsson2011-07-13
* Musepack SV7: try to read files without number of frames providedKostya Shishkov2011-07-13
* lavf: deprecate AVFormatContext.timestampAnton Khirnov2011-07-12
* matroskaenc: make SSA default subtitle codec.Anton Khirnov2011-07-12
* oggdec: prevent heap corruption.Chris Evans2011-07-11