aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov2011-03-055-15/+14
* avio: add avio_get_str()Reimar Döffinger2011-03-052-0/+31
* avio: fix fourcc if any character is >=0x80.Ronald S. Bultje2011-03-051-1/+4
* In retry_transfer_wrapper, do not check url_interrupt_cb,Baptiste Coudurier2011-03-031-2/+0
* libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameterMartin Storsjö2011-03-032-11/+31
* aviobuf: Write new data at s->buf_end in fill_bufferMartin Storsjö2011-03-031-1/+1
* movenc: use correct tag for dvcpro hdBaptiste Coudurier2011-03-031-6/+17
* movenc: fix tkhd height for imxBaptiste Coudurier2011-03-031-1/+1
* avio: deprecate url_fskipAnton Khirnov2011-03-032-7/+3
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-0362-299/+299
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-0390-347/+352
* In mov muxer, fix adpcm mono muxing, patch by Alex ConverseBaptiste Coudurier2011-02-271-0/+1
* In mpegts demuxer, do not output known sized packet if an unbounded packetBaptiste Coudurier2011-02-271-1/+1
* movenc: remove uses of deprecated API.Ronald S. Bultje2011-02-261-4/+4
* store pasp atom for all types of quicktime movieMaksym Veremeyenko2011-02-261-2/+1
* reindent after tapt patchMaksym Veremeyenko2011-02-261-5/+5
* use tapt atom for sample aspect ratioMaksym Veremeyenko2011-02-261-0/+35
* bink: decode audio track identifiers into AVStream.idPeter Ross2011-02-261-1/+2
* bink: set audio stream codec_tag such that binkaudio decoder can identify bit...Peter Ross2011-02-261-1/+1
* avio: deprecate put_tagAnton Khirnov2011-02-262-1/+3
* lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-268-17/+20
* avienc: replace &tag[0] with tag.Anton Khirnov2011-02-261-7/+7
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-2612-152/+166
* lavf: update documentation of AVOutputFormat.flagsAnssi Hannula2011-02-241-1/+3
* lavf: postpone removal of deprecated avio functionsAnton Khirnov2011-02-231-1/+1
* lavf: postpone removal of public metadata conversion APIAnton Khirnov2011-02-234-3/+8
* 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
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-237-24/+35
* Add more AVC Intra FOURCCsBenjamin Larsson2011-02-231-2/+4
* mpegtsenc: use correct PES stream_id for AACTony Strauss2011-02-221-1/+2
* spdifenc.c: fix compile because of missing include avio_internal.h.Ronald S. Bultje2011-02-221-0/+1
* avio: make put_nbyte internal.Anton Khirnov2011-02-224-3/+9
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-2258-1749/+1784
* avio: make get_partial_buffer internal.Anton Khirnov2011-02-224-10/+16
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-22107-1778/+1823
* avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov2011-02-225-5/+26
* Update version and APIchanges.Ronald S. Bultje2011-02-201-1/+1
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-2014-25/+87
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20139-829/+833
* MMS: also discover streams in extended stream properties objectMarton Balint2011-02-201-0/+28
* lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov2011-02-181-2/+2
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-187-59/+35
* Replace remaining uses of parse_date with av_parse_time.Anton Khirnov2011-02-181-2/+3
* Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-185-252/+17
* lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-185-6/+26
* rtsp: udp_read_packet returning 0 doesn't mean successMartin Storsjö2011-02-181-1/+1
* spdifenc: set flag AVFMT_NOTIMESTAMPSAnssi Hannula2011-02-181-0/+1
* fix nsvdec.c compilation if DEBUG macro definedMaksym Veremeyenko2011-02-161-1/+1
* Fix av_find_best_stream when using a programBalint Marton2011-02-161-1/+1