2115 Commits (e360d030b3620dd7dfdfb635b4254af7620d9a4f)

Author SHA1 Message Date
Clément Bœsch a78dd826ee ffmpeg: move video stats code to do_video_out(). 13 years ago
Clément Bœsch cf31060127 ffmpeg: move filtered_frame to video stream processing scope. 13 years ago
Clément Bœsch aede21f1b6 ffmpeg: reindent after video frame polling simplification. 13 years ago
Clément Bœsch e22c7b4e25 ffmpeg: simplify video frame polling. 13 years ago
Clément Bœsch 4ab4b3db5a ffmpeg: use exit_program() if configure_video_filters() fails. 13 years ago
Michael Niedermayer 29034e6503 ffmpeg: Add threshold to discard crazy/damaged timestamps. 13 years ago
Michael Niedermayer 677911ad81 ffmpeg: better dox for *pts. 13 years ago
Michael Niedermayer d8710228ea ffmpeg: change sync_opts code to be more similar to qatar. 13 years ago
Michael Niedermayer fba318a4b0 ffmpeg: update (next_)pts in the stream copy case 13 years ago
Michael Niedermayer 160008a60f ffmpeg: use ist->dts in rate_emu_sleep() 13 years ago
Michael Niedermayer e7f4de34ad ffmpeg: use ist->dts in do_streamcopy() 13 years ago
Anton Khirnov 67c63176ad ffmpeg: remove setting fb->pts. 13 years ago
Anton Khirnov d97fa416d6 ffmpeg: reduce overloading for InputStream.pts. 13 years ago
Michael Niedermayer 67700e877d ffmpeg: update dts variables in transcode_audio() 13 years ago
Michael Niedermayer 6028bd0dc6 ffmpeg: move next_dts/pts update out of transcode_video() 13 years ago
Michael Niedermayer 7665da46ce ffmpeg: update ist->pts in transcode_audio with the audio decoders output. 13 years ago
Michael Niedermayer 8ea81805d4 ffmpeg: print more details and rescaled timestamps in debug code. 13 years ago
Michael Niedermayer c0be67cac1 ffmpeg: use (next_)dts in timestamp discontinuity detection code. 13 years ago
Michael Niedermayer e806ceaa7b ffmpeg: Use the correct (dts) variables for stream copy. 13 years ago
Michael Niedermayer f070bf0894 ffmpeg: Fix (next)_dts/pts init. 13 years ago
Michael Niedermayer 4eea0cfc22 ffmpeg: use ist->dts instead of passing an argument into transcode_video(). 13 years ago
Michael Niedermayer f72eaf69ab ffmpeg: Init dts variables in output_packet() 13 years ago
Michael Niedermayer fe380adbfb ffmpeg: add (next_dts/dts) variables. 13 years ago
Stefano Sabatini f491f033f5 ffmpeg: document the unit for the -fs option parameter 13 years ago
Stefano Sabatini 70ffda3217 lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspect 13 years ago
Michael Niedermayer 982783ac49 ffmpeg: document avi special case 13 years ago
Clément Bœsch c673671333 ffmpeg: fix -map_channel being ignored when resampling is not needed. 13 years ago
Reimar Döffinger 05741d70c7 Fallback to input timestamps for non-delay encoders. 13 years ago
Reimar Döffinger 47a5274104 Add -vsync drop. 13 years ago
Reimar Döffinger 836110665f Compare video_sync_method against the appropriate defines. 13 years ago
Michael Niedermayer fe0089a6ed ffmpeg: fix -qscale X breaking audio codecs 13 years ago
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