summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* lavf: Add system to seperate relative timestamps from absolute ones.Michael Niedermayer2012-03-09
* ffmpeg: show fps more accurately when it is small.Nicolas George2012-03-08
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-07
|\
* | ffm options should also set discard automatically.Rick van der Zwet2012-03-04
* | get_buffers: Check that pix_fmt is not NONE.Michael Niedermayer2012-02-29
* | ffmpeg: Fix division by 0 due to invalid timebaseMichael Niedermayer2012-02-28
* | Exit ffmpeg if swr_convert() fails.Carl Eugen Hoyos2012-02-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-27
|\|
* | Add missing av_free_packet.Reimar Döffinger2012-02-20
* | ffmpeg: Fix setting flags for codec copy.Michael Niedermayer2012-02-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-17
|\|
* | ffmpeg: Fix image allocation.Michael Niedermayer2012-02-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-15
|\|
* | ffmpeg.c: implement -debug_ts optionStefano Sabatini2012-02-14
* | ffmpeg: remove unneeded ost->picref check.Clément Bœsch2012-02-13
* | ffmpeg: remove pointless avcodec_get_frame_defaults().Clément Bœsch2012-02-13
* | ffmpeg: raise ENOMEM on avfilter_graph_alloc() failure.Clément Bœsch2012-02-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-13
|\|
* | Simplify: use local variable with same contents directly.Reimar Döffinger2012-02-12
* | ffmpeg: fix passlogfile with multiple libx264 streams.Michael Niedermayer2012-02-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-11
|\|
* | ffmpeg: prefer NULL over 0 for av_log context pointer parameter.Clément Bœsch2012-02-10
* | ffmpeg: move quality parameter to do_video_out() scope.Clément Bœsch2012-02-10
* | ffmpeg: make use of ret error out in transcode_video().Clément Bœsch2012-02-10
* | ffmpeg: move filtered_frame to the CONFIG_AVFILTER scope.Clément Bœsch2012-02-10
* | ffmpeg: move do_video_stats() above do_video_out().Clément Bœsch2012-02-10
* | ffmpeg: move video stats code to do_video_out().Clément Bœsch2012-02-10
* | ffmpeg: move filtered_frame to video stream processing scope.Clément Bœsch2012-02-10
* | ffmpeg: reindent after video frame polling simplification.Clément Bœsch2012-02-10
* | ffmpeg: simplify video frame polling.Clément Bœsch2012-02-10
* | ffmpeg: use exit_program() if configure_video_filters() fails.Clément Bœsch2012-02-10
* | ffmpeg: Add threshold to discard crazy/damaged timestamps.Michael Niedermayer2012-02-10
* | ffmpeg: better dox for *pts.Michael Niedermayer2012-02-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-09
|\|
* | ffmpeg: change sync_opts code to be more similar to qatar.Michael Niedermayer2012-02-08
* | ffmpeg: update (next_)pts in the stream copy caseMichael Niedermayer2012-02-08
* | ffmpeg: use ist->dts in rate_emu_sleep()Michael Niedermayer2012-02-08
* | ffmpeg: use ist->dts in do_streamcopy()Michael Niedermayer2012-02-08
* | ffmpeg: remove setting fb->pts.Anton Khirnov2012-02-08
* | ffmpeg: reduce overloading for InputStream.pts.Anton Khirnov2012-02-08
* | ffmpeg: update dts variables in transcode_audio()Michael Niedermayer2012-02-08
* | ffmpeg: move next_dts/pts update out of transcode_video()Michael Niedermayer2012-02-08
* | ffmpeg: update ist->pts in transcode_audio with the audio decoders output.Michael Niedermayer2012-02-08
* | ffmpeg: print more details and rescaled timestamps in debug code.Michael Niedermayer2012-02-08
* | ffmpeg: use (next_)dts in timestamp discontinuity detection code.Michael Niedermayer2012-02-08
* | ffmpeg: Use the correct (dts) variables for stream copy.Michael Niedermayer2012-02-08
* | ffmpeg: Fix (next)_dts/pts init.Michael Niedermayer2012-02-08
* | ffmpeg: use ist->dts instead of passing an argument into transcode_video().Michael Niedermayer2012-02-08
* | ffmpeg: Init dts variables in output_packet()Michael Niedermayer2012-02-08
* | ffmpeg: add (next_dts/dts) variables.Michael Niedermayer2012-02-08