1629 Commits (19321a295a641cbc067ec0df597bc1b69addf049)

Author SHA1 Message Date
Michael Niedermayer ef7b6b489a ffmpeg/avformat: factor av_guess_frame_rate() out 12 years ago
Michael Niedermayer ea9a6709a9 estimate_timings_from_bit_rate: Check timebase and bitrate 12 years ago
Michael Niedermayer 460d30406b avformat: change some seeking related assert to av_asserts 12 years ago
Michael Niedermayer 710cd0fddf avformat: Fix infinite probing that reads the whole file 12 years ago
Michael Niedermayer 06a43baecd av_find_stream_info: change read_size to 64bit 12 years ago
Nicolas George 0d09aa9d8e lavf: avformat_seek_file(): validate stream_index. 12 years ago
Michael Niedermayer 73ef12757b append_packet_chunked: remove outcommented code 12 years ago
Michael Niedermayer 07d4f557e5 append_packet_chunked: Remove unused initialization. 12 years ago
Anton Khirnov aa3c779984 lavf: sanity check size in av_get/append_packet(). 12 years ago
Michael Niedermayer c292e340ed avformat: keep r_frame_rate 12 years ago
Anton Khirnov 85a5bc054c lavf: remove disabled FF_API_R_FRAME_RATE cruft 12 years ago
Anton Khirnov 7b486ab13b lavf: remove disabled FF_API_AV_GETTIME cruft 12 years ago
Anton Khirnov 435c2a31ad lavf: remove disabled FF_API_READ_PACKET cruft 12 years ago
Anton Khirnov 0a7c4daf46 lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft 12 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 12 years ago
Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
Michael Niedermayer cada996528 avformat: Fix apics with aac 12 years ago
Michael Niedermayer 7992bdbeb4 update_stream_timings: check bitrate for being in range. 12 years ago
Michael Niedermayer faa0068a87 avformat: Make duration estimation from pts more robust 12 years ago
Reimar Döffinger 88d55b827d Remove incorrect use of ctype.h functions. 12 years ago
Michael Niedermayer f2cb993139 avformat: gather aspect ratio from rv30/40 in find_stream_info 12 years ago
Nicolas George 89f9f69e3f lavf: rescale duration for chained muxers. 12 years ago
Michael Niedermayer 1c6477f30f Revert "lavf/utils: add support for special characters encoding in URL" 12 years ago
Senthilnathan M 4a8fc1d83b lavf/utils: add support for special characters encoding in URL 12 years ago
Martin Storsjö de9cd1b173 lavf: Handle the environment variable no_proxy more properly 12 years ago
Michael Niedermayer 82d79289db avformat: Allocate duration_error separately 12 years ago
Michael Niedermayer 6cd650dbd2 ff_gen_search: Fix finding the maximum timestamp in a really small file 12 years ago
Michael Niedermayer 695a766bff ff_read_timestamp: check stream_index before using it as array index 12 years ago
Michael Niedermayer 4a6fa7963b lavf: dont try to find fps for attached pictures 12 years ago
Michael Niedermayer a8e748eee5 lavf: add seek2any to allow forcing seeking to non keyframes via AVOptions 12 years ago
Stefano Sabatini 176b72a28c lavf/utils: provide feedback in case of invalid probe size 12 years ago
Carl Eugen Hoyos a1a707f728 Add a new function av_codec_get_tag2(). 12 years ago
Stefano Sabatini 78e27c44c3 lavf/utils: clarify/extend messages in avformat_find_stream_info() 12 years ago
Michael Niedermayer db1ba2213f lavf: use avpriv_find_pix_fmt instead of ff_ 12 years ago
Michael Niedermayer 953061ed95 lavf/utils: more complete dts checks 12 years ago
Michael Niedermayer 2713e43ac8 ff_get_audio_frame_size: try to fix wma in wav 12 years ago
Carl Eugen Hoyos c52e07bb6e Fix AVCI50 SPS to specify a SAR of 4:3 instead of 3:4. 12 years ago
Reimar Döffinger c5142a95a5 Support more AVC-Intra files 12 years ago
Michael Niedermayer bbb11f383e lavf: add return to silence compiler warning 12 years ago
Clément Bœsch 491ca0e89f Replace references to "que" with the appropriate word. 12 years ago
Michael Niedermayer 98db905896 avformat_seek_file: Dont attempt to rescale INT64_MIN/MAX 12 years ago
Michael Niedermayer aa86d2d884 lavf: move stream==-1 handling from ff_subtitles_queue_seek() to avformat_seek_file() 12 years ago
Michael Niedermayer 341e40f1e1 lavf: Fix codec id forcing with probed codecs 12 years ago
Michael Niedermayer 3a6b6f425e lavf: move force_codec_ids() up 12 years ago
Michael Niedermayer 63753186cc lavf: Remove "Adjusting PTS forward" code 12 years ago
Michael Niedermayer 1166fc07a2 utils: fix duration calculation for strange_duration_example.ts 12 years ago
Michael Niedermayer 1e901ffc61 wrap_timestamp: remove unneeded check 12 years ago
Michael Niedermayer 1662bd350a lavf: fix integer overflows 12 years ago
Harald Axmann 2d74dea84f lavf: Provide a monotonic timestamp to the outside world 12 years ago
Michael Niedermayer 67c1b5b026 lavf: remove unneeded pb check 12 years ago