summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: fix -map_channel being ignored when resampling is not needed.Clément Bœsch2012-01-311-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-311-3/+10
|\
* | Fallback to input timestamps for non-delay encoders.Reimar Döffinger2012-01-291-0/+2
* | Add -vsync drop.Reimar Döffinger2012-01-281-1/+5
* | Compare video_sync_method against the appropriate defines.Reimar Döffinger2012-01-281-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-17/+0
|\ \ | |/
* | ffmpeg: fix -qscale X breaking audio codecsMichael Niedermayer2012-01-261-1/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-261-0/+2
|\ \ | |/
| * Remove ffmpeg.Anton Khirnov2012-01-231-4415/+0
| * cosmetics: Rename ffsink to avsink.Diego Biurrun2012-01-191-3/+3
* | ffmpeg: add image size check to codec_get_buffer()Michael Niedermayer2012-01-251-0/+3
* | ffmpeg: Allocate buffers of the size needed by the decoder.Michael Niedermayer2012-01-241-4/+3
* | git show 2473a45c85dce6872617b33fce396dbbd6347e8e avconv.c | patch ffmpeg.cMichael Niedermayer2012-01-211-0/+4
* | ffmpeg: remove unused and commented variable OutputStream.sync_iptsStefano Sabatini2012-01-201-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-181-1/+19
|\ \ | |/
* | Fix memleak after switch to encode_audio2 API.Reimar Döffinger2012-01-171-1/+5
* | ffmpeg: check tcgetattr result.Reimar Döffinger2012-01-171-2/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-171-100/+105
|\ \ | |/
* | Increase maximum encoding video buffer size.Carl Eugen Hoyos2012-01-141-2/+2
* | ffmpeg: fix return value in opt_old2new after e3127db4.Clément Bœsch2012-01-131-1/+2
* | ffmpeg: use av_asprintf() in opt_old2new() and fix a memleak.Clément Bœsch2012-01-131-3/+3
* | ffmpeg: fix parse_option() string memleak.Clément Bœsch2012-01-131-1/+1
* | ffmpeg.c: transcode_video(): do not go through filter network if encoding is ...Nicolas Noirbent2012-01-131-1/+1
* | ffmpeg: clarify error message in case of bitstream filter opening failureStefano Sabatini2012-01-131-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-131-12/+13
|\ \ | |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-111-2/+2
|\ \ | |/
* | libswresample: introduce int swr_set_compensation() instead of void swr_compe...Marton Balint2012-01-091-1/+1
* | cmdutils: make show_usage() use av_log()Stefano Sabatini2012-01-071-3/+3
* | ffmpeg: Fix segfault with zzufed 4xm file.Oana Stratulat2012-01-071-2/+2
* | ffmpeg: check if number of input and output channels are valid.Oana Stratulat2012-01-061-2/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-051-6/+22
|\ \ | |/
* | ffmpeg: fix compiler warning for uninitialized variablesJean First2012-01-031-3/+3
* | ffmpeg: use avformat_close_input instead of av_close_input_fileJean First2012-01-031-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-031-10/+1
|\ \ | |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-021-10/+20
|\ \ | |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-301-281/+288
|\ \ | |/
* | ff* tools: move descriptions from copyright header to @file doxyStefano Sabatini2011-12-271-1/+5
* | ffmpeg: Check that frames are user type before treating them as suchMichael Niedermayer2011-12-271-1/+4
* | ffmpeg: disable dr1 in case of resolution changes, as this does not work curr...Michael Niedermayer2011-12-271-2/+5
* | ffmpeg: add remaining hunks to enable dr1 supportMichael Niedermayer2011-12-271-1/+23
* | ffmpeg: fix non ANSI C for(intMichael Niedermayer2011-12-261-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-261-0/+144
|\ \ | |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-231-0/+1
|\ \ | |/
* | ff*: Fix duplicatedly printed version info with -versionMichael Niedermayer2011-12-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-171-99/+119
|\ \ | |/
* | ffmpeg: Fix killing [Y/n] prompt with ctrl-cMichael Niedermayer2011-12-161-0/+1
* | ffmpeg: exit() on repeated ctrl-cMichael Niedermayer2011-12-161-0/+2
* | ffmpeg: check return code from av_vsrc_buffer_add_frame()Michael Niedermayer2011-12-151-1/+4
* | ffmpeg: reset dts/pts after decoding the first subpacketMichael Niedermayer2011-12-131-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-3/+3
|\ \ | |/
OpenPOWER on IntegriCloud