187 Commits (bf0a6c4111184ffab9f157db7ee7c8a0f59df077)

Author SHA1 Message Date
Andreas Rheinhardt eb0beffcb3 avcodec/h261dec: Don't set framerate multiple times 7 months ago
Andreas Rheinhardt 9933dfe103 avcodec/h261dec: Simplify decoding motion vectors 7 months ago
Andreas Rheinhardt f793074784 avcodec/h261dec: Unquantize coefficients while parsing them 7 months ago
Andreas Rheinhardt c1097556c7 avcodec/h261dec: Simplify decoding GOB header 7 months ago
Andreas Rheinhardt 18b059f208 avcodec/h261dec: Fix UB NULL + 0, remove broken resync code 7 months ago
Andreas Rheinhardt fb1acbc941 avcodec/h261dec: Don't reset gob_start_code_skipped in h261_decode_init() 7 months ago
Andreas Rheinhardt f5d5b80f3c avcodec/mpegutils: Don't use MB_TYPE_L[01] for mpegvideo 7 months ago
Andreas Rheinhardt c94d81ce00 avcodec/h261dec: Remove nonsense information from error message 7 months ago
Andreas Rheinhardt 0876b160d6 avcodec/h261dec: Use VLC symbol table 7 months ago
Andreas Rheinhardt 9ce56f91c0 avcodec/mpegpicture: Make MPVPicture refcounted 7 months ago
Andreas Rheinhardt 99d26939af avcodec/mpegvideo_dec: Add close function for mpegvideo-decoders 7 months ago
Andreas Rheinhardt fe6037fd04 avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic 7 months ago
Andreas Rheinhardt dda009b97d avcodec/mpegvideo: Add const where appropriate 7 months ago
Andreas Rheinhardt ec1eba792a avcodec/mpegvideo: Shorten variable names 7 months ago
Andreas Rheinhardt 5a9e185dfc avcodec/h261dec: Avoid superfluous VLC structures 1 year ago
Andreas Rheinhardt 66908a43e2 avcodec/h261dec: Don't set write-only macroblock dimensions 1 year ago
Andreas Rheinhardt b561dafd56 avcodec/h261dec: Discard whole packet when discarding 1 year ago
Andreas Rheinhardt c995311bcf avcodec/h261dec: Don't set write-only picture_number 1 year ago
Andreas Rheinhardt fc880c7032 avcodec/h261dec: Remove pointless goto 1 year ago
Andreas Rheinhardt f0f6acde1a avcodec/h261dec, mpeg12dec, vc1dec: Remove setting write-only flags 1 year ago
Andreas Rheinhardt 49b4ed7237 avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during init 1 year ago
Andreas Rheinhardt 9cdf82c2c2 avcodec/vlc: Use proper namespace 1 year ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Marton Balint 6b6f7db819 avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number 2 years ago
Andreas Rheinhardt f56ca21dd4 avcodec/h261dec: Don't update block_index unnecessarily 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 2 years ago
Andreas Rheinhardt 145236741d avcodec/mpegvideo: Inline values in ff_update_block_index() 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 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 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 965cfc6684 avcodec/mpegvideo: Move decoder-only stuff to a new header 3 years ago
Andreas Rheinhardt d5e87df902 avcodec/h261: Separate decode and encode contexts 3 years ago
Andreas Rheinhardt a88a141c17 avcodec: Remove unnecessary h263.h inclusions 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 5106fe85f7 avcodec/h261dec: Initialize IDCT context during init 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 7f1207cb79 avcodec/h261dec: Remove parse_context cruft 4 years ago
Andreas Rheinhardt 9f38fac053 avcodec/h261dec: Make VLC smaller 4 years ago
Andreas Rheinhardt 41826f84bb avcodec/h261dec: Reindentation 4 years ago
Andreas Rheinhardt 7afc6d71a0 avcodec/h261dec: Make decoder init-threadsafe 4 years ago
Andreas Rheinhardt ed913fcb59 avcodec/h261dec: Don't initialize unused part of RLTable 4 years ago
Andreas Rheinhardt b9071a70fc avcodec/h261dec: Don't initialize unused VLCs 4 years ago
Andreas Rheinhardt 8af82be946 avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_init 4 years ago
Andreas Rheinhardt ebbdb928e8 avcodec/h261dec: Don't use too big max_depth in get_vlc2() 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 f670c13f13 avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb 8 years ago
Alexandra Hájková 2d72219554 h261dec: Convert to the new bitstream reader 8 years ago