summaryrefslogtreecommitdiffstats
path: root/libavcodec/options.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-181-1/+20
|\
| * lavc: add opt_find to AVCodecContext class.Anton Khirnov2011-06-171-1/+20
* | Remove specific note when not specificEtienne Buira2011-05-271-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-191-1/+6
|\ \ | |/
| * Add request_sample_fmt field to AVCodecContext.Justin Ruggles2011-05-181-0/+6
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-121-1/+1
|\ \ | |/
| * lavc: deprecate named constants for deprecated antialias_algo.Anton Khirnov2011-05-111-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-8/+12
|\ \ | |/
| * AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-101-382/+382
| * lavc: move some flac-specific options to its private context.Anton Khirnov2011-05-101-6/+10
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-011-382/+383
|\ \
| * | AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-04-301-382/+382
| |/
* | In libx264 wrapper, change wpredp to a codec specific option.Baptiste Coudurier2011-04-291-1/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-10/+0
|\ \ | |/
| * lavc: remove FF_API_MB_Q cruftAnton Khirnov2011-04-261-4/+0
| * lavc: remove FF_API_RATE_EMU cruftAnton Khirnov2011-04-261-3/+0
| * lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-261-3/+0
* | ac3dec: allow selecting float output at runtime.Reimar Döffinger2011-04-251-0/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-9/+0
|\ \ | |/
| * lavc: remove misc disabled cruft.Anton Khirnov2011-04-191-3/+0
| * lavc: remove the FF_API_INOFFICIAL cruft.Anton Khirnov2011-04-191-3/+0
| * lavc: remove the FF_API_USE_LPC cruft.Anton Khirnov2011-04-191-3/+0
* | vpxenc: add CQ_LEVEL mappingJames Zern2011-04-121-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-081-0/+2
|\ \ | |/
| * lavc: add a FF_API_REQUEST_CHANNELS deprecation macroAnton Khirnov2011-04-071-0/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-0/+4
|\ \ | |/
| * lavc: deprecate AVCodecContext.antialias_algoAnton Khirnov2011-04-031-0/+2
| * lavc: mark mb_qmin/mb_qmax for removal on next major bump.Anton Khirnov2011-04-031-0/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-031-1/+5
|\ \ | |/
| * lavc: deprecate rate_emuAnton Khirnov2011-04-021-0/+2
| * lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-021-1/+3
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-261-0/+10
|\ \ | |/
| * Add audio_service_type field to AVCodecContext for encoding and reportingJustin Ruggles2011-03-251-0/+10
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * vbv_delay AVOption for ABI compatibilityMichael Niedermayer2011-02-161-0/+1
| * Frame-based multithreading framework using pthreadsAlexander Strange2011-02-091-0/+4
| * Update qmin/qmax values for libx264 presetsJason Garrett-Glaser2011-02-081-2/+2
* | vbv_delay AVOption for ABI compatibilityMichael Niedermayer2011-02-161-0/+1
* | Frame-based multithreading framework using pthreadsAlexander Strange2011-02-111-0/+4
* | Update qmin/qmax values for libx264 presetsJason Garrett-Glaser2011-02-091-2/+2
|/
* Export dca profile information.Anssi Hannula2011-01-061-0/+5
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Add new -slices option and use it for libvpx and libx264.James Zern2010-10-221-0/+1
* add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' flagAurelien Jacobs2010-09-301-1/+1
* add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc fieldAurelien Jacobs2010-09-301-1/+1
* Move allocation and init to defaults of the private codec contexts to avcodec...Michael Niedermayer2010-09-291-0/+30
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-261-1/+1
* Allow the lowres option to affect audio codecs, tooMartin Storsjö2010-09-101-1/+1
* Cosmetics: add missing space to options.cJason Garrett-Glaser2010-08-041-1/+1
* Do not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore.James Zern2010-07-121-2/+2
OpenPOWER on IntegriCloud