8546 Commits (dba5b06ead6bbec8fd1207d778240188182c8361)

Author SHA1 Message Date
Alex Converse 86f2ae06b9 mov: Do not read past the end of the ctts_data table. 13 years ago
Alex Converse 3e6e89b3d6 mov: Add missing terminator to mov_ch_layout_map_1ch. 13 years ago
Ronald S. Bultje e73c6aaabf asf: reset side data elements on packet copy. 13 years ago
Michael Niedermayer f0b4a505d8 oggparseogm: fix order of arguments of avpriv_set_pts_info(). 13 years ago
Justin Ruggles f036342b4b aiffdec: set block_duration to 1 for PCM codecs that are supported in AIFF-C 13 years ago
Justin Ruggles b38b7cc392 aiffdec: factor out handling of integer PCM for AIFF-C and plain AIFF 13 years ago
Justin Ruggles 2c07c18048 aiffdec: use av_get_audio_frame_duration() to set block_duration for AIFF-C 13 years ago
Justin Ruggles 02f88eec1d aiffdec: do not set bit rate if block duration is unknown 13 years ago
Anton Khirnov a6733202cc lavf: make av_interleave_packet_per_dts() private. 13 years ago
Anton Khirnov 3c90cc2ef2 lavf: deprecate av_read_packet(). 13 years ago
Justin Ruggles f63412fc74 oggdec: output correct timestamps for Vorbis 13 years ago
Justin Ruggles 777365fe86 xa: set correct bit rate 13 years ago
Justin Ruggles a54bc52265 xa: do not set bit_rate, block_align, or bits_per_coded_sample 13 years ago
Justin Ruggles 64de57f645 xa: fix end-of-file handling 13 years ago
Justin Ruggles cd2ffb67ad xa: fix timestamp calculation 13 years ago
Martin Storsjö 39f5a5462c movenc: Add a min_frag_duration option 13 years ago
Martin Storsjö ccfa8aa26f rtsp: Set the default delay to 0.1 s for the RTSP/SDP/RTP demuxers 13 years ago
Martin Storsjö 4fa57d524f libavformat: Set the default for the max_delay option to -1 13 years ago
Anton Khirnov 5626697104 Move AVFormatContext/AVCodecContext option tables to separate files. 13 years ago
Anton Khirnov 40b41be3fa lavf: use AVStream.discard to disable queueing attached pictures. 13 years ago
Anton Khirnov 01fcc42b90 lavf: requeue attached pictures after seeking. 13 years ago
Anton Khirnov 713f3062a7 id3v2: set the keyframe flag on attached pictures. 13 years ago
Derek Buitenhuis 0e714f889e ZeroCodec Decoder 13 years ago
Kostya Shishkov b8560637d9 RealAudio Lossless decoder 13 years ago
Martin Storsjö 316e724f18 rtpenc: Use AVFormatContext.packet_size instead of a private option 13 years ago
Nicolas George 01b0ade665 url: Document the expected behaviour of url_read 13 years ago
Martin Storsjö 57151f8674 libavformat: Use AVFormatContext.probesize in init_input 13 years ago
Martin Storsjö 17934c1824 cosmetics: Align some AVInput/OutputFormat declarations 13 years ago
Michael Niedermayer 72ec043af4 oma: Fix out of array read. 13 years ago
Anton Khirnov 8bc5d90a7e lavf: remove some disabled code. 13 years ago
Anton Khirnov f35f8eeb0d lavf: only set average frame rate for video. 13 years ago
Anton Khirnov 9ade26ee91 lavf: remove a pointless check. 13 years ago
Paul B Mahol 0afd8f12e9 avcodec: add XBM encoder 13 years ago
Anton Khirnov cd9a3c3512 lavf: don't select an attached picture as default stream for seeking. 13 years ago
Paul B Mahol d3d1b25e69 jv demux: set video stream duration 13 years ago
Martin Storsjö 499ad54d98 http: Clear the auth state on redirects 13 years ago
Martin Storsjö e75bbcf493 http: Retry auth if it failed due to being stale 13 years ago
Martin Storsjö cdf9108b6a rtsp: Resend new keepalive commands if they used stale auth 13 years ago
Martin Storsjö 2f96cc1fc4 rtsp: Retry authentication if failed due to being stale 13 years ago
Martin Storsjö 8a3360d18a httpauth: Parse the stale field in digest auth 13 years ago
Paul B Mahol 947e103a8f iff: make .long_name more descriptive 13 years ago
Martin Storsjö 705eeb5eca rtsp: Fix a typo 13 years ago
Diego Biurrun ffae713a5b Fix a bunch of common typos. 13 years ago
Alex Converse 100c3fb2d1 mpegts: Always honor a registration descriptor if present and there is no other codec information. 13 years ago
Martin Storsjö 6294d708b8 rtsp: Only set the ttl parameter if the server actually gave a value 13 years ago
Martin Storsjö 2bfd92b330 udp: Set ttl for read-write streams, too, not only for write-only ones 13 years ago
Martin Storsjö c700fdb00f udp: Only bind to the multicast address if in read-only mode 13 years ago
Martin Storsjö 1b89bcdd7f udp: Clarify the comment about binding the multicast address 13 years ago
Martin Storsjö 113d3e106d udp: Reorder comments 13 years ago
Dale Curtis ef0d779706 Fix uninitialized reads on malformed ogg files. 13 years ago