summaryrefslogtreecommitdiffstats
path: root/libavcodec/options_table.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '523c7bd23c781aa0f3a85044896f5e18e8b52534'Michael Niedermayer2012-12-191-52/+52
|\
| * misc typo, style and wording fixesDiego Biurrun2012-12-181-53/+53
* | Merge commit 'c35f0e8495e34c2082dcde805e9323c9f6a4cb0a'Michael Niedermayer2012-12-181-3/+3
|\ \ | |/
| * cosmetics: Use consistent names for multiple inclusion guards.Diego Biurrun2012-12-171-3/+3
* | avcodec: Fix a typo in an option descriptionMartin Storsjö2012-12-071-1/+1
* | lavu/opt: allow to set sample and pixel format with av_opt_set_int()Stefano Sabatini2012-12-011-1/+1
* | lavu/opt: change the way default pixel and sample format value is setStefano Sabatini2012-11-301-1/+1
* | lavc/options_table: force non-negative bitrate rangeStefano Sabatini2012-11-031-2/+2
* | lavc/options_table: make "request_sample_fmt" an AV_OPT_TYPE_SAMPLE_FMT optionStefano Sabatini2012-11-031-11/+1
* | Merge commit '5ac673b5531d846b79a3d77e3e932e0cb1234c45'Michael Niedermayer2012-10-231-1/+0
|\ \ | |/
| * lavc: remove stats_out from the options table.Anton Khirnov2012-10-221-1/+0
* | Merge commit 'ca411fc1d34329cd17b28627f697e391ae52073f'Michael Niedermayer2012-10-131-0/+3
|\ \ | |/
| * avcodec: Remove broken MMI optimizationsDiego Biurrun2012-10-121-0/+3
| * options_table: refs option is not snow-onlyDiego Biurrun2012-10-111-1/+1
* | ratecontrol: Dynamically choose a default for rc_max_available_vbv_useMichael Niedermayer2012-09-111-1/+1
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-121/+121
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-119/+119
* | Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer2012-09-051-7/+7
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-7/+7
* | Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-051-186/+186
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-180/+180
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-241-3/+3
|\ \ | |/
| * AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov2012-08-241-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
| * x86: remove libmpeg2 mmx(ext) idct functionsMans Rullgard2012-08-021-1/+0
* | libavcodec/options_table: mark flags as also for subtitlesMichael Niedermayer2012-08-051-1/+1
* | lavc: add pkt_timebase to allow avcodec to adjust pkt_dts/pts when neededMichael Niedermayer2012-07-131-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-121-0/+4
|\ \ | |/
| * libavcodec: Add more AAC profilesMartin Storsjö2012-07-121-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-071-0/+5
|\ \ | |/
| * lavc: options: add planar names for request_sample_fmtMans Rullgard2012-07-051-0/+5
* | cosmetics: minor libavcodec spelling errorsLou Logan2012-06-291-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-211-1/+0
|\ \ | |/
| * lavc: remove stats_in from AVCodecContext options table.Anton Khirnov2012-06-211-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-101-0/+6
|\ \ | |/
| * options_table: Add some missing #includes to fix "make checkheaders".Alex Converse2012-05-081-0/+6
* | lowres2 support.Michael Niedermayer2012-04-221-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-221-1/+0
|\ \ | |/
| * Remove lowres video decodingMans Rullgard2012-04-211-1/+0
* | Allow setting CODEC_FLAG2_CHUNKS via the name "chunks".Reimar Döffinger2012-04-081-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-211-13/+20
|/
* doc/avconv: remove entries for AVOptions.Anton Khirnov2012-03-201-5/+15
* Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov2012-03-201-0/+391
OpenPOWER on IntegriCloud