summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: Fix setting flags for codec copy.Michael Niedermayer2012-02-181-0/+12
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-171-1/+1
|\
* | ffmpeg: Fix image allocation.Michael Niedermayer2012-02-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-151-0/+1
|\ \ | |/
* | ffmpeg.c: implement -debug_ts optionStefano Sabatini2012-02-141-4/+27
* | ffmpeg: remove unneeded ost->picref check.Clément Bœsch2012-02-131-4/+2
* | ffmpeg: remove pointless avcodec_get_frame_defaults().Clément Bœsch2012-02-131-1/+0
* | ffmpeg: raise ENOMEM on avfilter_graph_alloc() failure.Clément Bœsch2012-02-131-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-131-0/+2
|\ \ | |/
* | Simplify: use local variable with same contents directly.Reimar Döffinger2012-02-121-1/+1
* | ffmpeg: fix passlogfile with multiple libx264 streams.Michael Niedermayer2012-02-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-111-0/+2
|\ \ | |/
* | ffmpeg: prefer NULL over 0 for av_log context pointer parameter.Clément Bœsch2012-02-101-10/+10
* | ffmpeg: move quality parameter to do_video_out() scope.Clément Bœsch2012-02-101-11/+6
* | ffmpeg: make use of ret error out in transcode_video().Clément Bœsch2012-02-101-4/+5
* | ffmpeg: move filtered_frame to the CONFIG_AVFILTER scope.Clément Bœsch2012-02-101-6/+5
* | ffmpeg: move do_video_stats() above do_video_out().Clément Bœsch2012-02-101-43/+42
* | ffmpeg: move video stats code to do_video_out().Clément Bœsch2012-02-101-8/+7
* | ffmpeg: move filtered_frame to video stream processing scope.Clément Bœsch2012-02-101-1/+2
* | ffmpeg: reindent after video frame polling simplification.Clément Bœsch2012-02-101-16/+16
* | ffmpeg: simplify video frame polling.Clément Bœsch2012-02-101-10/+1
* | ffmpeg: use exit_program() if configure_video_filters() fails.Clément Bœsch2012-02-101-1/+1
* | ffmpeg: Add threshold to discard crazy/damaged timestamps.Michael Niedermayer2012-02-101-4/+23
* | ffmpeg: better dox for *pts.Michael Niedermayer2012-02-091-3/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-091-41/+23
|\ \ | |/
* | ffmpeg: change sync_opts code to be more similar to qatar.Michael Niedermayer2012-02-081-3/+4
* | ffmpeg: update (next_)pts in the stream copy caseMichael Niedermayer2012-02-081-0/+2
* | ffmpeg: use ist->dts in rate_emu_sleep()Michael Niedermayer2012-02-081-1/+1
* | ffmpeg: use ist->dts in do_streamcopy()Michael Niedermayer2012-02-081-1/+1
* | ffmpeg: remove setting fb->pts.Anton Khirnov2012-02-081-1/+0
* | ffmpeg: reduce overloading for InputStream.pts.Anton Khirnov2012-02-081-8/+8
* | ffmpeg: update dts variables in transcode_audio()Michael Niedermayer2012-02-081-2/+5
* | ffmpeg: move next_dts/pts update out of transcode_video()Michael Niedermayer2012-02-081-16/+18
* | ffmpeg: update ist->pts in transcode_audio with the audio decoders output.Michael Niedermayer2012-02-081-1/+1
* | ffmpeg: print more details and rescaled timestamps in debug code.Michael Niedermayer2012-02-081-2/+2
* | ffmpeg: use (next_)dts in timestamp discontinuity detection code.Michael Niedermayer2012-02-081-3/+3
* | ffmpeg: Use the correct (dts) variables for stream copy.Michael Niedermayer2012-02-081-4/+4
* | ffmpeg: Fix (next)_dts/pts init.Michael Niedermayer2012-02-081-1/+2
* | ffmpeg: use ist->dts instead of passing an argument into transcode_video().Michael Niedermayer2012-02-081-8/+6
* | ffmpeg: Init dts variables in output_packet()Michael Niedermayer2012-02-081-0/+4
* | ffmpeg: add (next_dts/dts) variables.Michael Niedermayer2012-02-081-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-081-0/+1
|\ \ | |/
* | ffmpeg: document the unit for the -fs option parameterStefano Sabatini2012-02-061-1/+1
* | lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspectStefano Sabatini2012-02-061-26/+9
* | ffmpeg: document avi special caseMichael Niedermayer2012-02-051-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-041-14/+2
|\ \ | |/
* | 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
OpenPOWER on IntegriCloud