summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: Add system to seperate relative timestamps from absolute ones.Michael Niedermayer2012-03-091-0/+1
* ffmpeg: show fps more accurately when it is small.Nicolas George2012-03-081-3/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-071-0/+9
|\
* | ffm options should also set discard automatically.Rick van der Zwet2012-03-041-0/+1
* | get_buffers: Check that pix_fmt is not NONE.Michael Niedermayer2012-02-291-1/+1
* | ffmpeg: Fix division by 0 due to invalid timebaseMichael Niedermayer2012-02-281-1/+1
* | Exit ffmpeg if swr_convert() fails.Carl Eugen Hoyos2012-02-271-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-271-35/+31
|\ \ | |/
* | Add missing av_free_packet.Reimar Döffinger2012-02-201-0/+1
* | 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
OpenPOWER on IntegriCloud