8128 Commits (276f43be68617c0d56001abf1e213911dd51fed7)

Author SHA1 Message Date
Nicolas George aeba058340 lavf: warn when a parser is needed and not found. 14 years ago
Nicolas George 355ac7ff6c rtpenc: use avcodec_get_name to report unsupported codecs. 14 years ago
Nicolas George 1c58264e62 flvenc: use avcodec_get_name to report unsupported codecs. 14 years ago
Carl Eugen Hoyos 05a267305d Support more codecs when muxing caf. 14 years ago
Anton Khirnov fb42d156ed movenc: use libx264 by default when possible for mov, mp4 and psp 14 years ago
Anton Khirnov b71389cbae avienc: saner default audio codec. 14 years ago
Anton Khirnov 3436c4a368 matroskaenc: saner default codecs. 14 years ago
Carl Eugen Hoyos ef25e70de3 Stream-copying PureVoice into caf works fine. 14 years ago
Kostya Shishkov ccb919e34b WavPack demuxer: do not rely on index when timestamp is not in indexed range. 14 years ago
Kostya Shishkov 5561fe487f WavPack demuxer: store position of the first block in index. 14 years ago
Carl Eugen Hoyos 7bdc5de33d Autodetect LOAS in transport streams. 14 years ago
Carl Eugen Hoyos 47818b2a67 Add LOAS demuxer. 14 years ago
Sven Hesse 8ea6157d83 xmv: Read the video packet data first, then swap its bytes 14 years ago
Sven Hesse c062aa8deb xmv: Remove superfluous zeroing of already zero'd data 14 years ago
Sven Hesse 730333efc4 xmv: Add some doxygen comments 14 years ago
Sven Hesse 6fb501245d xmv: Merge XMVAudioTrack into XMVAudioPacket 14 years ago
Sven Hesse d50fc62ea2 xmv: Make the various offset variables uint64_t 14 years ago
Michael Niedermayer 909e0fe243 xmv: fix license header to match patch 14 years ago
Aurelien Jacobs dc6c36ce46 matroskadec: use correct compression parameters for current track CodecPrivate 14 years ago
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
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