1506 Commits (54c7e81a53cd6c29d4f8673d83f53adef73e9b72)

Author SHA1 Message Date
Michael Niedermayer 6c39b3c278 ffmpeg: reset dts/pts after decoding the first subpacket 13 years ago
Michael Niedermayer ee731c1ab0 ffmpeg: fix codecids with ffserver + ffmpeg + ffm 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Michael Niedermayer 934fe00680 ffmpeg: better warning about loop_input 13 years ago
Michael Niedermayer ec9d92700e ffmpeg: Use the buffer sinks poll instead of its input. 13 years ago
Michael Niedermayer 7c41995e00 ffmpeg: more exact comment about libavformat. 13 years ago
Michael Niedermayer c89488588b ffmpeg: Warn if filters poll & request frame behave wrongly. 13 years ago
Michael Niedermayer 738c603a22 ffmpeg: Avoid directly accessing AVFrame fields that differ between forks. 13 years ago
Michael Niedermayer 618fb9cc06 ffmpeg: handle stream copy timebase selection for mp4 as if it had VFPS set. 13 years ago
Michael Niedermayer 594090c6c2 ffmpeg: select best pixel format for the encoder if no exact match. 13 years ago
Michael Niedermayer 730945d941 ffmpeg: use standard duration calculation code in the stream copy case. 13 years ago
Carl Eugen Hoyos d9cc6bb432 Support ffmpeg -dn to disable copying data streams. 13 years ago
Michael Niedermayer 67eb95ce15 ffmpeg: fix segfault with ffmpeg -h 13 years ago
Michael Niedermayer 03b60509cb ffmpeg: fix changing sample rate handling 13 years ago
Michael Niedermayer 54e40b9c14 ffmpeg: factorize duration calculation in transcode_video() 13 years ago
Michael Niedermayer 6e96ad8215 ffmpeg: make copy_tb tri state so the user can select either timebase or 13 years ago
Jean First 23b4f355bb ffmpeg.c use b:v for video bitrates using a target 13 years ago
Clément Bœsch b6ffe441cd ffmpeg: do not use a negative total_size (AVERROR) in bitrate estimation. 13 years ago
Michael Niedermayer 6d13499be0 cmdutils: pass AVCodec to filter_codec_opts() 13 years ago
Michael Niedermayer e1d48786d5 ffmpeg: Warn if output file is empty 13 years ago
Carl Eugen Hoyos 0a4f02117b Add option -n to exit if output file exists. 13 years ago
Michael Niedermayer 957867ab13 ffmpeg: rewrite vsync / notimestamps handling 13 years ago
Michael Niedermayer b329fc346e ffmpeg: fix indention 13 years ago
Michael Niedermayer fec2025936 ffmpeg: Fix ffmpeg.c:1874:21: warning: unused variable ‘of’ [-Wunused-variable] 13 years ago
Michael Niedermayer 70974bdb27 ffmpeg: Fix segfault when using ffmpeg with ffserver where ffmpeg does not supply all requested streams. 13 years ago
Michael Niedermayer 9b62241850 ffmpeg: 10l add back show_banner() that was lost in the last merge. 13 years ago
Clément Bœsch eafa2b6005 swr: introduce a public function to customize the channel mapping. 13 years ago
Clément Bœsch 645c61fb2b swr: rename swr_alloc2() to swr_alloc_set_opts(). 13 years ago
Michael Niedermayer 8a2e768318 ffmpeg: use av_noreturn 13 years ago
Michael Niedermayer ec3c9a3020 ffmpeg: check debug scanf() return value. 13 years ago
Michael Niedermayer 7d3982bf42 ffmpeg: get rid of deprecated warnings due to AVOption useage. 13 years ago
Michael Niedermayer eb4fc6acfe ffmpeg: update timestamping code to handle frame threads 13 years ago
Michael Niedermayer 8892d0492d Revert commit 0bc391281a 13 years ago
Martin Storsjö 776f2bb91a Call avformat_network_init/deinit in the programs 13 years ago
Michael Niedermayer 0e55902324 ffmpeg: preserve avg_frame_rate on stream copy. 13 years ago
Reimar Döffinger addc64f7f9 Fix typo in warning message. 13 years ago
Clément Bœsch f5cd136f2b ffmpeg: add -map_channel option. 13 years ago
Martin Storsjö 02170990fd cmdutils: Rename read_file to cmdutils_read_file 13 years ago
Michael Niedermayer 4dbce51b9e ffmpeg: allow pass 3 13 years ago
Clément Bœsch 41f00e4adb ffmpeg: silence two compiler warnings. 13 years ago
Michael Niedermayer e71aaad283 ffmpeg: Fix regression where various fields where not initialized leading to segfaults 13 years ago
Michael Niedermayer a18ecfeb36 ffmpeg: Fix memory corruption with ffserver 13 years ago
Michael Niedermayer 4e15960c78 ffmpeg: add rmvol command line option to set swr rematrix volume. 13 years ago
Carl Eugen Hoyos 6bca574a98 Allow to overwrite input stream tags. 13 years ago
Clément Bœsch 3473639952 ffmpeg: fix two stream related comments. 13 years ago
Michael Niedermayer e084cad45f ffmpeg: fix y/N regression so that \n is always needed 13 years ago
Michael Niedermayer 96fad826ff ffmpeg: put space back that was lost during someone reformating it. 13 years ago
Michael Niedermayer f3bacced24 ffmpeg: fix read_yn() if HAVE_TERMIOS_H || HAVE_KBHIT == 0 13 years ago
Michael Niedermayer dc46692ded ffmpeg: fix setting codecs for demuxers. 13 years ago
Michael Niedermayer 92ec66f983 ffmpeg: limit read_key() calls to get a tiny speed boost. 13 years ago