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
/
libavcodec
/
options.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pthread: store thread contexts in AVCodecInternal instead of AVCodecContext
Anton Khirnov
2013-11-04
1
-1
/
+0
*
Give less generic names to global library option arrays
Diego Biurrun
2013-08-02
1
-1
/
+1
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-3
/
+1
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-1
/
+1
*
lavc: add const to AVCodec* function parameters.
Anton Khirnov
2012-08-18
1
-2
/
+4
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+2
*
Move AVFormatContext/AVCodecContext option tables to separate files.
Anton Khirnov
2012-03-20
1
-368
/
+3
*
lavc: deprecate AVCodecContext.sub_id.
Anton Khirnov
2012-03-04
1
-0
/
+2
*
libvorbis: fix use of minrate/maxrate AVOptions
Justin Ruggles
2012-02-29
1
-2
/
+2
*
mpegvideo_enc: add quantizer_noise_shaping private option.
Anton Khirnov
2012-02-29
1
-1
/
+3
*
lavc: deprecate AVCodecContext.inter_threshold.
Anton Khirnov
2012-02-29
1
-0
/
+2
*
lavc: deprecate AVCodecContext.color_table_id.
Anton Khirnov
2012-02-29
1
-0
/
+2
*
mpegvideo_enc: add chroma/luma_elim_threshold private options.
Anton Khirnov
2012-02-29
1
-0
/
+2
*
mpegvideo_enc: add cbp_rd flag to mpv_flags.
Anton Khirnov
2012-02-29
1
-1
/
+1
*
mpegvideo_enc: add qp_rd flag to mpv_flags.
Anton Khirnov
2012-02-29
1
-1
/
+3
*
mpegvideo_enc: add strict_gop flag to mpv_flags.
Anton Khirnov
2012-02-29
1
-1
/
+3
*
lavc: add -mpv_flags to mpegvideo_enc-based encoders.
Anton Khirnov
2012-02-29
1
-1
/
+3
*
Move PS2 MMI code below the mips subdirectory, where it belongs.
Diego Biurrun
2012-02-13
1
-1
/
+1
*
Remove Sun medialib glue code.
Diego Biurrun
2012-02-08
1
-2
/
+0
*
lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().
Anton Khirnov
2012-01-31
1
-0
/
+1
*
lavc: add avcodec_is_open().
Anton Khirnov
2012-01-31
1
-1
/
+1
*
lavc: remove disabled FF_API_PARSE_FRAME cruft.
Anton Khirnov
2012-01-27
1
-3
/
+0
*
lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.
Anton Khirnov
2012-01-27
1
-3
/
+0
*
lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.
Anton Khirnov
2012-01-27
1
-9
/
+1
*
lavc: remove disabled FF_API_ER cruft.
Anton Khirnov
2012-01-27
1
-8
/
+0
*
lavc: remove disabled FF_API_DRC_SCALE cruft.
Anton Khirnov
2012-01-27
1
-3
/
+0
*
lavc: remove disabled FF_API_ALLOC_CONTEXT cruft.
Anton Khirnov
2012-01-27
1
-27
/
+0
*
lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.
Anton Khirnov
2012-01-27
1
-14
/
+0
*
lavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.
Anton Khirnov
2012-01-27
1
-7
/
+0
*
lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.
Anton Khirnov
2012-01-27
1
-26
/
+0
*
lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.
Anton Khirnov
2012-01-27
1
-50
/
+1
*
lavc: remove the deprecated "ab" option.
Anton Khirnov
2012-01-27
1
-1
/
+0
*
threads: change the default for threads back to 1
Janne Grunau
2012-01-21
1
-1
/
+1
*
lavc: rename err_filter option to err_detect and document it
Dustin Brody
2012-01-21
1
-5
/
+5
*
lavc: ifdef out parse_only AVOption
Anton Khirnov
2012-01-12
1
-0
/
+2
*
mpegenc: use avctx->slices as number of slices
Janne Grunau
2012-01-02
1
-1
/
+1
*
threads: default to automatic thread count detection
Janne Grunau
2011-12-31
1
-1
/
+1
*
options: set minimum for "threads" to zero
Janne Grunau
2011-12-22
1
-1
/
+2
*
avcodec: move some AVCodecContext fields to an internal struct.
Justin Ruggles
2011-11-19
1
-1
/
+1
*
avcodec: use av_opt_set() instead of deprecated av_set_string3()
Justin Ruggles
2011-11-19
1
-1
/
+1
*
avcodec: fix some const warnings
Justin Ruggles
2011-11-19
1
-2
/
+2
*
avcodec: remove pointless AVOption, internal_buffer_count
Justin Ruggles
2011-11-19
1
-1
/
+0
*
libx264: Set the default of the rc_lookahead option to -1
Martin Storsjö
2011-11-04
1
-1
/
+1
*
avcodec: Set flags2 default value depending on availability
Martin Storsjö
2011-11-04
1
-1
/
+11
*
avcodec: Make sure codec_type is set by avcodec_get_context_defaults2
Martin Storsjö
2011-11-03
1
-0
/
+1
*
add -err_filter AVOptions to access flag-based error recognition
Dustin Brody
2011-10-22
1
-2
/
+7
*
lavc: make avcodec_get_context_defaults3 "officially" public
Anton Khirnov
2011-10-19
1
-20
/
+20
*
lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ER
Dustin Brody
2011-10-14
1
-2
/
+2
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
1
-388
/
+388
*
AVOptions: add new API for enumerating children.
Anton Khirnov
2011-10-12
1
-13
/
+19
[next]