8378 Commits (7985381e236a95c711a5315a83c891eef0c56d3b)

Author SHA1 Message Date
Tomas Härdin 9289eada91 Parse MXF partitions 13 years ago
Clément Bœsch 3dd2c8bbbc wav: init st to NULL to avoid a false-positive warning. 13 years ago
Diego Biurrun aebb56e184 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 13 years ago
Carl Eugen Hoyos a9424d27c4 Support speex in avi. 13 years ago
Carl Eugen Hoyos c41bf905f4 Only autodetect loas in transport streams. 13 years ago
Carl Eugen Hoyos 75a225217c Support Nellymoser in isom. 13 years ago
Baptiste Coudurier f33be93b1b mov: read tmcd tag and set timecode drop flag accordingly. 13 years ago
Tomas Härdin 8b7222979c isom: add missing AVC-Intra tags, rearrange list and update comments 13 years ago
Carl Eugen Hoyos 312645e030 Do not set codec_tag property for matroska muxers. 13 years ago
Carl Eugen Hoyos 262ab1c59a Do not assume timestamps for mp2 format. 13 years ago
Fredrik Axelsson 09a858da7d Add support for BDAV/m2ts-mode muxing 13 years ago
Reimar Döffinger 056c13fd17 vocdec: Take channel count into account when calculating bit rate. 13 years ago
Marton Balint dacd827b81 Rename find_program_from_stream to av_find_program_from_stream and add it to avformat.h 13 years ago
Michael Niedermayer 941bb552c6 Fix memory corruption in case of memory allocation failure in av_probe_input_buffer() 13 years ago
Kostya Shishkov 10397215aa Use deinterleavers for demangling audio packets in RealMedia. 13 years ago
Stefano Sabatini f2011ed234 fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() 13 years ago
Diego Biurrun c960e67ad0 Replace deprecated av_find_stream_info() by avformat_find_stream_info(). 13 years ago
Sven Hesse 5f677aac76 xmv: eliminate superfluous zeroing of zero data 13 years ago
Michael Niedermayer 7c4e4c6a06 udp: fix circular buffer error handling 13 years ago
Michael Niedermayer 20f0bf8cfb udp: buffer datagrams in circular buffer instead of a bytestream 13 years ago
Alex Converse ad6c7c1b52 mp4: Handle non-trivial ES Descriptors. 13 years ago
Michael Niedermayer 7e7012d0b4 oggdec: subtract time of first packet only from duration when it is significant 13 years ago
Michael Niedermayer d2cab951e3 oggdec: Make sure start time correction is applied once to each stream 13 years ago
Alex Converse 7e6029f98a lavf utils: Fix bad indentation. 13 years ago
Alberto Delmás 45ecda8554 Windows Media Image decoder (WMVP/WVP2) 13 years ago
Nicolas George aeba058340 lavf: warn when a parser is needed and not found. 13 years ago
Nicolas George 355ac7ff6c rtpenc: use avcodec_get_name to report unsupported codecs. 13 years ago
Nicolas George 1c58264e62 flvenc: use avcodec_get_name to report unsupported codecs. 13 years ago
Carl Eugen Hoyos 05a267305d Support more codecs when muxing caf. 13 years ago
Anton Khirnov fb42d156ed movenc: use libx264 by default when possible for mov, mp4 and psp 13 years ago
Anton Khirnov b71389cbae avienc: saner default audio codec. 13 years ago
Anton Khirnov 3436c4a368 matroskaenc: saner default codecs. 13 years ago
Carl Eugen Hoyos ef25e70de3 Stream-copying PureVoice into caf works fine. 13 years ago
Kostya Shishkov ccb919e34b WavPack demuxer: do not rely on index when timestamp is not in indexed range. 13 years ago
Kostya Shishkov 5561fe487f WavPack demuxer: store position of the first block in index. 13 years ago
Carl Eugen Hoyos 7bdc5de33d Autodetect LOAS in transport streams. 13 years ago
Carl Eugen Hoyos 47818b2a67 Add LOAS demuxer. 13 years ago
Sven Hesse 8ea6157d83 xmv: Read the video packet data first, then swap its bytes 13 years ago
Sven Hesse c062aa8deb xmv: Remove superfluous zeroing of already zero'd data 13 years ago
Sven Hesse 730333efc4 xmv: Add some doxygen comments 13 years ago
Sven Hesse 6fb501245d xmv: Merge XMVAudioTrack into XMVAudioPacket 13 years ago
Sven Hesse d50fc62ea2 xmv: Make the various offset variables uint64_t 13 years ago
Michael Niedermayer 909e0fe243 xmv: fix license header to match patch 13 years ago
Aurelien Jacobs dc6c36ce46 matroskadec: use correct compression parameters for current track CodecPrivate 13 years ago
Sven Hesse c6c6c1aaa6 add XMV demuxer 13 years ago
Kostya Shishkov a43b1e74e2 rmdec: parse FPS in RealMedia properly 13 years ago
Kostya Shishkov 48ce8b8da7 Use parsers for RealVideo 3/4 to determine correct PTS 13 years ago
Kostya Shishkov 7c1f6df4b5 rmdec: correct DTS calculation in RealMedia container. 13 years ago
Anton Khirnov a3f2f766af matroskaenc: vertical alignment. 13 years ago
Anton Khirnov 15c14ce6b2 matroskaenc: implement query_codec() 13 years ago