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
*
AVOptions: add new API for enumerating children.
Anton Khirnov
2011-10-12
1
-13
/
+19
*
lavc: use designated initializers for av_codec_context_class
Anton Khirnov
2011-10-05
1
-1
/
+8
*
lavc: add video/audio/encoding flags to global_quality option
Anton Khirnov
2011-10-01
1
-1
/
+1
*
Remove some forgotten AVCodecContext.palctrl usage.
Anton Khirnov
2011-09-21
1
-2
/
+0
*
ac3dec: actually use drc_scale private option
Anton Khirnov
2011-09-21
1
-1
/
+1
*
avconv: remove me_threshold option.
Anton Khirnov
2011-09-11
1
-1
/
+1
*
AVOptions: deprecate av_opt_set_defaults2
Anton Khirnov
2011-09-07
1
-8
/
+1
*
libx264: add 'direct-pred' private option
Anton Khirnov
2011-09-07
1
-1
/
+1
*
libx264: add 'partitions' private option
Anton Khirnov
2011-09-07
1
-1
/
+1
*
libx264: add 'cplxblur' private option
Anton Khirnov
2011-09-06
1
-1
/
+1
*
libx264: add 'deblock' private option
Anton Khirnov
2011-09-06
1
-0
/
+2
*
libx264: add 'b-bias' private option
Anton Khirnov
2011-09-06
1
-0
/
+2
*
libx264: fix setting some options.
Anton Khirnov
2011-09-06
1
-4
/
+4
*
lavc: fix type for thread_type option
Anton Khirnov
2011-09-04
1
-1
/
+1
*
lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.
Anton Khirnov
2011-09-03
1
-0
/
+5
*
AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().
Anton Khirnov
2011-09-03
1
-1
/
+1
*
mpeg12: add 'scan_offset' private option.
Anton Khirnov
2011-08-31
1
-0
/
+2
*
h263/p encoder: add 'structured_slices' private option.
Anton Khirnov
2011-08-31
1
-1
/
+1
*
h263/p encoder: add 'obmc' private option.
Anton Khirnov
2011-08-31
1
-0
/
+2
*
h263p encoder: add 'aiv' private option.
Anton Khirnov
2011-08-31
1
-0
/
+2
*
h263p encoder: add 'umv' private option.
Anton Khirnov
2011-08-31
1
-0
/
+2
*
mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option.
Anton Khirnov
2011-08-31
1
-0
/
+2
*
mjpegdec: add 'extern_huff' private option.
Anton Khirnov
2011-08-31
1
-0
/
+2
*
mpeg4enc: add 'data_partitioning' private option.
Anton Khirnov
2011-08-31
1
-0
/
+2
*
libx264: add 'mbtree' private option.
Anton Khirnov
2011-08-31
1
-0
/
+2
*
libx264: add 'psy' private option.
Anton Khirnov
2011-08-31
1
-1
/
+1
*
libmp3lame: add 'reservoir' private option.
Anton Khirnov
2011-08-31
1
-0
/
+2
*
mpeg2enc: add 'non_linear_quant' private option
Anton Khirnov
2011-08-31
1
-1
/
+1
*
mpeg12enc: add drop_frame_timecode private option.
Anton Khirnov
2011-08-31
1
-0
/
+2
*
mpeg12enc: add intra_vlc private option.
Anton Khirnov
2011-08-31
1
-0
/
+2
*
libx264: add 'aud' private option.
Anton Khirnov
2011-08-31
1
-1
/
+1
*
libx264: add 'fast-pskip' private option.
Anton Khirnov
2011-08-31
1
-1
/
+1
*
libx264: add '8x8dct' private option.
Anton Khirnov
2011-08-31
1
-1
/
+1
*
libx264: add 'mixed-refs' private option.
Anton Khirnov
2011-08-31
1
-1
/
+1
*
libx264: add 'weightb' private option.
Anton Khirnov
2011-08-31
1
-1
/
+1
*
libx264: add 'b-pyramid' private option.
Anton Khirnov
2011-08-31
1
-0
/
+2
*
libx264: add 'intra-refresh' private option.
Anton Khirnov
2011-08-31
1
-2
/
+0
*
libx264: add 'ssim' private option.
Anton Khirnov
2011-08-31
1
-1
/
+1
*
libx264: add 'crf_max' private option.
Anton Khirnov
2011-08-24
1
-0
/
+2
*
libx264: add 'weightp' private option.
Anton Khirnov
2011-08-24
1
-1
/
+3
*
libx264: add 'rc_lookahead' private option.
Anton Khirnov
2011-08-24
1
-1
/
+1
*
libx264: add 'psy_trellis' private option.
Anton Khirnov
2011-08-24
1
-3
/
+1
*
libx264: add 'psy_rd' private option.
Anton Khirnov
2011-08-24
1
-1
/
+3
*
libx264: add 'aq_strength' private option.
Anton Khirnov
2011-08-24
1
-1
/
+1
*
libx264: add 'aq_mode' private option.
Anton Khirnov
2011-08-24
1
-1
/
+3
*
libx264: add 'cqp' private option.
Anton Khirnov
2011-08-24
1
-1
/
+1
*
libx264: add 'crf' private option.
Anton Khirnov
2011-08-24
1
-0
/
+2
*
lavc: remove vbv_delay option
Anton Khirnov
2011-08-24
1
-1
/
+0
*
lavc: add A|E|D flags to "ac" and "ar" options
Stefano Sabatini
2011-08-21
1
-2
/
+2
*
lavc: add audio flag to the 'b' option, deprecate 'ab'.
Anton Khirnov
2011-08-16
1
-2
/
+2
[next]