7525 Commits (ab7fdbab00872f6435cd1b6b5f1304e2d03d86eb)

Author SHA1 Message Date
Anton Khirnov 9181976348 matroskaenc: don't write an empty Cues element. 14 years ago
Anton Khirnov 5cec897105 avio: move extern url_interrupt_cb declaration from avio.h to url.h 14 years ago
Anton Khirnov 8e76a19b63 avio: make av_register_protocol2 internal. 14 years ago
Anton Khirnov 80c6e238b0 avio: avio_ prefix for url_set_interrupt_cb. 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Peter Ross de174d0d25 riff: add ATRAC3+ guid 14 years ago
Peter Ross aa9380c89c ff_get_wav_header: perform full lookup on WAVEFORMATEXTENSIBLE subformat guid 14 years ago
Peter Ross 36ffabc4ee move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, MEDIASUBTYPE_BASE_GUID and audio_guids[] to riff.c/h (add FF_ prefix to PRI_GUID, ARG_GUID, and MEDIASUBTYPE_BASE_GUID; rename audio_guids to ff_codec_wav_guids) 14 years ago
Peter Ross c1309b27d2 move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.h 14 years ago
Luca Barbato 3d42d4937b proto: introduce listen option in tcp 14 years ago
Luca Barbato ebba2b3e2a proto: factor ff_network_wait_fd and use it on udp 14 years ago
Reimar Döffinger 1265395b5b Add PlayStation Portable PMP format demuxer 14 years ago
Anton Khirnov 6e37b45888 mmst: get rid of deprecated AVERRORs 14 years ago
Anton Khirnov a2018b5167 lxfdec: use AVERROR(ENOMEM) instead of deprecated AVERROR_NOMEM. 14 years ago
Anton Khirnov f5b386afab Reemove remaining uses of deprecated AVERROR_NOTSUPP. 14 years ago
Anton Khirnov 56a1000917 lavf: if id3v2 tag is present and all else fails, guess by file extension 14 years ago
Michael Niedermayer 1f3a1fa921 Fix gazeta-20090408-1456-aa.ts 14 years ago
Anton Khirnov 668438a31e avio: always compile dyn_buf functions 14 years ago
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
Michael Niedermayer 6114bffa91 retry_transfer_wrapper: only call interrupt callback when less than requested is r/w. 14 years ago
Michael Niedermayer 3e3ea93b3c mpegts: Put CODEC_ID_NONE check back that was removed by mistake in 5b56ad03 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
Carl Eugen Hoyos 02fd687bbe Only make buffer smaller in fill_buffer() if read_packet() is set. 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
Aurelien Jacobs 3c9bfb3368 add MicroDVD muxer and demuxer 14 years ago
Justin Ruggles deff8a6d3a 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