8265 Commits (b2f230e23dd61112ac090b0c059d87b5f6bcb307)

Author SHA1 Message Date
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
Baptiste Coudurier 1c967827d2 mxf: H.264/MPEG-4 AVC Intra support 14 years ago
Stefano Sabatini 323b930699 fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() 14 years ago
Reimar Döffinger eb8b325202 Support streaming .au files. 14 years ago
Clément Bœsch 75af0e6a16 dv: honor timecode in DV muxer. 14 years ago
Clément Bœsch b49fe589ea mxf: honor timecode drop flag in mxf muxer if set. 14 years ago
Clément Bœsch b33ca05b46 mxf: add cli option in mxfenc to replace GOP timecode parsing. 14 years ago
Clément Bœsch 4c3c6e60f9 mxf: move framenum to timecode convert to timecode helpers. 14 years ago
Thierry Foucu 1892052f8d mov: Set negative Sample_duration in STTS to 1 14 years ago
Dustin Brody 2f63440c59 lavf: add support for error_recognition, use it in avidec, and bump minor API version 14 years ago
Clément Bœsch 9acffed9e0 oggenc: add missing initializer braces to shut up gcc warning. 14 years ago
Clément Bœsch df2039f573 avidec: add missing initializer braces to shut up gcc warning. 14 years ago
Reimar Döffinger 0399044805 Always pass a AVFormatContext to av_log. 14 years ago
Thierry Foucu 63377695a6 AVCodecTag: Add MKTAG for Go2Meeting video codec 14 years ago
Anton Khirnov 4d58e4cb4c Rename ffserver to avserver. 14 years ago
Luca Barbato 1bf6cb85be applehttp: fix variant discard logic 14 years ago
Michael Niedermayer 72b0c9f55f avidec: skip seek pos adjustment for non interleaved files. 14 years ago
Reimar Döffinger 1816addc4e Warn when falling back to unreliable UMF fps tag. 14 years ago
Michael Niedermayer 46eaaad8dd Detect NI-avi at playtime like mplayer. 14 years ago
Michael Niedermayer 652c772981 avidec: Fix XAN DPCM demuxing. 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
Carl Eugen Hoyos 1c5480651e Support FourCC DreX as MPEG4 ASP. 14 years ago
Carl Eugen Hoyos 222b333ed5 Cosmetics: Restore alphabetical order. 14 years ago
Carl Eugen Hoyos 9b60b076fb Support muxing MP1, MP2 and MP3 in caf. 14 years ago
Carl Eugen Hoyos c6e0332f30 Explicitely fail for unsupported codecs when muxing caf. 14 years ago
Carl Eugen Hoyos b35477a2f2 Use av_get_bits_per_sample() for mBitsPerChannel in caf. 14 years ago
Naoya OYAMA 7747a091f5 Cosmetics: Fix indentation. 14 years ago
Reimar Döffinger b39f872a41 Limit fsize before adding to pointer. 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
Michael Niedermayer 956c901c68 Fix several security issues in matroskadec.c (MSVR-11-0080). 14 years ago
Stefano Sabatini fdd130a213 prefer "SAR" over "PAR" in av_dump_format() 14 years ago
Diego Biurrun ab3d241be1 ape: adjust some printf format strings to correctly match argument types 14 years ago
Michael Niedermayer 2962049ac3 muxer opts: fix avdict use in case of early private context alloc 14 years ago
Michael Niedermayer 158eb8599a rtp: disable udp fifos, the rtp code cannot work with the fifos in its current form as rtp bypasses the public API. 14 years ago
Michael Niedermayer bd652ff66e udp: allow fifo size to be tuned seperately 14 years ago
Carl Eugen Hoyos 88084eecdf Use little endian for caf codec tags. 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