| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/options: add test for avcodec_copy_context | Lukasz Marek | 2014-12-08 | 1 | -0/+171 |
* | lavc/options: fix leaks in avcodec_copy_context | Lukasz Marek | 2014-12-06 | 1 | -5/+11 |
* | lavc/options: don't copy priv context when it is not AVOption object | Lukasz Marek | 2014-12-06 | 1 | -2/+3 |
* | lavc/options: fix leaks in avcodec_free_context | Lukasz Marek | 2014-11-26 | 1 | -0/+3 |
* | lavc/options: fix rc_eq leak | Lukasz Marek | 2014-11-21 | 1 | -10/+0 |
* | avcodec/options: Set AVCodecContext->codec upon initialization. | Vadim Kalinsky | 2014-11-18 | 1 | -1/+3 |
* | lavc/options: initialize pkt_timebase | Lukasz Marek | 2014-11-16 | 1 | -0/+1 |
* | lavc/options: set timecode_frame_start to -1 as option default | Lukasz Marek | 2014-11-16 | 1 | -1/+0 |
* | lavc/options: fix shallow copy context | Lukasz Marek | 2014-11-09 | 1 | -0/+1 |
* | Merge commit 'a75c2eb25a62105c09b48521aef429dc8a231637' | Michael Niedermayer | 2014-10-18 | 1 | -1/+10 |
|\ |
|
| * | lavc: make rc_eq into private options of mpegvideo encoders | Anton Khirnov | 2014-10-18 | 1 | -1/+10 |
* | | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41' | Michael Niedermayer | 2014-10-15 | 1 | -0/+1 |
|\| |
|
| * | lavc: deprecate the use of AVCodecContext.time_base for decoding | Anton Khirnov | 2014-10-15 | 1 | -0/+1 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -1/+2 |
|\| |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+2 |
* | | avcodec/options: use av_opt_copy() in avcodec_copy_context() to copy priv_data | Michael Niedermayer | 2014-06-01 | 1 | -0/+4 |
* | | avcodec/options: leave priv_data in avcodec_copy_context() intact | Michael Niedermayer | 2014-05-30 | 1 | -1/+0 |
* | | Merge commit 'fd056029f45a9f6d213d9fce8165632042511d4f' | Michael Niedermayer | 2014-05-18 | 1 | -0/+15 |
|\| |
|
| * | lavc: add avcodec_free_context(). | Anton Khirnov | 2014-05-18 | 1 | -0/+15 |
* | | avcodec/options: avcodec_copy_context() Check subtitle_header_size instead of... | Michael Niedermayer | 2014-05-15 | 1 | -1/+1 |
* | | Merge commit '3b2fbe67bd63b00331db2a9b213f6d420418a312' | Michael Niedermayer | 2014-05-15 | 1 | -0/+2 |
|\| |
|
| * | lavc: properly handle subtitle_header in avcodec_copy_context() | Anton Khirnov | 2014-05-15 | 1 | -0/+3 |
* | | Merge commit 'efc7df6c1f11b20a48e60c3f743ce2331b661973' | Michael Niedermayer | 2014-05-15 | 1 | -2/+6 |
|\| |
|
| * | lavc: preserve the original private data in avcodec_copy_context() | Anton Khirnov | 2014-05-15 | 1 | -2/+6 |
* | | Merge commit '38ecc3702dabbea09230f6d6333f59e74f5d1c12' | Michael Niedermayer | 2013-11-04 | 1 | -1/+0 |
|\| |
|
| * | pthread: store thread contexts in AVCodecInternal instead of AVCodecContext | Anton Khirnov | 2013-11-04 | 1 | -1/+0 |
* | | lavc: remove dead FF_API_ALLOC_CONTEXT API | Stefano Sabatini | 2013-11-03 | 1 | -28/+0 |
* | | avcodec: free priv_data in avcodec_copy_context() | Michael Niedermayer | 2013-08-13 | 1 | -0/+4 |
* | | Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e' | Michael Niedermayer | 2013-08-03 | 1 | -1/+1 |
|\| |
|
| * | Give less generic names to global library option arrays | Diego Biurrun | 2013-08-02 | 1 | -1/+1 |
* | | lavc: copy subtitle_header when copying context. | Nicolas George | 2013-05-01 | 1 | -0/+1 |
* | | avcodec_get_context_defaults3: set codec_id | Michael Niedermayer | 2013-04-22 | 1 | -0/+3 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -3/+1 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -3/+1 |
* | | lavc: add pkt_size field to AVFrame | Stefano Sabatini | 2012-12-15 | 1 | -0/+1 |
* | | Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60' | Michael Niedermayer | 2012-11-03 | 1 | -1/+2 |
|\| |
|
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -10/+10 |
|\| |
|
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-24 | 1 | -3/+3 |
|\| |
|
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-18 | 1 | -2/+4 |
|\| |
|
| * | lavc: add const to AVCodec* function parameters. | Anton Khirnov | 2012-08-18 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+2 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+2 |
* | | options: Fix warning about incompatible pointer type | jamal | 2012-07-30 | 1 | -2/+3 |
* | | lavc: seperate encoder/decoder class category | Michael Niedermayer | 2012-06-19 | 1 | -0/+7 |
* | | set some categories of some AVClass structs | Michael Niedermayer | 2012-06-03 | 1 | -0/+1 |
* | | Exposing forced flag for DVD and PGS subtitles | hakuya | 2012-04-30 | 1 | -0/+1 |
* | | Added AVClass for AVSubtitleRect | hakuya | 2012-04-30 | 1 | -0/+23 |
* | | lavc: add a sample_rate field to AVFrame. | Nicolas George | 2012-04-28 | 1 | -0/+1 |