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
/
cmdutils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmdutils: add support for programs in check_stream_specifier()
Anton Khirnov
2011-09-11
1
-0
/
+20
*
avconv: move audio_sample_fmt to options context.
Anton Khirnov
2011-09-11
1
-0
/
+9
*
avconv: move ts scale to options context.
Anton Khirnov
2011-09-05
1
-0
/
+2
*
avconv: move start_time, recording_time and input_ts_offset to options context
Anton Khirnov
2011-09-04
1
-0
/
+2
*
cmdutils: allow storing per-stream/chapter/.... options in a generic way
Anton Khirnov
2011-09-04
1
-1
/
+12
*
cmdutils: split per-option code out of parse_options().
Anton Khirnov
2011-09-04
1
-52
/
+60
*
cmdutils: add support for caller-provided option context.
Anton Khirnov
2011-09-04
1
-5
/
+9
*
cmdutils: declare only one pointer type in OptionDef
Anton Khirnov
2011-09-04
1
-5
/
+7
*
cmdutils: move grow_array() from avconv to cmdutils.
Anton Khirnov
2011-09-04
1
-0
/
+19
*
cmdutils: move exit_program() declaration to cmdutils from avconv
Anton Khirnov
2011-09-04
1
-7
/
+8
*
cmdutils: get rid of dummy contexts for examining AVOptions.
Anton Khirnov
2011-09-03
1
-18
/
+9
*
cmdutils: allow precisely specifying a stream for AVOptions.
Anton Khirnov
2011-08-12
1
-5
/
+55
*
cmdutils: allow ':'-separated modifiers in option names.
Anton Khirnov
2011-08-12
1
-1
/
+4
*
Make a copy of ffmpeg under a new name -- avconv.
Anton Khirnov
2011-08-12
1
-4
/
+4
*
cmdutils: add codec_opts parameter to setup_find_stream_info_opts()
Stefano Sabatini
2011-07-28
1
-1
/
+1
*
cmdutils: replace opt_default with opt_default2() and remove set_context_opts
Anton Khirnov
2011-07-13
1
-107
/
+1
*
ffplay: use new avcodec_open2 and avformat_find_stream_info API.
Anton Khirnov
2011-07-13
1
-0
/
+17
*
cmdutils: store all codec options in one dict instead of video/audio/sub
Anton Khirnov
2011-07-13
1
-21
/
+34
*
lavc: make avcodec_alloc_context3 officially public.
Anton Khirnov
2011-07-10
1
-1
/
+1
*
cmdutils: add opt_default2().
Anton Khirnov
2011-06-16
1
-4
/
+46
*
AVOptions: add av_opt_find() as a replacement for av_find_opt.
Anton Khirnov
2011-06-16
1
-3
/
+3
*
cmdutils: add missing NULL check in parse_options()
Stefano Sabatini
2011-06-12
1
-1
/
+1
*
cmdutils: add missing const qualifier
Mans Rullgard
2011-06-04
1
-1
/
+1
*
cmdutils: remove OPT_FUNC2
Stefano Sabatini
2011-05-28
1
-4
/
+2
*
cmdutils: use sws_freeContext() instead of av_freep().
Ronald S. Bultje
2011-05-27
1
-1
/
+2
*
ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i ...
Benjamin Larsson
2011-05-11
1
-2
/
+2
*
cmdutils: add OPT_INT check in parse_number_or_die()
Stefano Sabatini
2011-05-10
1
-0
/
+2
*
cmdutils: remove list_fmts(), simplify
Stefano Sabatini
2011-05-10
1
-10
/
+0
*
ffmpeg.c: reset avoptions after each input/output file.
Anton Khirnov
2011-05-09
1
-0
/
+1
*
lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.
Roger Pau Monné
2011-04-26
1
-0
/
+2
*
win32: include the correct header in cmdutils.c
Luca Barbato
2011-04-25
1
-0
/
+1
*
Handle unicode file names on windows
Kirill Gavrilov
2011-04-24
1
-0
/
+63
*
lavc: remove the FF_API_SET_STRING_OLD cruft.
Anton Khirnov
2011-04-19
1
-1
/
+1
*
avio: deprecate av_protocol_next().
Anton Khirnov
2011-04-08
1
-12
/
+8
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
Janne Grunau
2011-03-16
1
-2
/
+2
*
replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
Janne Grunau
2011-03-16
1
-2
/
+2
*
Deprecate parse_date() in favor of av_parse_time().
Stefano Sabatini
2011-02-16
1
-2
/
+3
*
Merge libavcore into libavutil
Reinhard Tartler
2011-02-15
1
-2
/
+0
*
cmdutils: fix codec-specific options from preset
James Zern
2011-02-05
1
-2
/
+10
*
cmdutils: fix opt_values leak
James Zern
2011-02-05
1
-0
/
+2
*
Make this_year static to cmdutils.c
Diego Elio Pettenò
2011-01-24
1
-1
/
+1
*
libavcodec minor version is > 99 so fix the formating
Georgi Chorbadzhiyski
2011-01-20
1
-1
/
+1
*
Use INFINITY and NAN macros instead of 1/0 and 0/0
Mans Rullgard
2011-01-18
1
-1
/
+1
*
Disable initialization of the swscale sws_opts context in
Stefano Sabatini
2011-01-04
1
-0
/
+4
*
Reindent
Martin Storsjö
2011-01-03
1
-2
/
+2
*
Use AVOption for muxers in ffmpeg.
Anssi Hannula
2011-01-02
1
-1
/
+15
*
Update current year to 2011. Happy New Year!
Justin Ruggles
2011-01-01
1
-1
/
+1
*
Add missing check on the existence of avcodec_opts[AVMEDIA_TYPE_X],
Stefano Sabatini
2010-11-22
1
-3
/
+3
*
Implement get_preset_file() in cmdutils.h and use it to factorize code
Stefano Sabatini
2010-11-04
1
-0
/
+30
[next]