98 Commits (ff3e8564c440b03dc9cf72f3a7536fe4880ad72e)

Author SHA1 Message Date
  Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 13 years ago
  Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 13 years ago
  Michael Niedermayer 0c6b0409af mpeg1enc: Disable threads for resolutions too large for multi-threading 13 years ago
  Michael Niedermayer 7fb87bc5f2 mpeg12enc: check dimension validity 13 years ago
  Michael Niedermayer bcc4ef1a41 mpeg12enc: Correctly mask dimensions 13 years ago
  Michael Niedermayer 03df972016 mpeg1video: support multi threaded slice encoding. 13 years ago
  Martin Storsjö eaa9b2e66c avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tab 13 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
  Michael Niedermayer cf5a98b9e3 mpeg2videodec: fix list of supported frame rates to include sane ext rates. 13 years ago
  Michael Niedermayer e214306775 mpeg2enc: support and use frame_rate_ext when needed 13 years ago
  Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 13 years ago
  Mans Rullgard d7a4f8f8b9 Move MASK_ABS macro to libavcodec/mathops.h 13 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
  Matthieu Bouron 789f8cb03a avutil: support 50 and 60 frame rates in timecode api 13 years ago
  Michael Niedermayer cdb3f2f5f0 mpeg12enc: switch to av_assert 13 years ago
  Clément Bœsch 6b35f1a2a6 timecode: move timecode muxer options to metadata. 13 years ago
  Michael Niedermayer 1337c6cf15 mpeg1enc: dont use size extension. 14 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 14 years ago
  Anton Khirnov ed019b8e5b lavc: add -mpv_flags to mpegvideo_enc-based encoders. 14 years ago
  Anton Khirnov 445a7d48b1 mpegvideo_enc: switch to encode2(). 14 years ago
  Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 14 years ago
  Martin Storsjö d6c8dcb8ac mpeg12: Add ff_ prefix to nonstatic symbols 14 years ago
  Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 14 years ago
  Clément Bœsch d8804905eb mpeg12enc: use new public timecode API. 14 years ago
  Anton Khirnov 9ce2a91b84 lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft. 14 years ago
  Michael Niedermayer 7ed6b1a128 mpeg1videoenc: disable slice threads 14 years ago
  Matthieu Bouron 366605ff5d mpeg12enc: fix drop_frame_timecode value 14 years ago
  Clément Bœsch 80914cde6f timecode: rename internal ff_* symbols to avpriv_*. 14 years ago
  Clément Bœsch b1ca5634fd mpeg12: raise timecode to codec context. 14 years ago
  Alex Converse 090aaaf752 mpeg12enc: Remove write-only variables. 14 years ago
  Alex Converse 7c5dfc174b mpeg12enc: Don't set up run-level info for level 0. 14 years ago
  Michael Niedermayer ce253edf4e fix shared lib build 14 years ago
  Anton Khirnov 9f51c682ee lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 14 years ago
  Anton Khirnov 9138a130cd lavc: use avpriv_ prefix for ff_frame_rate_tab. 14 years ago
  Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 14 years ago
  Mans Rullgard 2f329db90e mpeg12enc: use sign_extend() function 14 years ago
  Anton Khirnov aed7900704 mpeg12: add 'scan_offset' private option. 14 years ago
  Anton Khirnov 0e5d37309f mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option. 14 years ago
  Anton Khirnov 88262ca87d mpeg2enc: add 'non_linear_quant' private option 14 years ago
  Anton Khirnov 2c5e1efc09 mpeg12enc: add drop_frame_timecode private option. 14 years ago
  Anton Khirnov 297d9cb3dc mpeg12enc: add intra_vlc private option. 14 years ago
  Clément Bœsch 51fb933dd0 timecode: move dropframe code and doxycomment it. 14 years ago
  Clément Bœsch 5231454560 timecode: introduce timecode and honor it in MPEG-1/2. 14 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
  Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
  Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 15 years ago
  Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 15 years ago
  Diego Biurrun 2e15305b70 Remove some disabled printf debug cruft. 15 years ago
  Ronald S. Bultje 94f7451a3a Introduce slice threads flag. 15 years ago