summaryrefslogtreecommitdiff
path: root/libavcodec/rv40.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt2022-09-031-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+1
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-171-2/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* avcodec/rv40: Make decoder init-threadsafeAndreas Rheinhardt2022-02-181-3/+5
* avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-0/+1
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/rv34: Move dsp init code to rv30/rv40Andreas Rheinhardt2021-04-121-0/+1
* avcodec/rv40: Avoid code duplication when initializing VLCsAndreas Rheinhardt2020-12-081-28/+24
* avcodec/rv40: Avoid offset table when initializing static VLCsAndreas Rheinhardt2020-12-081-9/+5
* avcodec/rv40: Make better use of VLC symbols tableAndreas Rheinhardt2020-12-081-5/+15
* avcodec/rv40: Make the tables used to initialize VLCs smallerAndreas Rheinhardt2020-12-081-11/+12
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-1/+0
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-101-0/+1
* avcodec/rv40: Fix runtime error: left shift of negative valueMichael Niedermayer2017-02-211-1/+1
* avcodec/rv40: Test remaining space in loop of get_dimension()Michael Niedermayer2016-11-151-0/+2
* Merge commit '4024b566d664a4b161d677554be52f32e7ad4236'Hendrik Leppkes2016-06-261-1/+1
|\
| * golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better namesDiego Biurrun2016-05-251-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* | Merge commit '0f532fd3f9b9ca974cea0feb8ddcaf4a7f3b23c5'Michael Niedermayer2015-02-191-4/+5
|\ \ | |/
| * rv40: Return more meaningful error codesHimangi Saraogi2015-02-191-4/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-091-2/+2
|\ \ | |/
| * mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-231-1/+4
|\ \ | |/
| * lavc: drop ff_pixfmt_list_420Vittorio Giovara2014-03-231-1/+4
* | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer2014-03-171-0/+1
|\ \ | |/
| * mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Merge commit '711c970168297683860422e95d6b7e37ee3c8367'Michael Niedermayer2013-09-171-2/+1
|\ \ | |/
| * rv34: Check the return value from ff_rv34_decode_initMartin Storsjö2013-09-171-1/+3
* | libavcodec/rv40.c: Fix duplicate wordsMichael Niedermayer2013-08-121-1/+1
* | Check the return value of ff_rv34_decode_init() in rv30.c and rv40.cCarl Eugen Hoyos2013-07-081-1/+4
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-3/+3
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-3/+3
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-291-19/+22
|\ \ | |/
| * rv40: perform bitwise checks in loop filterChristophe Gisquet2012-04-281-8/+8
| * rv40: don't always do the full prev_type searchChristophe Gisquet2012-04-281-11/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-11/+12
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-11/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-8/+8
|\ \ | |/