summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Parse fact chunks from wav files to find duration.Michael Niedermayer2011-01-151-1/+12
* Factor tag reading code out of wav read_header()Michael Niedermayer2011-01-151-2/+8
* Set duration for wav files from sample size and data size or the wf64 sample ...Michael Niedermayer2011-01-151-0/+7
* In mxf muxer, check the return value of gmtime, fix #2494Baptiste Coudurier2011-01-141-0/+2
* Copy metadata from ASF files contained in RTSP streams from ASF to RTSP layer,Ronald S. Bultje2011-01-141-0/+1
* Introduce av_metadata_copy() to copy metadata from one struct to another.Ronald S. Bultje2011-01-142-1/+19
* wtv: ignore VIDEOINFOHEADER2 picture aspect ratio information, as it is unrel...Peter Ross2011-01-141-6/+1
* Revert aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)Martin Storsjö2011-01-131-25/+3
* Use AVERROR_INVALIDDATA rather than -1 for nutdec error codes.Stefano Sabatini2011-01-121-14/+14
* aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)Martin Storsjö2011-01-121-3/+25
* In mov demuxer, handle better wrong time scale, fix issue #2528Baptiste Coudurier2011-01-111-3/+3
* In mov demuxer, set r_frame_rate for cfr filesBaptiste Coudurier2011-01-111-0/+4
* Do not crash for illegal sample size, fixes issue 2502.Daniel Kang2011-01-111-3/+15
* Clarify timestamps related error messages in compute_pkt_fields2().Stefano Sabatini2011-01-111-2/+2
* electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross2011-01-111-2/+2
* revert r26302Peter Ross2011-01-101-2/+0
* electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross2011-01-101-0/+2
* electronicarts: only apply audio sanity checks when audio stream is presentPeter Ross2011-01-101-10/+11
* perform sanity check on sample rate in electronicarts demuxerDaniel Kang2011-01-101-0/+5
* perform sanity check on number of channels in electronicarts demuxerDaniel Kang2011-01-101-0/+5
* rtsp: Properly fail if unable to open an input RTP portMartin Storsjö2011-01-091-0/+4
* fix indentationPeter Ross2011-01-091-9/+9
* wtv: only process timestamp_guid chunks for streams that we know aboutPeter Ross2011-01-091-0/+3
* wtv: do not repopulate codec information after we have seen data chunksPeter Ross2011-01-091-1/+11
* wtv: stop processing chunks if length is smaller than chunk headerPeter Ross2011-01-091-0/+2
* wtv: fix typoPeter Ross2011-01-091-1/+1
* Add audio codec 0x1602 (AAC LATM)Peter Ross2011-01-091-0/+6
* Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos2011-01-081-0/+1
* In mov muxer, override codec tag for dv in mov, fix remuxing from aviBaptiste Coudurier2011-01-071-1/+1
* In mov muxer, override codec tag for h263 in mov, fix remuxing from 3gpBaptiste Coudurier2011-01-071-0/+1
* rtsp: Allow requesting of filtering of source packetsMartin Storsjö2011-01-062-3/+11
* udp: Allow specifying the connect option in udp_set_remote_url, tooMartin Storsjö2011-01-061-1/+17
* rtpproto: Allow specifying the connect option, passed through to udpMartin Storsjö2011-01-061-4/+13
* Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi.Carl Eugen Hoyos2011-01-061-5/+3
* rtpdec: Don't set RTP timestamps if they already are set by the depacketizerMartin Storsjö2011-01-061-0/+2
* Fix assertion fail on audio files with invalid sample rates,Daniel Kang2011-01-061-1/+1
* Revert previous commit, as it was not meant to be pushed.Stefano Sabatini2011-01-061-4/+2
* Issue more explicit error messages in compute_pkt_fields2().Stefano Sabatini2011-01-061-2/+4
* In av_close_input_stream(), flush the packet queue before to actuallyStefano Sabatini2011-01-061-1/+1
* rtsp: Parse RTP-Info headersMartin Storsjö2011-01-051-0/+59
* ReindentMartin Storsjö2011-01-051-3/+3
* rtsp: Simplify codeMartin Storsjö2011-01-051-7/+4
* rtsp: Move resetting of rtpdec parameters to before sending the PLAY requestMartin Storsjö2011-01-051-5/+13
* In ogg muxer, correctly mux VFR streams, fix issue #2398Baptiste Coudurier2011-01-051-7/+23
* In mov demuxer, check that gmtime returns a valid value, fix crash, issue #2490Baptiste Coudurier2011-01-051-1/+4
* In mov demuxer, check that stts data exists, fix crash, issue #2479Baptiste Coudurier2011-01-051-1/+2
* lavf: rename meta.h->ffmeta.h for consistency.Anton Khirnov2011-01-043-2/+2
* wtv: obtain codec information from stream2_guid chunks, if presentPeter Ross2011-01-041-15/+42
* wtv: display warning if scrambled stream is detectedPeter Ross2011-01-021-1/+10
* Add AVOption support for muxers.Anssi Hannula2011-01-022-1/+7
OpenPOWER on IntegriCloud