summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf: make av_interleave_packet_per_dts() private.Anton Khirnov2012-03-205-16/+39
* lavf: deprecate av_read_packet().Anton Khirnov2012-03-206-8/+34
* oggdec: output correct timestamps for VorbisJustin Ruggles2012-03-201-2/+81
* xa: set correct bit rateJustin Ruggles2012-03-201-0/+3
* xa: do not set bit_rate, block_align, or bits_per_coded_sampleJustin Ruggles2012-03-201-4/+3
* xa: fix end-of-file handlingJustin Ruggles2012-03-201-2/+2
* xa: fix timestamp calculationJustin Ruggles2012-03-201-4/+2
* movenc: Add a min_frag_duration optionMartin Storsjö2012-03-202-5/+11
* rtsp: Set the default delay to 0.1 s for the RTSP/SDP/RTP demuxersMartin Storsjö2012-03-201-2/+3
* libavformat: Set the default for the max_delay option to -1Martin Storsjö2012-03-205-2/+13
* Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov2012-03-202-39/+64
* lavf: use AVStream.discard to disable queueing attached pictures.Anton Khirnov2012-03-201-1/+2
* lavf: requeue attached pictures after seeking.Anton Khirnov2012-03-201-10/+31
* id3v2: set the keyframe flag on attached pictures.Anton Khirnov2012-03-201-0/+1
* ZeroCodec DecoderDerek Buitenhuis2012-03-191-0/+1
* RealAudio Lossless decoderKostya Shishkov2012-03-192-0/+10
* rtpenc: Use AVFormatContext.packet_size instead of a private optionMartin Storsjö2012-03-192-10/+8
* url: Document the expected behaviour of url_readNicolas George2012-03-191-0/+13
* libavformat: Use AVFormatContext.probesize in init_inputMartin Storsjö2012-03-191-2/+2
* cosmetics: Align some AVInput/OutputFormat declarationsMartin Storsjö2012-03-193-9/+9
* oma: Fix out of array read.Michael Niedermayer2012-03-181-3/+6
* lavf: remove some disabled code.Anton Khirnov2012-03-171-36/+0
* lavf: only set average frame rate for video.Anton Khirnov2012-03-171-4/+4
* lavf: remove a pointless check.Anton Khirnov2012-03-171-1/+1
* avcodec: add XBM encoderPaul B Mahol2012-03-172-1/+2
* lavf: don't select an attached picture as default stream for seeking.Anton Khirnov2012-03-151-1/+2
* jv demux: set video stream durationPaul B Mahol2012-03-141-0/+1
* http: Clear the auth state on redirectsMartin Storsjö2012-03-131-0/+3
* http: Retry auth if it failed due to being staleMartin Storsjö2012-03-131-7/+12
* rtsp: Resend new keepalive commands if they used stale authMartin Storsjö2012-03-131-1/+6
* rtsp: Retry authentication if failed due to being staleMartin Storsjö2012-03-131-3/+5
* httpauth: Parse the stale field in digest authMartin Storsjö2012-03-132-0/+17
* iff: make .long_name more descriptivePaul B Mahol2012-03-121-1/+1
* rtsp: Fix a typoMartin Storsjö2012-03-121-1/+1
* Fix a bunch of common typos.Diego Biurrun2012-03-091-1/+1
* mpegts: Always honor a registration descriptor if present and there is no oth...Alex Converse2012-03-091-2/+1
* rtsp: Only set the ttl parameter if the server actually gave a valueMartin Storsjö2012-03-091-2/+4
* udp: Set ttl for read-write streams, too, not only for write-only onesMartin Storsjö2012-03-091-2/+3
* udp: Only bind to the multicast address if in read-only modeMartin Storsjö2012-03-091-2/+3
* udp: Clarify the comment about binding the multicast addressMartin Storsjö2012-03-091-1/+3
* udp: Reorder commentsMartin Storsjö2012-03-091-1/+1
* Fix uninitialized reads on malformed ogg files.Dale Curtis2012-03-081-5/+5
* rtpenc: Fix the AVRational used for av_rescale_q_rndMartin Storsjö2012-03-081-1/+1
* udp: Print an error message if bind failsMartin Storsjö2012-03-071-1/+3
* smacker: error out if palette copy-with-offset overruns palette size.Ronald S. Bultje2012-03-071-1/+8
* mov: Allow last chunk to have an arbitrary number of samples.Carl Eugen Hoyos2012-03-061-1/+2
* cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger2012-03-051-0/+1
* cosmetics: reindentJustin Ruggles2012-03-051-5/+5
* avformat: do not require a pixel/sample format if there is no decoderJustin Ruggles2012-03-052-13/+30
* avformat: do not fill-in audio packet duration in compute_pkt_fields()Justin Ruggles2012-03-051-14/+33