6998 Commits (b09e5068203bb9852734c04e37f852dd4d1d1137)

Author SHA1 Message Date
Reimar Döffinger b09e506820 Make matroska demuxer also set timestamps for RealAudio packets. 14 years ago
Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov 773947ba76 lavf: deprecate get_strz() in favor of avio_get_str 14 years ago
Reimar Döffinger 3e1a8e1ec1 avio: add avio_get_str() 14 years ago
Ronald S. Bultje a960576f20 avio: fix fourcc if any character is >=0x80. 14 years ago
Baptiste Coudurier 08c866345c In retry_transfer_wrapper, do not check url_interrupt_cb, 14 years ago
Martin Storsjö 08ad81cbff libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameter 14 years ago
Martin Storsjö 62d0a7453a aviobuf: Write new data at s->buf_end in fill_buffer 14 years ago
Baptiste Coudurier cd37308b77 movenc: use correct tag for dvcpro hd 14 years ago
Baptiste Coudurier 5bb50c71a3 movenc: fix tkhd height for imx 14 years ago
Anton Khirnov 813cc7abaf avio: deprecate url_fskip 14 years ago
Anton Khirnov 74b3f67c9c lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 14 years ago
Baptiste Coudurier 65ad2c618f In mov muxer, fix adpcm mono muxing, patch by Alex Converse 14 years ago
Baptiste Coudurier 4ea02a9a71 In mpegts demuxer, do not output known sized packet if an unbounded packet 14 years ago
Ronald S. Bultje 4e815a8b60 movenc: remove uses of deprecated API. 14 years ago
Maksym Veremeyenko aaa71a3e1d store pasp atom for all types of quicktime movie 14 years ago
Maksym Veremeyenko eea040212c reindent after tapt patch 14 years ago
Maksym Veremeyenko 3b2c4ce140 use tapt atom for sample aspect ratio 14 years ago
Peter Ross 6a22f82cc6 bink: decode audio track identifiers into AVStream.id 14 years ago
Peter Ross 777b365c8b bink: set audio stream codec_tag such that binkaudio decoder can identify bitstream version 14 years ago
Anton Khirnov 3308ddfb36 avio: deprecate put_tag 14 years ago
Anton Khirnov a1b7979261 lavf: replace remaining uses of put_tag with avio_write 14 years ago
Anton Khirnov eac4e4d9a5 avienc: replace &tag[0] with tag. 14 years ago
Anton Khirnov 324429309e lavf: use a new ffio_wfourcc macro instead of put_tag() where possible 14 years ago
Anssi Hannula a1c4b65b91 lavf: update documentation of AVOutputFormat.flags 14 years ago
Anton Khirnov 374eb2bab6 lavf: postpone removal of deprecated avio functions 14 years ago
Anton Khirnov 1f5e9ede23 lavf: postpone removal of public metadata conversion API 14 years ago
longstone 4c262dc140 avienc: fix AVI stream index for files with >10 streams 14 years ago
Anton Khirnov ebb92e0768 avio: rename url_fopen/fclose -> avio_open/close. 14 years ago
Martin Storsjö c24a403496 libavformat: Remove FF_NETERRNO() 14 years ago
Benjamin Larsson 8e35f5d4fa Add more AVC Intra FOURCCs 14 years ago
Tony Strauss 352cb0da90 mpegtsenc: use correct PES stream_id for AAC 14 years ago
Ronald S. Bultje 51e7c932da spdifenc.c: fix compile because of missing include avio_internal.h. 14 years ago
Anton Khirnov 2df9d0008e avio: make put_nbyte internal. 14 years ago
Anton Khirnov e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov d4e321d9c2 avio: make get_partial_buffer internal. 14 years ago
Anton Khirnov e63a362857 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov 90ed2776ea avio: rename av_alloc_put_byte -> avio_alloc_context for consistency 14 years ago
Ronald S. Bultje bbcaaf752f Update version and APIchanges. 14 years ago
Anton Khirnov ae99313aa5 avio: move init_put_byte() to a new private header and rename it 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Marton Balint 91861ce25c MMS: also discover streams in extended stream properties object 14 years ago
Anton Khirnov 0ef52334ec lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixes 14 years ago
Anton Khirnov 1b98107c8d Move find_info_tag to lavu and add av_ prefix to it 14 years ago
Anton Khirnov ee60e04c2c Replace remaining uses of parse_date with av_parse_time. 14 years ago
Stefano Sabatini 40c3fe2c08 Deprecate parse_date() in favor of av_parse_time(). 14 years ago
Anton Khirnov 0ebf475494 lavf: add av_ prefix to dump_format() 14 years ago
Martin Storsjö 09e22efc7e rtsp: udp_read_packet returning 0 doesn't mean success 14 years ago
Anssi Hannula 2613c81182 spdifenc: set flag AVFMT_NOTIMESTAMPS 14 years ago