7009 Commits (21527d52f631cd06b16668744fb93955e145f8c9)

Author SHA1 Message Date
Peter Ross 21527d52f6 Add audio codec 0x1600 (ADTS AAC) 14 years ago
Anton Khirnov db44ea960d avio: avio_ prefix for url_fsize 14 years ago
Anton Khirnov 1447dc59de avio: deprecate url_fgetc and remove all it uses 14 years ago
Anton Khirnov de3ef79250 avio: deprecate url_fgets 14 years ago
Martin Storsjö fb8d710fa9 Add Apple HTTP Live Streaming protocol handler 14 years ago
Martin Storsjö de0bddea29 URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEME 14 years ago
Martin Storsjö 0ea285dd22 URLProtocol: Add a flags field 14 years ago
Carl Eugen Hoyos ac533ac458 Do not loop endlessly if id3v2 tag size is negative / too large. 14 years ago
Carl Eugen Hoyos 2a8175ff9c Change filesize to int64_t. 14 years ago
Carl Eugen Hoyos f8fab74996 Seek back to old position after reading id3v1 tag. 14 years ago
Michael Niedermayer 4118d66cb3 Revert "lavf: deprecate get_strz() in favor of avio_get_str" 14 years ago
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