43 Commits (11b02fc675bc2a4b98001c0f64fbcd45758077d9)

Author SHA1 Message Date
Andreas Rheinhardt d1d30edf42 avcodec/msmpeg4data: Move data shared between msmpeg4 and VC-1 out 2 years ago
Andreas Rheinhardt ddbaf6227b avcodec/msmpeg4enc: Fix indentation 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 3 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 746e7102be avcodec/mpegvideo: Move encoder-only stuff to a new header 3 years ago
Andreas Rheinhardt 20d74fb09d avcodec/h263.h: Move encoder-only stuff to a new header h263enc.h 3 years ago
Andreas Rheinhardt 20033c7da4 avcodec/msmpegenc: Add MSMPEG4EncContext and move ac_stats to it 3 years ago
Andreas Rheinhardt 9f2b566301 avcodec/msmpeg4.h: Move encoder-only stuff to a new header 3 years ago
Andreas Rheinhardt 2098d1f4c5 avcodec/mpegvideo_enc: Move msmpeg4/wmv1 encoders to msmpeg4enc.c 3 years ago
Andreas Rheinhardt 63b2b0f47d avcodec/msmpeg4enc: Reindent after the last commit 4 years ago
Andreas Rheinhardt f4d16c3865 avcodec/msmpeg4enc: Make msmpeg4 encoders init-threadsafe 4 years ago
Andreas Rheinhardt 1d5d666601 avcodec/msmpeg4: Factor out common RLTable initialization code 4 years ago
Andreas Rheinhardt 5da07f18e5 avcodec/msmpeg4enc: Remove dead code for inexistent VC-1 encoder 4 years ago
Andreas Rheinhardt f0042e573e avcodec/msmpeg4enc: Don't use code for static init that can fail 4 years ago
Andreas Rheinhardt d8b2fae3c7 avcodec/msmpeg4: Inline number of motion vectors 4 years ago
Anton Khirnov 717503f716 put_bits: make avpriv_align_put_bits() inline 4 years ago
Diego Biurrun f2f145f303 msmpeg4: Drop disabled debug cruft 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Michael Niedermayer d9b56895b5 avcodec/mpegvideo: change bit_rate to 64bit 10 years ago
Anton Khirnov 6f57375d70 rl: Rename ff_*_rl() to ff_rl_*() 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Vittorio Giovara 1c6183233d msmpeg4: check memory allocations and propagate errors 10 years ago
Michael Niedermayer a072acb108 avcodec: fix duplicate includes 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Michael Niedermayer e0a99d5411 msmpeg4enc: fix possible use of uninitialized warning 12 years ago
Diego Biurrun 1218777ffd avcodec: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Diego Biurrun 9c6cf7f2c9 avcodec: Drop silly and/or broken printf debug output 12 years ago
Michael Niedermayer 4aed3ac86a msmpeg4enc: use av_assert 13 years ago
Michael Niedermayer 9e938d22c5 msmpeg4enc: fix stored fps value 13 years ago
Diego Biurrun 2f4b476e04 msmpeg4: Split encoding backend code off from general backend code. 13 years ago