summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf: move the version macros to a new headerAnton Khirnov2011-01-214-64/+94
* id3v2: use an enum for encodings instead of magic numbers.Anton Khirnov2011-01-212-4/+11
* Split mp3 demuxer and muxer into separate files.Anton Khirnov2011-01-213-180/+198
* mpegtsenc: prefer metadata keyed with "service_name"Janne Grunau2011-01-201-2/+2
* Set service_provider and service_name in mpegts demuxerGeorgi Chorbadzhiyski2011-01-201-2/+2
* id3v2: don't overwrite existing tagsAnton Khirnov2011-01-201-1/+1
* id3v2: convert metadata after all the tags were readAnton Khirnov2011-01-201-2/+2
* id3v2: make ff_id3v2_parse staticAnton Khirnov2011-01-202-34/+28
* Add service_provider and service_name metadataGeorgi Chorbadzhiyski2011-01-202-3/+9
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-181-8/+0
* Revise check for codec id in voc demuxer.Justin Ruggles2011-01-181-13/+16
* Fix bug in voc demuxer that was introduced in SVN r26309.Justin Ruggles2011-01-181-1/+1
* Missing parts of IVF muxer support.Reimar Döffinger2011-01-183-2/+3
* Add muxer for IVF format.Reimar Döffinger2011-01-171-0/+69
* prevent integer overflow in calculating durationJohn Wimer2011-01-171-1/+1
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-171-0/+8
* Check 4xm headers for validity. This should avoid 1/0.Michael Niedermayer2011-01-161-1/+8
* 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
OpenPOWER on IntegriCloud