| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ffserver to avserver. | Anton Khirnov | 2011-08-09 | 4 | -8/+8 |
* | applehttp: fix variant discard logic | Luca Barbato | 2011-08-04 | 1 | -1/+1 |
* | lavf: Add an option to discard corrupted frames | Zohar Kelrich | 2011-08-02 | 3 | -0/+11 |
* | mpegts: Mark wrongly-sized packets as corrupted | Zohar Kelrich | 2011-08-02 | 1 | -2/+7 |
* | mpegts: Move scan test to handle_packets | Zohar Kelrich | 2011-08-02 | 1 | -19/+20 |
* | mpegts: Mark corrupted packets | Zohar Kelrich | 2011-08-02 | 1 | -0/+11 |
* | mpegts: Reset continuity counter on seek | Zohar Kelrich | 2011-08-02 | 1 | -0/+1 |
* | mpegts: Fix for continuity counter | Zohar Kelrich | 2011-08-02 | 1 | -10/+20 |
* | mpegts: Silence "can't seek" warning on unseekable | Zohar Kelrich | 2011-08-02 | 1 | -1/+1 |
* | mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata. | Alex Converse | 2011-07-29 | 1 | -1/+1 |
* | probe: Fix insane flow control. | Alex Converse | 2011-07-29 | 1 | -2/+2 |
* | mpegts: remove invalid error check | Mike Williams | 2011-07-29 | 1 | -4/+0 |
* | lavf: add forgotten attribute_deprecated to av_find_stream_info() | Anton Khirnov | 2011-07-28 | 1 | -0/+1 |
* | ape: adjust some printf format strings to correctly match argument types | Diego Biurrun | 2011-07-26 | 1 | -4/+7 |
* | riff: Add mpgv MPEG-2 fourcc | Alex Converse | 2011-07-22 | 1 | -0/+1 |
* | rtp: remove disabled code | Diego Biurrun | 2011-07-21 | 2 | -39/+0 |
* | mov: add clcp type track as Subtitle stream. | Thierry Foucu | 2011-07-21 | 1 | -1/+1 |
* | matroskadec: fix integer underflow if header length < probe length. | Chris Evans | 2011-07-19 | 1 | -0/+2 |
* | rtsp: remove disabled code | Diego Biurrun | 2011-07-18 | 3 | -17/+0 |
* | gxfenc: place variable declarations before statements | Diego Biurrun | 2011-07-17 | 1 | -1/+2 |
* | lavf: rename enc variable in utils.c:has_codec_parameters() | Stefano Sabatini | 2011-07-17 | 1 | -12/+12 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 132 | -1466/+1311 |
* | wav: remove a use of deprecated AV_METADATA_ macro | Anton Khirnov | 2011-07-17 | 1 | -1/+1 |
* | rmdec: remove useless ap parameter from rm_read_header_old() | Anton Khirnov | 2011-07-17 | 1 | -2/+2 |
* | lavf/utils: drop av_ prefixes from static functions. | Anton Khirnov | 2011-07-15 | 1 | -30/+30 |
* | avio: don't replicate avio_alloc_context functionality. | Anton Khirnov | 2011-07-15 | 1 | -10/+3 |
* | doxygen: replace @sa tag by the more readable but equivalent @see | Diego Biurrun | 2011-07-15 | 6 | -7/+7 |
* | doxygen: use Doxygen markup for authors and web links where appropriate | Diego Biurrun | 2011-07-15 | 4 | -8/+4 |
* | doxygen: do not include license boilerplate in Doxygen documentation | Diego Biurrun | 2011-07-15 | 2 | -4/+7 |
* | doxygen: consistently place brief description | Diego Biurrun | 2011-07-14 | 3 | -3/+3 |
* | doxygen: place empty line between brief description and detailed description | Diego Biurrun | 2011-07-14 | 2 | -1/+3 |
* | avformat_open_input(): Add braces to shut up gcc warning. | Diego Biurrun | 2011-07-14 | 1 | -1/+1 |
* | Add an APIChanges entry and bump minor versions for recent changes. | Anton Khirnov | 2011-07-14 | 1 | -1/+1 |
* | doxygen: Make sure parameter names match between .c and .h files. | Diego Biurrun | 2011-07-14 | 3 | -12/+12 |
* | lavf: fix invalid reads in avformat_find_stream_info() | Anton Khirnov | 2011-07-14 | 1 | -1/+1 |
* | lavf: fix segfault in av_open_input_stream() | Anton Khirnov | 2011-07-13 | 1 | -1/+2 |
* | mpegtsenc: set Random Access indicator on keyframe start packets | Jindrich Makovicka | 2011-07-13 | 1 | -11/+56 |
* | lavf: Cleanup try_decode_frame() logic. | Alex Converse | 2011-07-13 | 1 | -6/+3 |
* | build: move tests/seek_test.c to libavformat and reuse generic build rules | Diego Biurrun | 2011-07-13 | 2 | -1/+134 |
* | mxfenc: include needed header for ff_iso8601_to_unix_time() prototype | Kostya Shishkov | 2011-07-13 | 1 | -0/+1 |
* | Add a check for strptime(). | Anton Khirnov | 2011-07-13 | 1 | -0/+6 |
* | lavf: factor out conversion of ISO8601 string to unix time | Anton Khirnov | 2011-07-13 | 6 | -21/+20 |
* | wav: parse 'bext' metadata | Tomas Härdin | 2011-07-13 | 1 | -0/+101 |
* | wav: keep parsing until EOF if the input is seekable and we know the size of ... | Tomas Härdin | 2011-07-13 | 1 | -15/+32 |
* | wav: Refactor the tag checking into a switch statement | Tomas Härdin | 2011-07-13 | 1 | -4/+9 |
* | wav: make sure neither data_size nor sample_count is negative. | Tomas Härdin | 2011-07-13 | 1 | -0/+6 |
* | wav: refactor the 'fmt ' tag search and parsing. | Tomas Härdin | 2011-07-13 | 1 | -18/+39 |
* | wav: add an option for writing BEXT chunk | Benjamin Larsson | 2011-07-13 | 1 | -0/+78 |
* | Musepack SV7: try to read files without number of frames provided | Kostya Shishkov | 2011-07-13 | 1 | -4/+12 |
* | lavf: deprecate AVFormatContext.timestamp | Anton Khirnov | 2011-07-12 | 6 | -7/+63 |