summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avio: move ff_rewind_with_probe_data from avio.h to avio_internal.hAnton Khirnov2011-03-07
* avio: deprecate url_fget_max_packet_sizeAnton Khirnov2011-03-07
* lavf: document the use of multiple entries in language metadata tagAnssi Hannula2011-03-07
* Add audio codec 0x1600 (ADTS AAC)Peter Ross2011-03-07
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-07
* avio: deprecate url_fgetc and remove all it usesAnton Khirnov2011-03-07
* avio: deprecate url_fgetsAnton Khirnov2011-03-07
* avio: add avio_skip macroPeter Ross2011-03-07
* Add Apple HTTP Live Streaming protocol handlerMartin Storsjö2011-03-06
* URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEMEMartin Storsjö2011-03-06
* URLProtocol: Add a flags fieldMartin Storsjö2011-03-06
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov2011-03-04
* avio: add avio_get_str()Reimar Döffinger2011-03-04
* avio: fix fourcc if any character is >=0x80.Ronald S. Bultje2011-03-04
* libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameterMartin Storsjö2011-03-02
* aviobuf: Write new data at s->buf_end in fill_bufferMartin Storsjö2011-03-02
* movenc: use correct tag for dvcpro hdBaptiste Coudurier2011-03-02
* movenc: fix tkhd height for imxBaptiste Coudurier2011-03-01
* avio: deprecate url_fskipAnton Khirnov2011-03-01
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* movenc: remove uses of deprecated API.Ronald S. Bultje2011-02-25
* store pasp atom for all types of quicktime movieMaksym Veremeyenko2011-02-25
* reindent after tapt patchMaksym Veremeyenko2011-02-25
* use tapt atom for sample aspect ratioMaksym Veremeyenko2011-02-25
* bink: decode audio track identifiers into AVStream.idPeter Ross2011-02-25
* bink: set audio stream codec_tag such that binkaudio decoder can identify bit...Peter Ross2011-02-25
* avio: deprecate put_tagAnton Khirnov2011-02-25
* lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-25
* avienc: replace &tag[0] with tag.Anton Khirnov2011-02-25
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-25
* avienc: fix AVI stream index for files with >10 streamslongstone2011-02-23
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-23
* Add more AVC Intra FOURCCsBenjamin Larsson2011-02-22
* mpegtsenc: use correct PES stream_id for AACTony Strauss2011-02-21
* spdifenc.c: fix compile because of missing include avio_internal.h.Ronald S. Bultje2011-02-21
* avio: make put_nbyte internal.Anton Khirnov2011-02-21
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: make get_partial_buffer internal.Anton Khirnov2011-02-21
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov2011-02-21
* Update version and APIchanges.Ronald S. Bultje2011-02-20
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-20
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* MMS: also discover streams in extended stream properties objectMarton Balint2011-02-19
* lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov2011-02-17
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-17
* Replace remaining uses of parse_date with av_parse_time.Anton Khirnov2011-02-16