299 Commits (d3f48e68b3236bc3fbf75cc489d53e9f397f5e0a)

Author SHA1 Message Date
Andreas Rheinhardt 145236741d avcodec/mpegvideo: Inline values in ff_update_block_index() 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 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt a9cc413496 avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.h 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 f326855947 avcodec/ituh263dec: Make initializing VLCs thread-safe 3 years ago
Andreas Rheinhardt 965cfc6684 avcodec/mpegvideo: Move decoder-only stuff to a new header 3 years ago
Andreas Rheinhardt 9fa4e0e555 avcodec/rv10.h: Split header into decoder- and encoder-only parts 3 years ago
Andreas Rheinhardt 7f6596c8bb avcodec/h263: Move decoding-only stuff to a new header h263dec.h 3 years ago
Andreas Rheinhardt b263415ab7 avcodec/mpegvideo: Don't set unrestricted_mv for decoders 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer f8556b632f avcodec/rv10: Execute whole size check earlier for rv20 4 years ago
Andreas Rheinhardt 8ffd3ef9d9 avcodec/rv10: Don't presume context to be initialized 4 years ago
Andreas Rheinhardt d4b9e117ce Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common_init()" 4 years ago
Andreas Rheinhardt 8af82be946 avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_init 4 years ago
Andreas Rheinhardt e804eb0ef6 avcodec/rv10: Simplify handling of skip VLC entries 4 years ago
Andreas Rheinhardt 1320d336ef avcodec/rv10: Make VLC tables smaller 4 years ago
Andreas Rheinhardt daf8b10eeb avcodec/rv10: Use symbol table more effectively 4 years ago
Andreas Rheinhardt df3269f5f7 avcodec/rv10: Reduce number of exceptions when reading VLC value 4 years ago
Andreas Rheinhardt e730b15583 avcodec/rv10: Reduce the size of the tables used to initialize VLCs 4 years ago
Andreas Rheinhardt e9d06fef62 avcodec/rv10: Make initializing static RV10 VLCs thread-safe 4 years ago
Limin Wang 4b2863ff01 avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common_init() 5 years ago
Michael Niedermayer 47a017aaaa avcodec/rv10: Check input for minimal frame size 5 years ago
Michael Niedermayer 14fcf42958 avcodec/rv10: Fix integer overflow in aspect ratio compare 6 years ago
Michael Niedermayer d57f6606eb avcodec/rv10: Avoid calculating undefined value that is unused 6 years ago
Michael Niedermayer f670c13f13 avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara e7af52a68d mpegvideo: rv10: Move function declaration to a separate header 10 years ago
Vittorio Giovara e3d0f49abb mpegvideo: h263: Move all tables to a single file 10 years ago
Vittorio Giovara 925b80d640 mpegvideo: Move OutFormat enum to mpegutils.h 10 years ago
Vittorio Giovara 378a00087f mpegvideo: Move tables to a separate file 10 years ago
Michael Niedermayer 7104301638 avcodec/rv10: Use ff_tlog() for block level tracing 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer 4dee4a4470 avcodec/mpegvideo: Factor ff_mpv_decode_init() out 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 11 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 11 years ago
Diego Biurrun 835f798c7d mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 11 years ago
John Stebbins 998c9f15d1 idct: remove call to ff_idctdsp_init from ff_MPV_common_init 11 years ago
Nidhi Makhijani 9f99a5f1d0 mpegencconetxt: Move rv10-specific orig_width/orig_height where they belong 11 years ago
Diego Biurrun 7b9ef8d701 mpeg: Split error resilience bits off into a separate file 11 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
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Keiji Costantini 8c09532672 rv10: K&R formatting cosmetics 11 years ago
Keiji Costantini b4d372e091 rv10: Forward error from rv10_decode_packet 11 years ago
Anton Khirnov ebfe622bb1 mpegvideo: drop support for real (non-emulated) edges 11 years ago