| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/rv40: Avoid superfluous VLC structures | Andreas Rheinhardt | 2023-10-31 | 1 | -37/+32 |
* | avcodec/vlc: Use proper namespace | Andreas Rheinhardt | 2023-09-11 | 1 | -4/+4 |
* | avcodec/codec_internal: Add macros for update_thread_context(_for_user) | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+1 |
* | avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element | Andreas Rheinhardt | 2022-06-17 | 1 | -2/+2 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec/rv40: Make decoder init-threadsafe | Andreas Rheinhardt | 2022-02-18 | 1 | -3/+5 |
* | avcodec/mpegvideo: Move decoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/mpegvideo: Move encoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/rv34: Move dsp init code to rv30/rv40 | Andreas Rheinhardt | 2021-04-12 | 1 | -0/+1 |
* | avcodec/rv40: Avoid code duplication when initializing VLCs | Andreas Rheinhardt | 2020-12-08 | 1 | -28/+24 |
* | avcodec/rv40: Avoid offset table when initializing static VLCs | Andreas Rheinhardt | 2020-12-08 | 1 | -9/+5 |
* | avcodec/rv40: Make better use of VLC symbols table | Andreas Rheinhardt | 2020-12-08 | 1 | -5/+15 |
* | avcodec/rv40: Make the tables used to initialize VLCs smaller | Andreas Rheinhardt | 2020-12-08 | 1 | -11/+12 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -1/+0 |
* | lavc: replace AVCodecInternal.allocate_progress with an internal cap | Anton Khirnov | 2020-04-10 | 1 | -0/+1 |
* | avcodec/rv40: Fix runtime error: left shift of negative value | Michael Niedermayer | 2017-02-21 | 1 | -1/+1 |
* | avcodec/rv40: Test remaining space in loop of get_dimension() | Michael Niedermayer | 2016-11-15 | 1 | -0/+2 |
* | Merge commit '4024b566d664a4b161d677554be52f32e7ad4236' | Hendrik Leppkes | 2016-06-26 | 1 | -1/+1 |
|\ |
|
| * | golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better names | Diego Biurrun | 2016-05-25 | 1 | -1/+1 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | Merge commit '0f532fd3f9b9ca974cea0feb8ddcaf4a7f3b23c5' | Michael Niedermayer | 2015-02-19 | 1 | -4/+5 |
|\| |
|
| * | rv40: Return more meaningful error codes | Himangi Saraogi | 2015-02-19 | 1 | -4/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-04-09 | 1 | -2/+2 |
|\| |
|
| * | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-23 | 1 | -1/+4 |
|\| |
|
| * | lavc: drop ff_pixfmt_list_420 | Vittorio Giovara | 2014-03-23 | 1 | -1/+4 |
* | | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b' | Michael Niedermayer | 2014-03-17 | 1 | -0/+1 |
|\| |
|
| * | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | Merge commit '711c970168297683860422e95d6b7e37ee3c8367' | Michael Niedermayer | 2013-09-17 | 1 | -2/+1 |
|\| |
|
| * | rv34: Check the return value from ff_rv34_decode_init | Martin Storsjö | 2013-09-17 | 1 | -1/+3 |
* | | libavcodec/rv40.c: Fix duplicate words | Michael Niedermayer | 2013-08-12 | 1 | -1/+1 |
* | | Check the return value of ff_rv34_decode_init() in rv30.c and rv40.c | Carl Eugen Hoyos | 2013-07-08 | 1 | -1/+4 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -3/+3 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -3/+3 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-29 | 1 | -19/+22 |
|\| |
|
| * | rv40: perform bitwise checks in loop filter | Christophe Gisquet | 2012-04-28 | 1 | -8/+8 |
| * | rv40: don't always do the full prev_type search | Christophe Gisquet | 2012-04-28 | 1 | -11/+14 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -11/+12 |
|\| |
|