summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* ZeroCodec DecoderDerek Buitenhuis2012-03-19
* RealAudio Lossless decoderKostya Shishkov2012-03-19
* rtpenc: Use AVFormatContext.packet_size instead of a private optionMartin Storsjö2012-03-19
* url: Document the expected behaviour of url_readNicolas George2012-03-19
* libavformat: Use AVFormatContext.probesize in init_inputMartin Storsjö2012-03-19
* cosmetics: Align some AVInput/OutputFormat declarationsMartin Storsjö2012-03-19
* oma: Fix out of array read.Michael Niedermayer2012-03-18
* lavf: remove some disabled code.Anton Khirnov2012-03-17
* lavf: only set average frame rate for video.Anton Khirnov2012-03-17
* lavf: remove a pointless check.Anton Khirnov2012-03-17
* avcodec: add XBM encoderPaul B Mahol2012-03-17
* lavf: don't select an attached picture as default stream for seeking.Anton Khirnov2012-03-15
* jv demux: set video stream durationPaul B Mahol2012-03-14
* http: Clear the auth state on redirectsMartin Storsjö2012-03-13
* http: Retry auth if it failed due to being staleMartin Storsjö2012-03-13
* rtsp: Resend new keepalive commands if they used stale authMartin Storsjö2012-03-13
* rtsp: Retry authentication if failed due to being staleMartin Storsjö2012-03-13
* httpauth: Parse the stale field in digest authMartin Storsjö2012-03-13
* iff: make .long_name more descriptivePaul B Mahol2012-03-12
* rtsp: Fix a typoMartin Storsjö2012-03-12
* Fix a bunch of common typos.Diego Biurrun2012-03-09
* mpegts: Always honor a registration descriptor if present and there is no oth...Alex Converse2012-03-09
* rtsp: Only set the ttl parameter if the server actually gave a valueMartin Storsjö2012-03-09
* udp: Set ttl for read-write streams, too, not only for write-only onesMartin Storsjö2012-03-09
* udp: Only bind to the multicast address if in read-only modeMartin Storsjö2012-03-09
* udp: Clarify the comment about binding the multicast addressMartin Storsjö2012-03-09
* udp: Reorder commentsMartin Storsjö2012-03-09
* Fix uninitialized reads on malformed ogg files.Dale Curtis2012-03-08
* rtpenc: Fix the AVRational used for av_rescale_q_rndMartin Storsjö2012-03-08
* udp: Print an error message if bind failsMartin Storsjö2012-03-07
* smacker: error out if palette copy-with-offset overruns palette size.Ronald S. Bultje2012-03-07
* mov: Allow last chunk to have an arbitrary number of samples.Carl Eugen Hoyos2012-03-06
* cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger2012-03-05
* cosmetics: reindentJustin Ruggles2012-03-05
* avformat: do not require a pixel/sample format if there is no decoderJustin Ruggles2012-03-05
* avformat: do not fill-in audio packet duration in compute_pkt_fields()Justin Ruggles2012-03-05
* lavf: Use av_get_audio_frame_duration() in get_audio_frame_size()Justin Ruggles2012-03-05
* siff: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-05
* amr demuxer: do not set AVCodecContext.frame_size.Justin Ruggles2012-03-05
* aiffdec: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-05
* mov: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-05
* ape: do not set AVCodecContext.frame_size.Justin Ruggles2012-03-05
* rdt: remove workaround for infinite loop with aacJustin Ruggles2012-03-05
* avformat: do not require frame_size in avformat_find_stream_info() for CELTJustin Ruggles2012-03-05
* avformat: do not require frame_size in avformat_find_stream_info() for MP1/2/3Justin Ruggles2012-03-05
* avformat: do not require frame_size in avformat_find_stream_info() for AACJustin Ruggles2012-03-05
* swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.frame_sizeJustin Ruggles2012-03-05
* rtpenc: use av_get_audio_frame_duration() for max_frames_per_packetJustin Ruggles2012-03-05
* riffenc: use av_get_audio_frame_duration()Justin Ruggles2012-03-05
* lavf: deobfuscate read_frame_internal().Anton Khirnov2012-03-05