| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf utils: Fix bad indentation. | Alex Converse | 2011-08-23 | 1 | -33/+34 |
* | Windows Media Image decoder (WMVP/WVP2) | Alberto Delmás | 2011-08-23 | 1 | -2/+2 |
* | movenc: use libx264 by default when possible for mov, mp4 and psp | Anton Khirnov | 2011-08-22 | 1 | -0/+12 |
* | avienc: saner default audio codec. | Anton Khirnov | 2011-08-22 | 1 | -1/+5 |
* | matroskaenc: saner default codecs. | Anton Khirnov | 2011-08-22 | 1 | -2/+14 |
* | WavPack demuxer: do not rely on index when timestamp is not in indexed range. | Kostya Shishkov | 2011-08-21 | 1 | -1/+2 |
* | WavPack demuxer: store position of the first block in index. | Kostya Shishkov | 2011-08-21 | 1 | -1/+3 |
* | add XMV demuxer | Sven Hesse | 2011-08-17 | 4 | -1/+579 |
* | rmdec: parse FPS in RealMedia properly | Kostya Shishkov | 2011-08-17 | 1 | -8/+8 |
* | Use parsers for RealVideo 3/4 to determine correct PTS | Kostya Shishkov | 2011-08-17 | 1 | -0/+1 |
* | rmdec: correct DTS calculation in RealMedia container. | Kostya Shishkov | 2011-08-17 | 1 | -4/+7 |
* | matroskaenc: vertical alignment. | Anton Khirnov | 2011-08-16 | 1 | -3/+3 |
* | matroskaenc: implement query_codec() | Anton Khirnov | 2011-08-16 | 1 | -0/+17 |
* | lavf: add avformat_query_codec(). | Anton Khirnov | 2011-08-16 | 2 | -0/+32 |
* | flvenc: use int64_t to store offsets | Luca Barbato | 2011-08-16 | 1 | -1/+1 |
* | Do not write ID3v1 tags by default | Diogo Franco | 2011-08-16 | 1 | -1/+4 |
* | mpegts: log into an AVFormatContext rather than MpegTSContext. | Alex Converse | 2011-08-16 | 1 | -2/+2 |
* | movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warnings | Anton Khirnov | 2011-08-16 | 1 | -2/+2 |
* | lavf,lavd: remove all usage of AVFormatParameters from demuxers. | Anton Khirnov | 2011-08-15 | 5 | -55/+1 |
* | Remove redundant and dubious video codec detection by its extradata | Kostya Shishkov | 2011-08-15 | 1 | -10/+0 |
* | lavf: add support for error_recognition, use it in avidec, and bump minor API... | Dustin Brody | 2011-08-12 | 4 | -3/+16 |
* | 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 |