aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* id3v2: merge TYER/TDAT/TIME to date tagAnton Khirnov2011-03-151-0/+47
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-159-11/+13
* avio: deprecate url_ferrorAnton Khirnov2011-03-156-9/+8
* lavf/utils: dont't explicitly check AVIOContext.errorAnton Khirnov2011-03-151-8/+0
* jv demuxer: prevent video packet size overflowPeter Ross2011-03-141-0/+2
* jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the numberPeter Ross2011-03-141-3/+5
* jv demuxer: calculate palette_size for each frame in read_headerPeter Ross2011-03-141-5/+5
* Bitmap Brothers JV demuxerPeter Ross2011-03-144-1/+224
* Add one more avc intra fourcc and extend the descriptionBenjamin Larsson2011-03-101-2/+3
* id3v2: fix typo in error messageAnton Khirnov2011-03-091-1/+1
* avio: deprecate url_feofAnton Khirnov2011-03-0763-114/+115
* mpegts: add all stream languages into metadataAnssi Hannula2011-03-071-6/+12
* In retry_transfer_wrapper, do not check url_interrupt_cb, causes problemsBaptiste Coudurier2011-03-071-2/+2
* Flag DVB subtitles for the hard hearing appropriately using their component_t...Hendrik Leppkes2011-03-071-1/+11
* mpegtsenc: handle multiple language tags per streamAnssi Hannula2011-03-071-5/+23
* lavf: update documentation of AVOutputFormat.flagsAnssi Hannula2011-03-071-1/+3
* avio: move ff_rewind_with_probe_data from avio.h to avio_internal.hAnton Khirnov2011-03-074-17/+17
* avio: deprecate url_fget_max_packet_sizeAnton Khirnov2011-03-073-9/+6
* lavf: document the use of multiple entries in language metadata tagAnssi Hannula2011-03-071-1/+2
* Add audio codec 0x1600 (ADTS AAC)Peter Ross2011-03-071-0/+1
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-0723-29/+34
* avio: deprecate url_fgetc and remove all it usesAnton Khirnov2011-03-074-15/+15
* avio: deprecate url_fgetsAnton Khirnov2011-03-072-1/+5
* avio: add avio_skip macroPeter Ross2011-03-071-0/+6
* Add Apple HTTP Live Streaming protocol handlerMartin Storsjö2011-03-063-0/+360
* URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEMEMartin Storsjö2011-03-062-1/+10
* URLProtocol: Add a flags fieldMartin Storsjö2011-03-061-0/+1
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-0485-388/+389
* lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov2011-03-045-15/+14
* avio: add avio_get_str()Reimar Döffinger2011-03-042-0/+31
* avio: fix fourcc if any character is >=0x80.Ronald S. Bultje2011-03-041-1/+4
* libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameterMartin Storsjö2011-03-022-11/+31
* aviobuf: Write new data at s->buf_end in fill_bufferMartin Storsjö2011-03-021-1/+1
* movenc: use correct tag for dvcpro hdBaptiste Coudurier2011-03-021-6/+17
* movenc: fix tkhd height for imxBaptiste Coudurier2011-03-011-1/+1
* avio: deprecate url_fskipAnton Khirnov2011-03-012-7/+3
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-0162-299/+299
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-0190-347/+352
* movenc: remove uses of deprecated API.Ronald S. Bultje2011-02-251-4/+4
* store pasp atom for all types of quicktime movieMaksym Veremeyenko2011-02-251-2/+1
* reindent after tapt patchMaksym Veremeyenko2011-02-251-5/+5
* use tapt atom for sample aspect ratioMaksym Veremeyenko2011-02-251-0/+35
* bink: decode audio track identifiers into AVStream.idPeter Ross2011-02-251-1/+2
* bink: set audio stream codec_tag such that binkaudio decoder can identify bit...Peter Ross2011-02-251-1/+1
* avio: deprecate put_tagAnton Khirnov2011-02-252-1/+3
* lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-258-17/+20
* avienc: replace &tag[0] with tag.Anton Khirnov2011-02-251-7/+7
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-2512-152/+166
* avienc: fix AVI stream index for files with >10 streamslongstone2011-02-232-2/+9
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-2312-30/+51