summaryrefslogtreecommitdiff
path: root/libavcodec/options.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer2014-10-151-0/+1
|\ \ | |/
| * lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-151-0/+1
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+2
|\ \ | |/
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+2
* | avcodec/options: use av_opt_copy() in avcodec_copy_context() to copy priv_dataMichael Niedermayer2014-06-011-0/+4
* | avcodec/options: leave priv_data in avcodec_copy_context() intactMichael Niedermayer2014-05-301-1/+0
* | Merge commit 'fd056029f45a9f6d213d9fce8165632042511d4f'Michael Niedermayer2014-05-181-0/+15
|\ \ | |/
| * lavc: add avcodec_free_context().Anton Khirnov2014-05-181-0/+15
* | avcodec/options: avcodec_copy_context() Check subtitle_header_size instead of...Michael Niedermayer2014-05-151-1/+1
* | Merge commit '3b2fbe67bd63b00331db2a9b213f6d420418a312'Michael Niedermayer2014-05-151-0/+2
|\ \ | |/
| * lavc: properly handle subtitle_header in avcodec_copy_context()Anton Khirnov2014-05-151-0/+3
* | Merge commit 'efc7df6c1f11b20a48e60c3f743ce2331b661973'Michael Niedermayer2014-05-151-2/+6
|\ \ | |/
| * lavc: preserve the original private data in avcodec_copy_context()Anton Khirnov2014-05-151-2/+6
* | Merge commit '38ecc3702dabbea09230f6d6333f59e74f5d1c12'Michael Niedermayer2013-11-041-1/+0
|\ \ | |/
| * pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov2013-11-041-1/+0
* | lavc: remove dead FF_API_ALLOC_CONTEXT APIStefano Sabatini2013-11-031-28/+0
* | avcodec: free priv_data in avcodec_copy_context()Michael Niedermayer2013-08-131-0/+4
* | Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer2013-08-031-1/+1
|\ \ | |/
| * Give less generic names to global library option arraysDiego Biurrun2013-08-021-1/+1
* | lavc: copy subtitle_header when copying context.Nicolas George2013-05-011-0/+1
* | avcodec_get_context_defaults3: set codec_idMichael Niedermayer2013-04-221-0/+3
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-3/+1
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-3/+1
* | lavc: add pkt_size field to AVFrameStefano Sabatini2012-12-151-0/+1
* | Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60'Michael Niedermayer2012-11-031-1/+2
|\ \ | |/
* | 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