100448 Commits (cd97e1ff4d70a49efc38ce3bc3d759d300b37b51)
 

Author SHA1 Message Date
  Andreas Rheinhardt 665a3dbd36 avcodec/nellymoserenc: Make encoder init-threadsafe 5 years ago
  Andreas Rheinhardt 0a56bfa71f avcodec/nellymoserenc: Cleanup generically on init failure 5 years ago
  Andreas Rheinhardt 35f61eb350 avcodec/nellymoserdec: Make decoder init-threadsafe 5 years ago
  Andreas Rheinhardt 285db1d53b avcodec/atrac3plus: Make decoders init-threadsafe 5 years ago
  Andreas Rheinhardt 7fd8658347 avcodec/atrac1: Mark decoder as init-threadsafe 5 years ago
  Andreas Rheinhardt 3719122065 avcodec/sinewin_tablegen: Make initializing ff_sine_windows thread-safe 5 years ago
  Andreas Rheinhardt cdea393093 avcodec/aacdec, sinewin: Move 120 and 960 point sine tables to aacdec 5 years ago
  Andreas Rheinhardt 7688f94e90 avcodec/sinewin_tablegen: Use better check in assert 5 years ago
  Andreas Rheinhardt 11fd96c1dc avcodec/atrac3: Make decoders init-threadsafe 5 years ago
  Andreas Rheinhardt 94a55f28aa avcodec/atrac: Make generating tables thread-safe 5 years ago
  Andreas Rheinhardt d5d1c697bd avcodec/mpegaudio_tablegen: Make exponential LUT shared 5 years ago
  Andreas Rheinhardt ed33bbe678 avcodec/mpegaudiodec: Hardcode tables to save space 5 years ago
  Andreas Rheinhardt 12e941df89 avcodec/mpegaudio_tablegen: Don't inappropriately use static array 5 years ago
  Andreas Rheinhardt 22140374c8 avcodec/mpegaudio_tablegen: Avoid write-only buffers 5 years ago
  Andreas Rheinhardt 73bc26acb8 avcodec/mpegaudiodec: Share fixed and floating point data and init code 5 years ago
  Andreas Rheinhardt b9d475393e avcodec/mpegaudiodec_template: Apply shift during init 5 years ago
  Andreas Rheinhardt c778f2266d avcodec/mpegaudiodec: Make decoders init-threadsafe 5 years ago
  Andreas Rheinhardt b29a3f3e0f avcodec/mpegaudiodec: Combine tables used to initialize VLCs 5 years ago
  Andreas Rheinhardt db234dbf73 avcodec/mpegaudiodec: Reduce the size of tables used to initialize VLCs 5 years ago
  Andreas Rheinhardt 12ace68ab0 avcodec/mpegaudiotab: Avoid unused entry in table 5 years ago
  Andreas Rheinhardt 117575ae26 avcodec/mpegaudiodec_template: Avoid VLC size tables 5 years ago
  Andreas Rheinhardt 8c6a67e6c4 avcodec/mv30: Inline constants 5 years ago
  Andreas Rheinhardt 90c4958640 avcodec/mv30: Reduce the size of tables used to initialize VLCs 5 years ago
  Andreas Rheinhardt 0ecd6879b3 avcodec/imm4: Inline constants 5 years ago
  Andreas Rheinhardt dc4c9744eb avcodec/imm4: Reduce the size of tables used to initialize VLCs 5 years ago
  Andreas Rheinhardt c14656c170 avcodec/imm4: Make better use of symbols table 5 years ago
  Andreas Rheinhardt d9e6e9360d avcodec/aacdec_template: Use VLC symbols table 5 years ago
  Andreas Rheinhardt 097277f31a avcodec/aacdec_template: Avoid code duplication when initializing VLCs 5 years ago
  Andreas Rheinhardt 7b7c4c554f avcodec/qdmc: Avoid code duplication when initializing VLC 5 years ago
  Andreas Rheinhardt b21d9339fe avcodec/qdmc: Apply offset when creating VLC 5 years ago
  Andreas Rheinhardt fb0ae037d0 avcodec/qdmc: Make tables used to initialize VLCs smaller 5 years ago
  Andreas Rheinhardt 240a25f94f avcodec/magicyuv: Optimize creating Huffman tables 5 years ago
  Andreas Rheinhardt c638d1d126 avcodec/utvideodec: Avoid implicit qsort when creating Huffman tables 5 years ago
  Andreas Rheinhardt 5d503c91f3 avcodec/atrac3: Use symbols table 5 years ago
  Andreas Rheinhardt abf1a4f05c avcodec/intrax8: Reduce the size of tables used to initialize VLCs 5 years ago
  Andreas Rheinhardt d1a1f11712 avcodec/intrax8: Avoid code duplication when initializing VLCs 5 years ago
  Andreas Rheinhardt ba69ee8801 avcodec/intrax8: Remove VLC offsets table 5 years ago
  Andreas Rheinhardt 420476ec78 avcodec/vp3: Remove code duplication when initializing Theora VLCs 5 years ago
  Andreas Rheinhardt 802fc678b2 avcodec/vp3: Use symbols table for VP3 motion vectors 5 years ago
  Andreas Rheinhardt 4cb4345f78 avcodec/vp3: Make tables used to initialize VLCs smaller 5 years ago
  Andreas Rheinhardt 22241d12c7 avcodec/vp3: Apply VLC offset during init 5 years ago
  Andreas Rheinhardt 984fdfd042 avcodec/atrac9dec: Make VLCs static 5 years ago
  Andreas Rheinhardt 76a4356a75 avcodec/atrac9dec: Don't create VLCs that are never used 5 years ago
  Andreas Rheinhardt b52e0d9504 avcodec/atrac9tab: Unify tables used to initialize VLCs 5 years ago
  Andreas Rheinhardt 5ac9d78dd2 avcodec/atrac9dec: Make tables used to initialize VLCs smaller 5 years ago
  Andreas Rheinhardt f697622f68 avcodec/rv34: Make initializing static VLC tables thread-safe 5 years ago
  Andreas Rheinhardt 88c75592bd avcodec/rv34: Avoid offsets table for initialization of static VLCs 5 years ago
  Andreas Rheinhardt def1b6be6b avcodec/vc1: Make ff_vc1_init_common() thread-safe 5 years ago
  Andreas Rheinhardt 58fc810d42 avcodec/atrac3plus: Run-length encode length tables to make them smaller 5 years ago
  Andreas Rheinhardt a7dbeb77c3 avcodec/atrac3plus: Combine codebooks into one array 5 years ago