summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* Revise check for codec id in voc demuxer.Justin Ruggles2011-01-18
* Fix bug in voc demuxer that was introduced in SVN r26309.Justin Ruggles2011-01-18
* Missing parts of IVF muxer support.Reimar Döffinger2011-01-18
* Add muxer for IVF format.Reimar Döffinger2011-01-17
* prevent integer overflow in calculating durationJohn Wimer2011-01-17
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* Check 4xm headers for validity. This should avoid 1/0.Michael Niedermayer2011-01-16
* Parse fact chunks from wav files to find duration.Michael Niedermayer2011-01-15
* Factor tag reading code out of wav read_header()Michael Niedermayer2011-01-15
* Set duration for wav files from sample size and data size or the wf64 sample ...Michael Niedermayer2011-01-15
* In mxf muxer, check the return value of gmtime, fix #2494Baptiste Coudurier2011-01-14
* Copy metadata from ASF files contained in RTSP streams from ASF to RTSP layer,Ronald S. Bultje2011-01-14
* Introduce av_metadata_copy() to copy metadata from one struct to another.Ronald S. Bultje2011-01-14
* wtv: ignore VIDEOINFOHEADER2 picture aspect ratio information, as it is unrel...Peter Ross2011-01-14
* Revert aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)Martin Storsjö2011-01-13
* Use AVERROR_INVALIDDATA rather than -1 for nutdec error codes.Stefano Sabatini2011-01-12
* aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)Martin Storsjö2011-01-12
* In mov demuxer, handle better wrong time scale, fix issue #2528Baptiste Coudurier2011-01-11
* In mov demuxer, set r_frame_rate for cfr filesBaptiste Coudurier2011-01-11
* Do not crash for illegal sample size, fixes issue 2502.Daniel Kang2011-01-11
* Clarify timestamps related error messages in compute_pkt_fields2().Stefano Sabatini2011-01-11
* electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross2011-01-11
* revert r26302Peter Ross2011-01-10
* electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross2011-01-10
* electronicarts: only apply audio sanity checks when audio stream is presentPeter Ross2011-01-10
* perform sanity check on sample rate in electronicarts demuxerDaniel Kang2011-01-10
* perform sanity check on number of channels in electronicarts demuxerDaniel Kang2011-01-10
* rtsp: Properly fail if unable to open an input RTP portMartin Storsjö2011-01-09
* fix indentationPeter Ross2011-01-09
* wtv: only process timestamp_guid chunks for streams that we know aboutPeter Ross2011-01-09
* wtv: do not repopulate codec information after we have seen data chunksPeter Ross2011-01-09
* wtv: stop processing chunks if length is smaller than chunk headerPeter Ross2011-01-09
* wtv: fix typoPeter Ross2011-01-09
* Add audio codec 0x1602 (AAC LATM)Peter Ross2011-01-09
* Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos2011-01-08
* In mov muxer, override codec tag for dv in mov, fix remuxing from aviBaptiste Coudurier2011-01-07
* In mov muxer, override codec tag for h263 in mov, fix remuxing from 3gpBaptiste Coudurier2011-01-07
* rtsp: Allow requesting of filtering of source packetsMartin Storsjö2011-01-06
* udp: Allow specifying the connect option in udp_set_remote_url, tooMartin Storsjö2011-01-06
* rtpproto: Allow specifying the connect option, passed through to udpMartin Storsjö2011-01-06
* Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi.Carl Eugen Hoyos2011-01-06
* rtpdec: Don't set RTP timestamps if they already are set by the depacketizerMartin Storsjö2011-01-06
* Fix assertion fail on audio files with invalid sample rates,Daniel Kang2011-01-06
* Revert previous commit, as it was not meant to be pushed.Stefano Sabatini2011-01-06
* Issue more explicit error messages in compute_pkt_fields2().Stefano Sabatini2011-01-06
* In av_close_input_stream(), flush the packet queue before to actuallyStefano Sabatini2011-01-06
* rtsp: Parse RTP-Info headersMartin Storsjö2011-01-05
* ReindentMartin Storsjö2011-01-05
* rtsp: Simplify codeMartin Storsjö2011-01-05