summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-16
* lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-16
* rtsp: udp_read_packet returning 0 doesn't mean successMartin Storsjö2011-02-17
* spdifenc: set flag AVFMT_NOTIMESTAMPSAnssi Hannula2011-02-16
* fix nsvdec.c compilation if DEBUG macro definedMaksym Veremeyenko2011-02-16
* Fix av_find_best_stream when using a programBalint Marton2011-02-16
* Document that av_write_header sets stream time_base to a value of it chosing.Reimar Döffinger2011-02-16
* spdifenc: update 482d98f69b2eb7a7b0b5054101a43db384e9432b to the latest patchJanne Grunau2011-02-16
* os_support: fix poll() implementationMax Shakhmetov2011-02-15
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* fix nsvdec.c compilation if DEBUG definedMaksym Veremeyenko2011-02-15
* mpegtsenc: whitespace cosmeticsMans Rullgard2011-02-14
* mpegtsenc: set audio_type according to st->dispositionAnssi Hannula2011-02-14
* mpegts: set st->disposition according to ISO 639 language descriptorAnssi Hannula2011-02-14
* lavf: add AV_DISPOSITION_CLEAN_EFFECTS flagAnssi Hannula2011-02-14
* mmst: fix reading uninitialized data for ping packets.Ronald S. Bultje2011-02-14
* asfdec: fix build for big endian targetsMans Rullgard2011-02-13
* wtv: ignore empty data_guid chunksPeter Ross2011-02-13
* asfdec: don't export empty metadataAnton Khirnov2011-02-13
* asfdec: split reading stream properties out of asf_read_header()Anton Khirnov2011-02-13
* mmst: print packet type with error status code messageFrancesco Cosoleto2011-02-13