7481 Commits (c6c6c1aaa64f1ab6823b712c914c81dacc1898aa)

Author SHA1 Message Date
Sven Hesse c6c6c1aaa6 add XMV demuxer 14 years ago
Kostya Shishkov a43b1e74e2 rmdec: parse FPS in RealMedia properly 14 years ago
Kostya Shishkov 48ce8b8da7 Use parsers for RealVideo 3/4 to determine correct PTS 14 years ago
Kostya Shishkov 7c1f6df4b5 rmdec: correct DTS calculation in RealMedia container. 14 years ago
Anton Khirnov a3f2f766af matroskaenc: vertical alignment. 14 years ago
Anton Khirnov 15c14ce6b2 matroskaenc: implement query_codec() 14 years ago
Anton Khirnov 48f9e457ea lavf: add avformat_query_codec(). 14 years ago
Luca Barbato 7f5bf4fbaf flvenc: use int64_t to store offsets 14 years ago
Diogo Franco f1f298cd32 Do not write ID3v1 tags by default 14 years ago
Alex Converse d8b999e2d0 mpegts: log into an AVFormatContext rather than MpegTSContext. 14 years ago
Anton Khirnov eb97dbb05a movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warnings 14 years ago
Anton Khirnov c14fe6bc99 lavf,lavd: remove all usage of AVFormatParameters from demuxers. 14 years ago
Kostya Shishkov e9fb763611 Remove redundant and dubious video codec detection by its extradata 14 years ago
Dustin Brody 2f63440c59 lavf: add support for error_recognition, use it in avidec, and bump minor API version 14 years ago
Anton Khirnov 4d58e4cb4c Rename ffserver to avserver. 14 years ago
Luca Barbato 1bf6cb85be applehttp: fix variant discard logic 14 years ago
Zohar Kelrich 73e8e8dbf9 lavf: Add an option to discard corrupted frames 14 years ago
Zohar Kelrich 5081514269 mpegts: Mark wrongly-sized packets as corrupted 14 years ago
Zohar Kelrich cdb9884a63 mpegts: Move scan test to handle_packets 14 years ago
Zohar Kelrich ce9e31655e mpegts: Mark corrupted packets 14 years ago
Zohar Kelrich c64f80b0e8 mpegts: Reset continuity counter on seek 14 years ago
Zohar Kelrich 8b9df201df mpegts: Fix for continuity counter 14 years ago
Zohar Kelrich be9c00615b mpegts: Silence "can't seek" warning on unseekable 14 years ago
Alex Converse 1f6f58d585 mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata. 14 years ago
Alex Converse 5ef953e84f probe: Fix insane flow control. 14 years ago
Mike Williams 298c4e3c52 mpegts: remove invalid error check 14 years ago
Anton Khirnov 3c7fa664af lavf: add forgotten attribute_deprecated to av_find_stream_info() 14 years ago
Diego Biurrun ab3d241be1 ape: adjust some printf format strings to correctly match argument types 14 years ago
Alex Converse 505345ed5d riff: Add mpgv MPEG-2 fourcc 14 years ago
Diego Biurrun 4cc843facd rtp: remove disabled code 14 years ago
Thierry Foucu 73c0dd939d mov: add clcp type track as Subtitle stream. 14 years ago
Chris Evans 69619a13c3 matroskadec: fix integer underflow if header length < probe length. 14 years ago
Diego Biurrun 76e25dbca6 rtsp: remove disabled code 14 years ago
Diego Biurrun 6eaaf8da88 gxfenc: place variable declarations before statements 14 years ago
Stefano Sabatini 25dfda7f31 lavf: rename enc variable in utils.c:has_codec_parameters() 14 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Anton Khirnov 6270995667 wav: remove a use of deprecated AV_METADATA_ macro 14 years ago
Anton Khirnov 412b4367c5 rmdec: remove useless ap parameter from rm_read_header_old() 14 years ago
Anton Khirnov d3bb71914b lavf/utils: drop av_ prefixes from static functions. 14 years ago
Anton Khirnov c3bec4cd13 avio: don't replicate avio_alloc_context functionality. 14 years ago
Diego Biurrun bee6d2fd76 doxygen: replace @sa tag by the more readable but equivalent @see 14 years ago
Diego Biurrun ad4cd0c2a4 doxygen: use Doxygen markup for authors and web links where appropriate 14 years ago
Diego Biurrun 6168781f70 doxygen: do not include license boilerplate in Doxygen documentation 14 years ago
Diego Biurrun f6f95d4e49 doxygen: consistently place brief description 14 years ago
Diego Biurrun ec679eb453 doxygen: place empty line between brief description and detailed description 14 years ago
Diego Biurrun 5a819c5e23 avformat_open_input(): Add braces to shut up gcc warning. 14 years ago
Anton Khirnov f2f523fffc Add an APIChanges entry and bump minor versions for recent changes. 14 years ago
Diego Biurrun 96c1e6d40d doxygen: Make sure parameter names match between .c and .h files. 14 years ago
Anton Khirnov e358f7ee90 lavf: fix invalid reads in avformat_find_stream_info() 14 years ago
Anton Khirnov 13551ad1e3 lavf: fix segfault in av_open_input_stream() 14 years ago