7764 Commits (c52ddc60241229af198ac03c8d86d219e7d5942a)

Author SHA1 Message Date
Alex Converse 61856d06eb probe: Restore identification of files with very large id3 tags and no extension. 13 years ago
Alex Converse 7a773d4d59 probe: Remove id3 tag presence as a criteria to do file extension checking. 13 years ago
Alex Converse ca65932bbf mpegts: MP4 SL support 13 years ago
Alex Converse c530267024 mpegts: MP4 OD support 13 years ago
Alex Converse 4682a1dc3a mpegts: Add support for Sections in PMT 13 years ago
Alex Converse fec2836483 mpegts: Replace the MP4 descriptor parser with a recursive parser. 13 years ago
Alex Converse c3bc6096f2 mpegts: Add support for multiple mp4 descriptors 13 years ago
Alex Converse 476d04a56a mpegts: Parse mpeg2 SL descriptors. 13 years ago
Alex Converse 77b5c82b49 isom: Add MPEG4SYSTEMS dummy object type indication. 13 years ago
Anton Khirnov 854eadccb6 lavf: add init_put_byte() to the list of visible symbols. 13 years ago
Janne Grunau c12ef64d69 seek-test: free options dictionary after use 13 years ago
Janne Grunau d88e9f1c07 seek-test: update to recent avformat api 13 years ago
Anton Khirnov 9a174562e4 lavf: move private fields in AVStream to the end at next bump. 13 years ago
Anton Khirnov df968050ab lavf: move private fields in AVFormatContext to the end at next bump. 13 years ago
Anton Khirnov a2faa95151 lavf: make some seeking functions private 13 years ago
Janne Grunau cf543c6574 iv8: assemble packets to return complete frames 13 years ago
Justin Ruggles f540ca22c5 tta: check for extradata allocation failure in tta demuxer 14 years ago
Anton Khirnov 3d813e4c54 lavf: deprecate AVStream.stream_copy 14 years ago
Anton Khirnov a75034300f lavf: simplify by using FFMAX/FFMIN. 14 years ago
Anton Khirnov f172132f82 mpegenc: add preload private option. 14 years ago
Michael Karcher 16ad77b357 Move id3v2 tag writing to a separate file. 14 years ago
Michael Karcher e71ebb1972 id3v2: fix doxy comment - 'machine byte order' makes no sense on char arrays 14 years ago
Anton Khirnov 07e1256456 lavf: export some forgotten symbols with non-av prefixes. 14 years ago
Reimar Döffinger f4b51d061f flvdec: Do not call parse_keyframes_index with a NULL stream 14 years ago
Anton Khirnov 5dd35b43f1 Move timefilter code from lavf to lavd. 14 years ago
Raivo Hool b06df70755 mov: add support for hdvd and pgapmetadata atoms 14 years ago
Raivo Hool 5da35d1cb3 mov: rename function _stik, some indentation cosmetics 14 years ago
Raivo Hool 80951f5cf6 mov: rename function _int8 to remove ambiguity, some indentation cosmetics 14 years ago
Raivo Hool 94395fbf8c mov: parse the gnre atom 14 years ago
Justin Ruggles ef74e39799 flvenc: store delay and last_ts per-stream. 14 years ago
Anton Khirnov 0842d58998 lavc: use avpriv_ prefix for ff_toupper4. 14 years ago
Anton Khirnov 9f51c682ee lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 14 years ago
Anton Khirnov 6f89efeaa7 lavc: use avpriv_ prefix for ff_ac3_parse_header. 14 years ago
Anton Khirnov 9138a130cd lavc: use avpriv_ prefix for ff_frame_rate_tab. 14 years ago
Anton Khirnov 773375c3d0 lavc: rename ff_find_start_code to avpriv_mpv_find_start_code 14 years ago
Anton Khirnov 357db4c263 lavc: use avpriv_ prefix for ff_split_xiph_headers. 14 years ago
Anton Khirnov 2361e59b98 lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header. 14 years ago
Anton Khirnov 242c73a0fd lavc: use avpriv_ prefix for some dv symbols used in lavf. 14 years ago
Anton Khirnov d9cca9fc6a lavc: use avpriv_ prefix for some flac symbols used in lavf. 14 years ago
Anton Khirnov 59a9a23581 lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. 14 years ago
Anton Khirnov 82ab61f901 lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. 14 years ago
Anton Khirnov 73ae27e17b lavc: use avpriv_ prefix for ff_aac_parse_header(). 14 years ago
Anton Khirnov 8d74bf17c6 lavf: hide private symbols. 14 years ago
Anton Khirnov ab88b25f99 lavf: use avpriv_ prefix for some dv functions. 14 years ago
Anton Khirnov 1fa395e471 lavf: use avpriv_ prefix for ff_new_chapter(). 14 years ago
Justin Ruggles 9ef6c7977f avformat: do not require frame_size for Speex. 14 years ago
Justin Ruggles 0e69c04773 ogg/speex: set correct timestamp and duration for the first packet. 14 years ago
Justin Ruggles 4ee247a2bd flvenc: check packet duration in speex using timestamps 14 years ago
Justin Ruggles 52375ba567 flvenc: adjust for negative DTS for all codecs, not just H.264 14 years ago
Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 14 years ago