105 Commits (02c032abcd43465b30ad58ede18abcdc24b5c006)

Author SHA1 Message Date
Andreas Rheinhardt 2b46ae6407 avcodec/codec_internal: Remove FF_CODEC_CAP_ALLOCATE_PROGRESS 7 months ago
Andreas Rheinhardt 89995cfda1 avcodec: Remove redundant pix_fmts from decoders 9 months ago
Andreas Rheinhardt e5e05fd3c8 avcodec/rv40: Avoid superfluous VLC structures 1 year ago
Andreas Rheinhardt 9cdf82c2c2 avcodec/vlc: Use proper namespace 1 year ago
Andreas Rheinhardt 73fada029c avcodec/codec_internal: Add macros for update_thread_context(_for_user) 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 2d764069be avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt 3e0b6f42e3 avcodec/rv40: Make decoder init-threadsafe 3 years ago
Andreas Rheinhardt 965cfc6684 avcodec/mpegvideo: Move decoder-only stuff to a new header 3 years ago
Andreas Rheinhardt 746e7102be avcodec/mpegvideo: Move encoder-only stuff to a new header 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 4e65a41a5c avcodec/rv34: Move dsp init code to rv30/rv40 4 years ago
Andreas Rheinhardt e7f15f777d avcodec/rv40: Avoid code duplication when initializing VLCs 4 years ago
Andreas Rheinhardt 477fc65d33 avcodec/rv40: Avoid offset table when initializing static VLCs 4 years ago
Andreas Rheinhardt fcde452a47 avcodec/rv40: Make better use of VLC symbols table 4 years ago
Andreas Rheinhardt 47a72391d0 avcodec/rv40: Make the tables used to initialize VLCs smaller 4 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Anton Khirnov 665e5b0fba lavc: replace AVCodecInternal.allocate_progress with an internal cap 5 years ago
Michael Niedermayer 956472a323 avcodec/rv40: Fix runtime error: left shift of negative value 8 years ago
Diego Biurrun d4c2103bd3 golomb: Convert to the new bitstream reader 8 years ago
Michael Niedermayer 1546d487cf avcodec/rv40: Test remaining space in loop of get_dimension() 8 years ago
Diego Biurrun 4024b566d6 golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better names 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Himangi Saraogi 0f532fd3f9 rv40: Return more meaningful error codes 10 years ago
wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
Vittorio Giovara 6f6c029464 lavc: drop ff_pixfmt_list_420 11 years ago
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Martin Storsjö 711c970168 rv34: Check the return value from ff_rv34_decode_init 11 years ago
Michael Niedermayer ad26aa3623 libavcodec/rv40.c: Fix duplicate words 11 years ago
Carl Eugen Hoyos b86651a208 Check the return value of ff_rv34_decode_init() in rv30.c and rv40.c 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Christophe Gisquet d834ab0f2a rv40: perform bitwise checks in loop filter 13 years ago
Christophe Gisquet 34e1b07546 rv40: don't always do the full prev_type search 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Janne Grunau b54b40b33c rv40: prevent undefined signed overflow in rv40_loop_filter() 13 years ago
Janne Grunau 9472d37d8e rv34: frame-level multi-threading 13 years ago
Mans Rullgard d8edf1b515 rv40: rearrange loop filter functions 13 years ago
Janne Grunau bb8a6e03cc rv40: move loop filter to rv34dsp context 13 years ago
Michael Niedermayer 979bea1300 check all svq3_get_ue_golomb() returns. 13 years ago
Kostya Shishkov 7351eb1415 Pretty-print RV3/4 decoder source 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago