summaryrefslogtreecommitdiffstats
path: root/libavcodec/options.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-10/+10
|\ \ | |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-241-3/+3
|\ \ | |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-181-2/+4
|\ \ | |/
| * lavc: add const to AVCodec* function parameters.Anton Khirnov2012-08-181-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+2
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+2
* | options: Fix warning about incompatible pointer typejamal2012-07-301-2/+3
* | lavc: seperate encoder/decoder class categoryMichael Niedermayer2012-06-191-0/+7
* | set some categories of some AVClass structsMichael Niedermayer2012-06-031-0/+1
* | Exposing forced flag for DVD and PGS subtitleshakuya2012-04-301-0/+1
* | Added AVClass for AVSubtitleRecthakuya2012-04-301-0/+23
* | lavc: add a sample_rate field to AVFrame.Nicolas George2012-04-281-0/+1
* | lavc: add a channel_layout field to AVFrame.Nicolas George2012-04-281-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-211-373/+3
|\ \ | |/
| * Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov2012-03-201-368/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-051-0/+2
|\ \ | |/
| * lavc: deprecate AVCodecContext.sub_id.Anton Khirnov2012-03-041-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-011-7/+21
|\ \ | |/
| * libvorbis: fix use of minrate/maxrate AVOptionsJustin Ruggles2012-02-291-2/+2
| * mpegvideo_enc: add quantizer_noise_shaping private option.Anton Khirnov2012-02-291-1/+3
| * lavc: deprecate AVCodecContext.inter_threshold.Anton Khirnov2012-02-291-0/+2
| * lavc: deprecate AVCodecContext.color_table_id.Anton Khirnov2012-02-291-0/+2
| * mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov2012-02-291-0/+2
| * mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov2012-02-291-1/+1
| * mpegvideo_enc: add qp_rd flag to mpv_flags.Anton Khirnov2012-02-291-1/+3
| * mpegvideo_enc: add strict_gop flag to mpv_flags.Anton Khirnov2012-02-291-1/+3
| * lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov2012-02-291-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-141-1/+1
|\ \ | |/
| * Move PS2 MMI code below the mips subdirectory, where it belongs.Diego Biurrun2012-02-131-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-091-2/+0
|\ \ | |/
| * Remove Sun medialib glue code.Diego Biurrun2012-02-081-2/+0
* | Set default qmax for VC-3/DNxHD to 1024 (maximum allowed by VC-3 spec).Joseph Artsimovich2012-02-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-011-1/+1
|\ \ | |/
| * lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov2012-01-311-0/+1
| * lavc: add avcodec_is_open().Anton Khirnov2012-01-311-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-122/+1
|\ \ | |/
| * lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov2012-01-271-3/+0
| * lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-3/+0
| * lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-9/+1
| * lavc: remove disabled FF_API_ER cruft.Anton Khirnov2012-01-271-8/+0
| * lavc: remove disabled FF_API_DRC_SCALE cruft.Anton Khirnov2012-01-271-3/+0
| * lavc: remove disabled FF_API_ALLOC_CONTEXT cruft.Anton Khirnov2012-01-271-27/+0
| * lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-14/+0
| * lavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.Anton Khirnov2012-01-271-7/+0
| * lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-26/+0
| * lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-50/+1
| * lavc: remove the deprecated "ab" option.Anton Khirnov2012-01-271-1/+0
* | lavc: Mark the err_detect constants as audio+video as they also apply to audio.Michael Niedermayer2012-01-211-7/+7
OpenPOWER on IntegriCloud