| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vp3: Fix "runtime error: left shift of negative value" | Michael Niedermayer | 2015-12-04 | 1 | -2/+2 |
* | avcodec/vp3: ensure header is parsed successfully before tables | Michael Niedermayer | 2015-12-03 | 1 | -1/+6 |
* | avcodec/vp3: always set pix_fmt in theora_decode_header() | Michael Niedermayer | 2015-11-30 | 1 | -1/+2 |
* | avcodec/vp3: Fix several memleaks | Michael Niedermayer | 2015-11-28 | 1 | -0/+1 |
* | avcodec/vp3: Clear context on reinitialization failure | Michael Niedermayer | 2015-11-28 | 1 | -4/+6 |
* | avcodec: use HAVE_THREADS header guards to silence -Wunused-function | Ganesh Ajjanagadde | 2015-10-04 | 1 | -0/+4 |
* | avcodec/vp3: Check init_get_bits8() for failure | Michael Niedermayer | 2015-09-04 | 1 | -1/+4 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -4/+4 |
|\ |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -4/+4 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -5/+5 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -5/+5 |
* | | avcodec/vp3: check current_frame before accessing it | Michael Niedermayer | 2015-07-13 | 1 | -0/+2 |
* | | avcodec/vp3: Cleanup order of operations for current_run check | Michael Niedermayer | 2015-05-15 | 1 | -1/+1 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -1/+1 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -1/+1 |
* | | avcodec/vp3: pass correct context to av_log() | Michael Niedermayer | 2015-02-06 | 1 | -1/+1 |
* | | avcodec/vp3: use init_get_bits8() | Paul B Mahol | 2015-01-30 | 1 | -2/+3 |
* | | avcodec/vp3: Fix offset handling | Michael Niedermayer | 2014-12-19 | 1 | -5/+8 |
* | | Merge commit '67fc8a15e4182ea111cfcd05897709f09d99a33a' | Michael Niedermayer | 2014-12-19 | 1 | -16/+45 |
|\| |
|
| * | theora: support different visible and coded frame size | Vittorio Giovara | 2014-12-18 | 1 | -16/+45 |
* | | avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_head... | Michael Niedermayer | 2014-12-14 | 1 | -1/+1 |
* | | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41' | Michael Niedermayer | 2014-10-15 | 1 | -1/+1 |
|\| |
|
| * | lavc: deprecate the use of AVCodecContext.time_base for decoding | Anton Khirnov | 2014-10-15 | 1 | -1/+1 |
* | | Correct few "ffmpeg" typos | Paul B Mahol | 2014-08-24 | 1 | -1/+1 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | | Fix 2 coeffecient typo | Clément Bœsch | 2014-07-10 | 1 | -1/+1 |
* | | Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2' | Michael Niedermayer | 2014-06-20 | 1 | -0/+1 |
|\| |
|
| * | Add av_image_check_sar() and use it to validate SAR | Justin Ruggles | 2014-06-20 | 1 | -0/+1 |
* | | avcodec: fix () in TRANSPOSE macro | Michael Niedermayer | 2014-06-08 | 1 | -1/+1 |
* | | avcodec/vp3: free tables before allocating new ones | Michael Niedermayer | 2014-06-03 | 1 | -0/+2 |
* | | avcodec/vp3: factorize out free_tables() | Michael Niedermayer | 2014-06-03 | 1 | -8/+15 |
* | | avcodec/vp3: use av_mallocz_array() | Michael Niedermayer | 2014-05-27 | 1 | -7/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-04-02 | 1 | -748/+780 |
|\| |
|
| * | VP3: K&R formatting cosmetics | Vittorio Giovara | 2014-04-01 | 1 | -755/+787 |
* | | Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c' | Michael Niedermayer | 2014-03-22 | 1 | -1/+1 |
|\| |
|
| * | dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h | Diego Biurrun | 2014-03-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-02-28 | 1 | -4/+4 |
|\| |
|
| * | Give IDCT matrix transpose macro a more descriptive name | Diego Biurrun | 2014-02-27 | 1 | -4/+4 |
* | | Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0' | Michael Niedermayer | 2013-11-15 | 1 | -3/+4 |
|\| |
|
| * | lavc: Edge emulation with dst/src linesize | Ronald S. Bultje | 2013-11-15 | 1 | -1/+5 |
* | | Merge commit '757d5e8ef98ba2ab0dd0e85a46290c4f4a7e82be' | Michael Niedermayer | 2013-11-01 | 1 | -8/+5 |
|\| |
|
| * | vp3: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -8/+5 |
* | | Merge commit '93f305473f880729d18b5e42067f19d2106cb2e5' | Michael Niedermayer | 2013-10-16 | 1 | -1/+1 |
|\| |
|
| * | lavc: Convert some remaining strides to ptrdiff_t | Ronald S. Bultje | 2013-10-15 | 1 | -2/+2 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | | Rewrite emu_edge functions to have separate src/dst_stride arguments. | Ronald S. Bultje | 2013-09-28 | 1 | -1/+4 |
* | | Convert multiplier for MV from int to ptrdiff_t. | Ronald S. Bultje | 2013-09-28 | 1 | -1/+1 |
* | | Merge commit '6fc8226e29055858f28973bb3d27b63b3b65e616' | Michael Niedermayer | 2013-09-16 | 1 | -1/+5 |
|\| |
|