summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Add FIXME about low_delay vs has_b_frames.Carl Eugen Hoyos2009-10-031-0/+1
* H264 allows B frames without requiring a >=1 sized buffer.Wallak2009-10-031-1/+1
* wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end ofReimar Döffinger2009-10-021-1/+1
* wav: return av_get_packet errors unchanged.Reimar Döffinger2009-10-021-2/+2
* Remove url_feof check that would be triggered only after incorrectly producingReimar Döffinger2009-10-021-2/+0
* Remove useless setting of pkt->size, av_get_packet already handles that.Reimar Döffinger2009-10-021-3/+0
* Return special EOF checking for aiff and au demuxers, the check was atReimar Döffinger2009-10-022-6/+0
* Return any error return values from av_get_packet, get_buffer etc. unchangedReimar Döffinger2009-10-021-9/+8
* Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF asReimar Döffinger2009-10-021-0/+8
* matroskadec: cosmetics: indentationAurelien Jacobs2009-10-011-13/+13
* matroskadec: don't overwrite extradata already read by ff_get_wav_header()Aurelien Jacobs2009-10-011-0/+2
* matroskadec: fix handling of A_MS/ACM track with no extradataAurelien Jacobs2009-10-011-2/+2
* Make rawvideo_read_packet return partial frames.Reimar Döffinger2009-10-011-1/+1
* Simplify: remove pointless {} and elseReimar Döffinger2009-10-011-4/+2
* Remove pointless setting of pkt->size, av_get_packet already handles this.Reimar Döffinger2009-10-011-3/+0
* au demuxer: pass av_get_packet error on unchanged instead of converting toReimar Döffinger2009-10-011-1/+1
* av_new_packet failing should return ENOMEM, not EIO.Reimar Döffinger2009-10-011-2/+2
* put_bits can only reliably write up to 31 bit bits, above it relies onReimar Döffinger2009-10-011-2/+2
* Fix playback of strange AVI files with stray LIST.Aurelien Jacobs2009-10-011-0/+6
* 10l in code reading codec_name, the first byte is the length and should notReimar Döffinger2009-09-301-1/+1
* Return an error when the parsed mpc chunk size is negative, otherwise weReimar Döffinger2009-09-301-0/+2
* Disable parsing for ogg streams where no ogg header was found,Reimar Döffinger2009-09-301-0/+5
* Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpegReimar Döffinger2009-09-301-2/+7
* Sync AC3 probe values with MP3 probe values, they have to avoid similar issues.Reimar Döffinger2009-09-292-2/+7
* Extend DV autodetection to also reliably detect single-frame DVs withReimar Döffinger2009-09-291-1/+6
* Add id3v2 metadata conversion table and use it in mp3 muxer.Anton Khirnov2009-09-293-0/+23
* 100l, typoBaptiste Coudurier2009-09-261-1/+1
* Export mov/mp4 major and compatible brands as metadata.haim alon2009-09-261-5/+25
* Fix reading VDR files (broken since r19000).Carl Eugen Hoyos2009-09-241-2/+2
* Fix possible buffer over-read in vorbis_comment, fix it double to be sure.Reimar Döffinger2009-09-241-4/+5
* id3v2: Add support for UTF-16 encoding.Anton Khirnov2009-09-231-0/+28
* id3v2: Use 0 instead of '\0'.Anton Khirnov2009-09-231-1/+1
* id3v2: check for enough space to write full UTF-8 characters.Anton Khirnov2009-09-231-2/+2
* Correctly print number of remaining bytes in oggparsevorbis instead of alwaysReimar Döffinger2009-09-231-1/+1
* Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson2009-09-223-1/+3
* Place MP3 demuxer code under appropriate #ifdefs.Diego Biurrun2009-09-221-14/+17
* Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs.Diego Biurrun2009-09-221-91/+88
* Move find_guid function and guid_data array to a globally available place.Diego Biurrun2009-09-221-23/+23
* #include correct header to fix 'make checkheaders'.Diego Biurrun2009-09-181-1/+1
* Only use *ic_ptr when it has been initialized.Michael Niedermayer2009-09-181-2/+3
* Unscrewup indentation (pointed out by Diego).Ronald S. Bultje2009-09-181-2/+2
* RTSP basic authentication, patch originally by Philip CoombesRonald S. Bultje2009-09-172-4/+26
* fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot beNiobos2009-09-171-4/+12
* print at debug level the score at which codec probing succedeedBaptiste Coudurier2009-09-171-2/+4
* Improve SIFF probe by also checking the first tag is one of the expected.Reimar Döffinger2009-09-171-3/+4
* Improve dxa probe by checking the values for width and height are reasonable.Reimar Döffinger2009-09-171-1/+7
* Slightly improve probe for ea format by checking that it is possible toReimar Döffinger2009-09-171-2/+6
* Do not include "mp4:" prefix from RTMP URL into "app" path or second timeLars Täuber2009-09-171-3/+5
* Print a warning if a format has been detected with a low score.Michael Niedermayer2009-09-161-2/+6
* Print at debug level the score with which probing succeeded.Michael Niedermayer2009-09-161-0/+2
OpenPOWER on IntegriCloud