8368 Commits (77cfb2563c6bc234a354c1694de8a9eb76a309cf)

Author SHA1 Message Date
  Anton Khirnov f5b386afab Reemove remaining uses of deprecated AVERROR_NOTSUPP. 15 years ago
  Anton Khirnov 56a1000917 lavf: if id3v2 tag is present and all else fails, guess by file extension 15 years ago
  Anton Khirnov 668438a31e avio: always compile dyn_buf functions 15 years ago
  Anton Khirnov b840484798 avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internal 15 years ago
  Anton Khirnov 1305d93c42 avio: deprecate av_url_read_seek 15 years ago
  Anton Khirnov fa104e14ab avio: deprecate av_url_read_pause 15 years ago
  Anton Khirnov 727c7aa026 avio: deprecate url_get_filename(). 15 years ago
  Anton Khirnov 5958df341d avio: deprecate url_max_packet_size(). 15 years ago
  Anton Khirnov 1869ea03b7 avio: make url_get_file_handle() internal. 15 years ago
  Anton Khirnov 32a97d4630 avio: make url_filesize() internal. 15 years ago
  Anton Khirnov e52a9145c8 avio: make url_close() internal. 15 years ago
  Anton Khirnov 58a48c6511 avio: make url_seek() internal. 15 years ago
  Anton Khirnov 230a468679 avio: cosmetics, move AVSEEK_SIZE/FORCE declarations together 15 years ago
  Anton Khirnov 925e908bc7 avio: make url_write() internal. 15 years ago
  Anton Khirnov dce3756459 avio: make url_read_complete() internal. 15 years ago
  Anton Khirnov bc371aca46 avio: make url_read() internal. 15 years ago
  Anton Khirnov 0589da0aa5 avio: make url_open() internal. 15 years ago
  Anton Khirnov 62eaaeacb5 avio: make url_connect internal. 15 years ago
  Anton Khirnov 5652bb9471 avio: make url_alloc internal. 15 years ago
  Martin Storsjö 0d8a33b11e applehttp: Merge two for loops 15 years ago
  Martin Storsjö 6cc7f13982 applehttp: Restructure the demuxer to use a custom AVIOContext 15 years ago
  Martin Storsjö d3964da2c2 applehttp: Move finished and target_duration to the variant struct 15 years ago
  Anton Khirnov 333e894363 avio: deprecate url_open_protocol 15 years ago
  Anton Khirnov e230705392 avio: deprecate url_poll and URLPollEntry 15 years ago
  Justin Ruggles e3c007bb43 flvdec: fix segfault in amf_parse_object() due to NULL key 15 years ago
  Anton Khirnov 4dcde00cfc lavf: bump minor version and add an APIChanges entry for avio changes 15 years ago
  Anton Khirnov 8bea72f7eb avio: simplify url_open_dyn_buf_internal by using avio_alloc_context() 15 years ago
  Anton Khirnov 724f6a0fa4 avio: make url_fdopen internal. 15 years ago
  Anton Khirnov 403ee835e7 avio: make url_open_dyn_packet_buf internal. 15 years ago
  Anton Khirnov 6dc7d80de7 avio: avio_ prefix for url_close_dyn_buf 15 years ago
  Anton Khirnov b92c545282 avio: avio_ prefix for url_open_dyn_buf 15 years ago
  Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 15 years ago
  Anton Khirnov b4b167ecbf jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEY 15 years ago
  Anton Khirnov 3c96c64821 avio: document avio_alloc_context. 15 years ago
  Anton Khirnov ab11317c1f lavf: make compute_chapters_end less picky. 15 years ago
  Matthew Hoops 0e635f3e86 sierravmd: fix Indeo3 videos 15 years ago
  Kostya Shishkov 29a290439b ape: check that number of seektable entries is equal to number of frames 15 years ago
  Jindrich Makovicka e006d71fa8 mpegts: propagate avio EOF in read_packet() 15 years ago
  Kharkov Alexander cb7e2c1ca8 flvdec: read index stored in the 'keyframes' tag. 15 years ago
  Alex Converse 9dd94f8379 mov: Add support for zero-sized stsc runs. 15 years ago
  Martin Storsjö 229e2631be rtsp: Use GET_PARAMETER for keep-alive for generic RTSP servers 15 years ago
  Anton Khirnov b64030f26d avio: make get_checksum() internal. 15 years ago
  Anton Khirnov d09cc22d9c avio: move ff_crc04C11DB7_update() from avio.h -> avio_internal.h 15 years ago
  Anton Khirnov 4c4427a75d avio: make init_checksum() internal. 15 years ago
  Carl Eugen Hoyos 31f00274f8 id3v1: change filesize to int64_t. 15 years ago
  Carl Eugen Hoyos 13eadbaca4 id3v1: Seek back to old position after reading. 15 years ago
  Kostya Shishkov 42315dabce Chronomaster DFA decoder 15 years ago
  Tyler bc61920d89 http: header field names are case insensitive 15 years ago
  Justin Ruggles eb81cf860c mov: set audio service type for AC-3 from bitstream mode in the 'dac3' atom. 15 years ago
  Justin Ruggles c70a6a41dd Use audio_service_type to set stream disposition. 15 years ago