6979 Commits (6a22f82cc64cc080467d52d05abf59d649ba2ac3)

Author SHA1 Message Date
  Peter Ross 6a22f82cc6 bink: decode audio track identifiers into AVStream.id 15 years ago
  Peter Ross 777b365c8b bink: set audio stream codec_tag such that binkaudio decoder can identify bitstream version 15 years ago
  Anton Khirnov 3308ddfb36 avio: deprecate put_tag 15 years ago
  Anton Khirnov a1b7979261 lavf: replace remaining uses of put_tag with avio_write 15 years ago
  Anton Khirnov eac4e4d9a5 avienc: replace &tag[0] with tag. 15 years ago
  Anton Khirnov 324429309e lavf: use a new ffio_wfourcc macro instead of put_tag() where possible 15 years ago
  Anssi Hannula a1c4b65b91 lavf: update documentation of AVOutputFormat.flags 15 years ago
  Anton Khirnov 374eb2bab6 lavf: postpone removal of deprecated avio functions 15 years ago
  Anton Khirnov 1f5e9ede23 lavf: postpone removal of public metadata conversion API 15 years ago
  longstone 4c262dc140 avienc: fix AVI stream index for files with >10 streams 15 years ago
  Anton Khirnov ebb92e0768 avio: rename url_fopen/fclose -> avio_open/close. 15 years ago
  Martin Storsjö c24a403496 libavformat: Remove FF_NETERRNO() 15 years ago
  Benjamin Larsson 8e35f5d4fa Add more AVC Intra FOURCCs 15 years ago
  Tony Strauss 352cb0da90 mpegtsenc: use correct PES stream_id for AAC 15 years ago
  Ronald S. Bultje 51e7c932da spdifenc.c: fix compile because of missing include avio_internal.h. 15 years ago
  Anton Khirnov 2df9d0008e avio: make put_nbyte internal. 15 years ago
  Anton Khirnov e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 15 years ago
  Anton Khirnov d4e321d9c2 avio: make get_partial_buffer internal. 15 years ago
  Anton Khirnov e63a362857 avio: avio_ prefixes for get_* functions 15 years ago
  Anton Khirnov 90ed2776ea avio: rename av_alloc_put_byte -> avio_alloc_context for consistency 15 years ago
  Ronald S. Bultje bbcaaf752f Update version and APIchanges. 15 years ago
  Anton Khirnov ae99313aa5 avio: move init_put_byte() to a new private header and rename it 15 years ago
  Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 15 years ago
  Marton Balint 91861ce25c MMS: also discover streams in extended stream properties object 15 years ago
  Anton Khirnov 0ef52334ec lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixes 15 years ago
  Anton Khirnov 1b98107c8d Move find_info_tag to lavu and add av_ prefix to it 15 years ago
  Anton Khirnov ee60e04c2c Replace remaining uses of parse_date with av_parse_time. 15 years ago
  Stefano Sabatini 40c3fe2c08 Deprecate parse_date() in favor of av_parse_time(). 15 years ago
  Anton Khirnov 0ebf475494 lavf: add av_ prefix to dump_format() 15 years ago
  Martin Storsjö 09e22efc7e rtsp: udp_read_packet returning 0 doesn't mean success 15 years ago
  Anssi Hannula 2613c81182 spdifenc: set flag AVFMT_NOTIMESTAMPS 15 years ago
  Maksym Veremeyenko c4461aa83c fix nsvdec.c compilation if DEBUG macro defined 15 years ago
  Balint Marton 33af787d8a Fix av_find_best_stream when using a program 15 years ago
  Reimar Döffinger 438198e795 Document that av_write_header sets stream time_base to a value of it chosing. 15 years ago
  Janne Grunau fabb93e397 spdifenc: update 482d98f69b to the latest patch 15 years ago
  Max Shakhmetov a41aebf153 os_support: fix poll() implementation 15 years ago
  Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 15 years ago
  Maksym Veremeyenko 73b3b52285 fix nsvdec.c compilation if DEBUG defined 15 years ago
  Mans Rullgard 5c878d4b1c mpegtsenc: whitespace cosmetics 15 years ago
  Anssi Hannula 932a45a594 mpegtsenc: set audio_type according to st->disposition 15 years ago
  Anssi Hannula e2db6b590f mpegts: set st->disposition according to ISO 639 language descriptor 15 years ago
  Anssi Hannula 2ea7e1f011 lavf: add AV_DISPOSITION_CLEAN_EFFECTS flag 15 years ago
  Michael Niedermayer e24c05cd53 Better threshold for the gcd based r_frame_rate calculation. 15 years ago
  Ronald S. Bultje e84314515a mmst: fix reading uninitialized data for ping packets. 15 years ago
  Mans Rullgard 288b62b1b9 asfdec: fix build for big endian targets 15 years ago
  Peter Ross e590448c65 wtv: ignore empty data_guid chunks 15 years ago
  Anton Khirnov 607f5fe5d6 asfdec: split reading stream properties out of asf_read_header() 15 years ago
  Francesco Cosoleto 2594d75fb2 mmst: print packet type with error status code message 15 years ago
  Anssi Hannula 709946b34c lavf: print stream disposition in dump_stream_format 15 years ago
  Anssi Hannula af1e8ffdad spdifenc: fix byte order on big-endian systems 15 years ago