1868 Commits (cb309922cb196ccd49eb0dc27076f6a6a9eb9085)

Author SHA1 Message Date
Michael Niedermayer 668494acd8 ffmpeg: add image size check to codec_get_buffer() 13 years ago
Michael Niedermayer 20aed9ed4f ffmpeg: Allocate buffers of the size needed by the decoder. 13 years ago
Anton Khirnov 0fec2cb15c Remove ffmpeg. 13 years ago
Michael Niedermayer c5c7e0ebc1 git show 2473a45c85 avconv.c | patch ffmpeg.c 13 years ago
Stefano Sabatini 72092188ef ffmpeg: remove unused and commented variable OutputStream.sync_ipts 13 years ago
Diego Biurrun 45f2908d02 cosmetics: Rename ffsink to avsink. 13 years ago
Reimar Döffinger d393f41a33 Fix memleak after switch to encode_audio2 API. 13 years ago
Reimar Döffinger 71a2c9b265 ffmpeg: check tcgetattr result. 13 years ago
Carl Eugen Hoyos 93af38ca93 Increase maximum encoding video buffer size. 13 years ago
Clément Bœsch ad12d60d73 ffmpeg: fix return value in opt_old2new after e3127db4. 13 years ago
Clément Bœsch e3127db438 ffmpeg: use av_asprintf() in opt_old2new() and fix a memleak. 13 years ago
Clément Bœsch 2a81e0c2ad ffmpeg: fix parse_option() string memleak. 13 years ago
Nicolas Noirbent c949d5b15d ffmpeg.c: transcode_video(): do not go through filter network if encoding is not required 13 years ago
Stefano Sabatini 7efc6f2932 ffmpeg: clarify error message in case of bitstream filter opening failure 13 years ago
Marton Balint 741aca7936 libswresample: introduce int swr_set_compensation() instead of void swr_compensate() 13 years ago
Stefano Sabatini ceef1ee767 cmdutils: make show_usage() use av_log() 13 years ago
Oana Stratulat 44cc1936be ffmpeg: Fix segfault with zzufed 4xm file. 13 years ago
Oana Stratulat ee4d43ef7a ffmpeg: check if number of input and output channels are valid. 13 years ago
Jean First 12bdc7b15e ffmpeg: fix compiler warning for uninitialized variables 13 years ago
Jean First 535705a489 ffmpeg: use avformat_close_input instead of av_close_input_file 13 years ago
Stefano Sabatini 93613338fe ff* tools: move descriptions from copyright header to @file doxy 13 years ago
Michael Niedermayer f2f8632aa5 ffmpeg: Check that frames are user type before treating them as such 13 years ago
Michael Niedermayer 80d2dddad1 ffmpeg: disable dr1 in case of resolution changes, as this does not work currently. 13 years ago
Michael Niedermayer 9971af3aa8 ffmpeg: add remaining hunks to enable dr1 support 13 years ago
Michael Niedermayer a45880dcdb ffmpeg: fix non ANSI C for(int 13 years ago
Michael Niedermayer 452406bd5b ff*: Fix duplicatedly printed version info with -version 13 years ago
Michael Niedermayer 7b92863f30 ffmpeg: Fix killing [Y/n] prompt with ctrl-c 13 years ago
Michael Niedermayer cf7076ee96 ffmpeg: exit() on repeated ctrl-c 13 years ago
Michael Niedermayer 1f273c2bf2 ffmpeg: check return code from av_vsrc_buffer_add_frame() 13 years ago
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