127 Commits (84f16bb5e68dc47eca4dc96b3391c58471cd7328)

Author SHA1 Message Date
Andreas Rheinhardt 18e75f493d avcodec/mpegvideo: Remove write-only [fb]_code 3 years ago
Andreas Rheinhardt 746e7102be avcodec/mpegvideo: Move encoder-only stuff to a new header 3 years ago
Andreas Rheinhardt 876d0afe1f avcodec/mpeg4video.h: Move encoder-only parts in a new file 3 years ago
Andreas Rheinhardt 20d74fb09d avcodec/h263.h: Move encoder-only stuff to a new header h263enc.h 3 years ago
Andreas Rheinhardt b326c2dcdc avcodec/mpeg4videoenc: Use stack variable for aspect_ratio_info 3 years ago
Andreas Rheinhardt 49627b2f2a avcodec/mpeg4videoenc: Use stack variable for vo_type 3 years ago
Andreas Rheinhardt c21433c953 avcodec/mpeg4video: Split off data in a header of its own 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 929107c751 avcodec/mpeg4videoenc: Make encoder init-threadsafe 4 years ago
Andreas Rheinhardt d99707b42a avcodec/mpeg4video: Make initializing RLTable thread-safe 4 years ago
Andreas Rheinhardt 7d9afb46f2 avcodec/mpegvideo: Deprecate bframe opts for encoders not supporting them 4 years ago
Andreas Rheinhardt 6c2cc205f6 avcodec/mpegvideo: Deprecate duplicate matrix opt for unsupported codecs 4 years ago
Andreas Rheinhardt 2de159fcf1 avcodec/mpegvideo: Deprecate a53cc option for encoders != MPEG-2 4 years ago
Andreas Rheinhardt 42c895ef5c avcodec/mpegvideo: Deprecate mpeg_quant option for codecs != MPEG-4 4 years ago
Andreas Rheinhardt c81b8e04aa Avoid intermediate bitcount for number of bytes in PutBitContext 4 years ago
Michael Niedermayer 33a1687bf6 avcodec/mpeg4videoenc: Check extradata malloc() 4 years ago
Andreas Rheinhardt aff923c0b5 avcodec/Makefile: Make H.263 encoder compilable without MPEG4 encoder 4 years ago
Anton Khirnov dc1099442e put_bits: make avpriv_copy_bits() lavc-local 4 years ago
Anton Khirnov 944ba30db0 put_bits: make avpriv_put_string() lavc-local 4 years ago
Limin Wang 467d9e27e0 avcodec: Add FF_CODEC_CAP_INIT_CLEANUP 5 years ago
Marton Balint 82f9eb6f6c avcodec: move mpeg4 profiles to profiles.h 5 years ago
Vitaly Buka f163d30de2 mpeg4videoenc: Don't crash with -fsanitize=bounds 5 years ago
Michael Niedermayer e1182fac1a avcodec/mpeg4videoenc: Use 64 bit for times in mpeg4_encode_gop_header() 7 years ago
Diego Biurrun d5fda00efa mpeg4videoenc: Kill non-compiling disabled cruft 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Michael Niedermayer f502583663 avcodec/mpeg4videoenc: Use 64bit for time variables 9 years ago
Michael Niedermayer 7c97946d61 avcodec/mpeg4video: Check time_incr 9 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Anton Khirnov 6f57375d70 rl: Rename ff_*_rl() to ff_rl_*() 10 years ago
Vittorio Giovara 848e86f74d mpegvideo: Drop flags and flags2 10 years ago
Diego Biurrun 835f798c7d mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 11 years ago
Diego Biurrun 2d60444331 dsputil: Split motion estimation compare bits off into their own context 11 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
Michael Niedermayer 7db0f9bef1 avcodec/mpeg4videoenc: fix alternative implementation of mpeg4_encode_dc() 11 years ago
wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Anton Khirnov a5a71992ca mpeg4videoenc: don't set MpegEncContext.resync_marker 11 years ago
Anton Khirnov 75bd07f732 mpeg4videoenc: write 0 instead of vol_sprite_usage 11 years ago
Vittorio Giovara 305d3d9f1f mpeg4videoenc: restore macro parentheses 11 years ago
Vittorio Giovara 8769113acc mpeg4videoenc: K&R formatting cosmetics 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Michael Niedermayer 7e059c9c5d mpeg4videoenc: check w,h to be within the supported range. 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago