aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/rv34.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mpegutils: Don't use MB_TYPE_L[01] for mpegvideoAndreas Rheinhardt2024-06-201-9/+9
* avcodec/mpegvideo_dec, rv34: Simplify check for "does pic exist?"Andreas Rheinhardt2024-06-121-2/+1
* avcodec/mpegpicture: Use ThreadProgress instead of ThreadFrame APIAndreas Rheinhardt2024-06-121-8/+8
* avcodec/mpegpicture: Make MPVPicture refcountedAndreas Rheinhardt2024-06-121-2/+4
* avcodec/mpegvideo_dec: Add close function for mpegvideo-decodersAndreas Rheinhardt2024-06-121-5/+3
* avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary PicAndreas Rheinhardt2024-06-121-19/+19
* avcodec/mpegpicture: Rename Picture->MPVPictureAndreas Rheinhardt2024-06-121-1/+1
* avcodec/mpegvideo: Add const where appropriateAndreas Rheinhardt2024-06-121-1/+2
* avcodec/rv30, rv34, rv40: Avoid indirectionAndreas Rheinhardt2024-06-121-60/+62
* avcodec/mpegvideo: Shorten variable namesAndreas Rheinhardt2024-06-121-78/+78
* avcodec/rv34: assert that size is not 0 in rv34_gen_vlc_ext()Michael Niedermayer2024-06-021-0/+2
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avcodec/rv34: Constify pointer to static objectAndreas Rheinhardt2023-10-311-2/+3
* avcodec/rv34: Avoid superfluous VLC structuresAndreas Rheinhardt2023-10-311-31/+43
* avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during initAndreas Rheinhardt2023-10-051-1/+0
* avcodec/error_resilience: Make applying decode_error_flags optionalAndreas Rheinhardt2023-09-151-3/+3
* avcodec/vlc: Use proper namespaceAndreas Rheinhardt2023-09-111-2/+2
* avcodec/rv34: Add check for av_mallocJiasheng Jiang2023-04-161-0/+2
* lavc: disable an obsolete hack for real videoAnton Khirnov2023-03-021-9/+5
* avcodec/rv34: Remove always-true/false checksAndreas Rheinhardt2022-10-311-2/+2
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-2/+1
* avcodec: Constify ThreadFrames if possibleAndreas Rheinhardt2022-07-311-1/+1
* avcodec/mpegvideo: Inline values in ff_update_block_index()Andreas Rheinhardt2022-07-311-1/+1
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-171-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-4/+2
* avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.hAndreas Rheinhardt2022-03-231-2/+2
* avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-0/+1
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-0/+1
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-091-1/+1
* avcodec/rv34: Move dsp init code to rv30/rv40Andreas Rheinhardt2021-04-121-9/+0
* avcodec/rv34, mpegvideo: Fix segfault upon frame size change errorAndreas Rheinhardt2021-04-081-4/+9
* mpegvideo: use the AVVideoEncParams API for exporting QP tablesAnton Khirnov2021-01-011-0/+1
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
* avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_initAndreas Rheinhardt2020-12-311-1/+0
* avcodec/rv34: Make initializing static VLC tables thread-safeAndreas Rheinhardt2020-12-081-2/+3
* avcodec/rv34: Avoid offsets table for initialization of static VLCsAndreas Rheinhardt2020-12-081-38/+30
* avcodec/rv34: Simplify getting right VLCAndreas Rheinhardt2020-10-261-2/+4
* avcodec/rv34: Don't needlessly copy VLC length and symbol arraysAndreas Rheinhardt2020-10-261-22/+18
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-28/+0
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-101-2/+0
* libavcodec/rv34: error out earlier on missing referencesMichael Niedermayer2018-04-071-3/+3
* avcodec/rv34: Fix runtime error: signed integer overflow: 768 * 4126720 canno...Michael Niedermayer2017-05-171-1/+4
* avcodec/rv34: Fix runtime error: signed integer overflow: 36880 * 66288 canno...Michael Niedermayer2017-03-131-1/+1
* avcodec/rv34: Simplify and factor get_slice_offset() codeMichael Niedermayer2017-02-241-23/+19
* avcodec/rv34: Forward error from rv34_decode_mv()Michael Niedermayer2017-02-221-1/+2
* avcodec/rv34: Fix runtime error: signed integer overflow: -2 + -2147483648 ca...Michael Niedermayer2017-02-221-0/+5
* Merge commit '4024b566d664a4b161d677554be52f32e7ad4236'Hendrik Leppkes2016-06-261-2/+2
|\
| * golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better namesDiego Biurrun2016-05-251-2/+2
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2