index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ffmpeg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-21
1
-2
/
+5
|
\
*
|
ffmpeg: allow selective and complete disabling of map_metadata.
Michael Niedermayer
2012-03-17
1
-3
/
+11
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-16
1
-3
/
+3
|
\
\
|
|
/
*
|
ffmpeg: Fix planar audio input.
Michael Niedermayer
2012-03-14
1
-7
/
+18
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-14
1
-18
/
+21
|
\
\
|
|
/
*
|
lavf: Add system to seperate relative timestamps from absolute ones.
Michael Niedermayer
2012-03-09
1
-0
/
+1
*
|
ffmpeg: show fps more accurately when it is small.
Nicolas George
2012-03-08
1
-3
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-07
1
-0
/
+9
|
\
\
|
|
/
*
|
ffm options should also set discard automatically.
Rick van der Zwet
2012-03-04
1
-0
/
+1
*
|
get_buffers: Check that pix_fmt is not NONE.
Michael Niedermayer
2012-02-29
1
-1
/
+1
*
|
ffmpeg: Fix division by 0 due to invalid timebase
Michael Niedermayer
2012-02-28
1
-1
/
+1
*
|
Exit ffmpeg if swr_convert() fails.
Carl Eugen Hoyos
2012-02-27
1
-0
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-27
1
-35
/
+31
|
\
\
|
|
/
*
|
Add missing av_free_packet.
Reimar Döffinger
2012-02-20
1
-0
/
+1
*
|
ffmpeg: Fix setting flags for codec copy.
Michael Niedermayer
2012-02-18
1
-0
/
+12
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-17
1
-1
/
+1
|
\
\
|
|
/
*
|
ffmpeg: Fix image allocation.
Michael Niedermayer
2012-02-15
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-15
1
-0
/
+1
|
\
\
|
|
/
*
|
ffmpeg.c: implement -debug_ts option
Stefano Sabatini
2012-02-14
1
-4
/
+27
*
|
ffmpeg: remove unneeded ost->picref check.
Clément Bœsch
2012-02-13
1
-4
/
+2
*
|
ffmpeg: remove pointless avcodec_get_frame_defaults().
Clément Bœsch
2012-02-13
1
-1
/
+0
*
|
ffmpeg: raise ENOMEM on avfilter_graph_alloc() failure.
Clément Bœsch
2012-02-13
1
-0
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-13
1
-0
/
+2
|
\
\
|
|
/
*
|
Simplify: use local variable with same contents directly.
Reimar Döffinger
2012-02-12
1
-1
/
+1
*
|
ffmpeg: fix passlogfile with multiple libx264 streams.
Michael Niedermayer
2012-02-12
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-11
1
-0
/
+2
|
\
\
|
|
/
*
|
ffmpeg: prefer NULL over 0 for av_log context pointer parameter.
Clément Bœsch
2012-02-10
1
-10
/
+10
*
|
ffmpeg: move quality parameter to do_video_out() scope.
Clément Bœsch
2012-02-10
1
-11
/
+6
*
|
ffmpeg: make use of ret error out in transcode_video().
Clément Bœsch
2012-02-10
1
-4
/
+5
*
|
ffmpeg: move filtered_frame to the CONFIG_AVFILTER scope.
Clément Bœsch
2012-02-10
1
-6
/
+5
*
|
ffmpeg: move do_video_stats() above do_video_out().
Clément Bœsch
2012-02-10
1
-43
/
+42
*
|
ffmpeg: move video stats code to do_video_out().
Clément Bœsch
2012-02-10
1
-8
/
+7
*
|
ffmpeg: move filtered_frame to video stream processing scope.
Clément Bœsch
2012-02-10
1
-1
/
+2
*
|
ffmpeg: reindent after video frame polling simplification.
Clément Bœsch
2012-02-10
1
-16
/
+16
*
|
ffmpeg: simplify video frame polling.
Clément Bœsch
2012-02-10
1
-10
/
+1
*
|
ffmpeg: use exit_program() if configure_video_filters() fails.
Clément Bœsch
2012-02-10
1
-1
/
+1
*
|
ffmpeg: Add threshold to discard crazy/damaged timestamps.
Michael Niedermayer
2012-02-10
1
-4
/
+23
*
|
ffmpeg: better dox for *pts.
Michael Niedermayer
2012-02-09
1
-3
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-09
1
-41
/
+23
|
\
\
|
|
/
*
|
ffmpeg: change sync_opts code to be more similar to qatar.
Michael Niedermayer
2012-02-08
1
-3
/
+4
*
|
ffmpeg: update (next_)pts in the stream copy case
Michael Niedermayer
2012-02-08
1
-0
/
+2
*
|
ffmpeg: use ist->dts in rate_emu_sleep()
Michael Niedermayer
2012-02-08
1
-1
/
+1
*
|
ffmpeg: use ist->dts in do_streamcopy()
Michael Niedermayer
2012-02-08
1
-1
/
+1
*
|
ffmpeg: remove setting fb->pts.
Anton Khirnov
2012-02-08
1
-1
/
+0
*
|
ffmpeg: reduce overloading for InputStream.pts.
Anton Khirnov
2012-02-08
1
-8
/
+8
*
|
ffmpeg: update dts variables in transcode_audio()
Michael Niedermayer
2012-02-08
1
-2
/
+5
*
|
ffmpeg: move next_dts/pts update out of transcode_video()
Michael Niedermayer
2012-02-08
1
-16
/
+18
*
|
ffmpeg: update ist->pts in transcode_audio with the audio decoders output.
Michael Niedermayer
2012-02-08
1
-1
/
+1
*
|
ffmpeg: print more details and rescaled timestamps in debug code.
Michael Niedermayer
2012-02-08
1
-2
/
+2
*
|
ffmpeg: use (next_)dts in timestamp discontinuity detection code.
Michael Niedermayer
2012-02-08
1
-3
/
+3
[next]