10949 Commits (f740c1a9c2a6b70b44b59faeb27e1a9cd8e9ec39)

Author SHA1 Message Date
Michael Niedermayer a036ac5782 lavf: do not discard correct dts in favor of wrong pts for vc1-wmapro.ism 13 years ago
Michael Niedermayer 2e4b662787 mov: add av_dlog() to CTTS reading code like is already done in STTS. 13 years ago
Michael Niedermayer 7d23a65f0d asfdec: fix FRAME_HEADER_SIZE 13 years ago
Jordi Ortiz f5ce90f2de rtmp: split chunk_size var into in_chunk_size and out_chunk_size 13 years ago
Samuel Pitoiset a8103503b3 rtmp: Factorize the code by adding find_tracked_method 13 years ago
Anton Khirnov 885da7b082 lavf: simplify is_intra_only() by using codec descriptors. 13 years ago
Michael Niedermayer bd6ece4609 mp3enc: fix CODEC_ID/CodecID that leaked in from older patch 13 years ago
Michael Niedermayer 7fd467f708 mp3/mp2: identify the video codecs as APIC through query_codec. 13 years ago
Michael Niedermayer f9f11c1000 lavf: return APIC fourcc from query_format() if the codec is supported as an attachment pic 13 years ago
Michael Niedermayer b2bc48ae22 iff: replace av_abort by av_assert0 13 years ago
Mans Rullgard 987170cb9d dict: add av_dict_count() 13 years ago
Samuel Pitoiset 3eebc1e174 rtmp: Factorize the code by adding handle_invoke_error 13 years ago
Samuel Pitoiset 71036a3a5e rtmp: Factorize the code by adding handle_invoke_status 13 years ago
Samuel Pitoiset 5e6001db8f rtmp: Factorize the code by adding handle_invoke_result 13 years ago
Mans Rullgard 6d3783d160 ffmenc: replace if/abort with assert() 13 years ago
Diego Biurrun 90f7e61769 swf: Move shared table out of the header file 13 years ago
Diego Biurrun 2804ba6a3b swf: Move swf_audio_codec_tags table to the only place it is used 13 years ago
Stefano Sabatini 3a06ea8436 lavf/img2dec: add and document pattern_type option 13 years ago
Samuel Pitoiset f89584ca44 rtmp: Add message tracking 13 years ago
Martin Storsjö 1243c72251 rtsp: Support mpegts in raw udp packets 13 years ago
Martin Storsjö df8cf076c8 rtsp: Support receiving plain data over UDP without any RTP encapsulation 13 years ago
Martin Storsjö c864e461d2 rtpdec: Remove an unused include 13 years ago
Martin Storsjö bfb82fcddf rtpenc: Remove an av_abort() that depends on user-supplied data 13 years ago
Clément Bœsch cb5bb521aa lavf/movenc: use two explicit bytes instead of a short. 13 years ago
Michael Niedermayer b615dbb319 lavf: block special characters in dump metadata 13 years ago
Michael Niedermayer ee475e272e matroskadec: fix lace vs block duration. 13 years ago
Luca Barbato 82613564cf rtmp: send check_bw as notification 13 years ago
Mohammad Alsaleh 385ec296f1 id3v2: Support v2.2 PIC 13 years ago
Clément Bœsch aca0f78114 lavf/movenc: add frame rate heuristic for timecode frame rate. 13 years ago
Clément Bœsch 6b3484dcbc lavf/mxfenc: better error handling with invalid frame rate. 13 years ago
Clément Bœsch aad737c669 lavf/mxfenc: simplify frame rate checks. 13 years ago
Michael Niedermayer bb2f13c19f rename missed CodecID to AVCodecID 13 years ago
Samuel Pitoiset 00cb52c65c rtmp: Add a new option 'rtmp_subscribe' 13 years ago
Samuel Pitoiset f9e77c1762 rtmp: Add support for subscribing live streams 13 years ago
Samuel Pitoiset 12127b65b0 rtmp: Factorize simultaneous URLProtocol / AVClass declarations with a macro 13 years ago
Michael Niedermayer 8993c25695 avidec: fix AVStream.info memleak with dv. 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Michael Niedermayer a80ce390df avidec: parse INFO tags at the end 13 years ago
Justin Ruggles 2fa57c9daf mpc8: set packet duration and stream start time instead of tracking frames 13 years ago
anonymous 388243bb27 udp: do not call pthread_{mutex,cond}_destroy when not initialized. 13 years ago
Michael Niedermayer 7bf16ec300 mpc8: fix pts 13 years ago
Michael Niedermayer e4b53d995c mov: dont clip timestamps at 0 13 years ago
Piotr Bandurski 68f4156f44 movenv: fix remuxing of qdm2 13 years ago
Piotr Bandurski 1b72a7e8a9 aiffenc: fix remuxing of qdm2 13 years ago
Clément Bœsch 16dc5f2050 Replace various inlined inverse AVRational with av_inv_q(). 13 years ago
Piotr Bandurski 5d2f89a23c movenc: fix remuxing of svq3 13 years ago
Martin Storsjö 6c071a2b38 lavf: Declare an AVRational struct without a struct literal 13 years ago
Reimar Döffinger 69aeba1396 oggdec: Initialize stream index to -1 in ogg_packet. 13 years ago
Reimar Döffinger a4163b2d65 oggdec: simplify start time calculation code. 13 years ago
Moritz Bunkus fe40dc1cec matroskaenc: Implement support for ALAC 13 years ago