7258 Commits (c4f5c2d6f4ffa3f4b56555059000208a6ba47b55)

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