22 Commits (0795b861742eb244737cb15a544bb6d81f98c260)

Author SHA1 Message Date
  Reimar Döffinger edac49daf5 Use "const" qualifier for pointers that point to input data of 15 years ago
  Rafaël Carré b47a52dc86 mpegaudioenc: Remove write-only variables from the context. 15 years ago
  Michael Niedermayer ddecab2097 Set .supported_samplerates for mpeg audio encoders. 15 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
  Lasse Reinhold 391dbb54a6 Use floating point mathematics when encoding mpeg audio. 15 years ago
  Reimar Döffinger b5f09d31c2 Make sample_fmts and channel_layouts compound literals const to reduce size of 15 years ago
  Diego Biurrun 8b44de14d1 Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. 16 years ago
  Stefano Sabatini fb53b4a035 Rename pbBufPtr() to put_bits_ptr(). 16 years ago
  Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 16 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
  Måns Rullgård 7356aaa786 Fix mpeg audio regression test failure 16 years ago
  Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago
  Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
  Michael Niedermayer 2453f40602 Prevent scalefactors from overflowing. 17 years ago
  Michael Niedermayer 161dab177f ILP64 fix 17 years ago
  Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
  Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
  Måns Rullgård c2d08dc0d7 move a couple of macros and structs to mpegaudio.h 18 years ago
  Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
  Aurelien Jacobs 08aa2c9bd2 remove dependency of mpeg audio encoder over mpeg audio decoder 18 years ago
  Aurelien Jacobs 677fe2e226 add proper prefix to extern mpeg audio data tables 18 years ago
  Aurelien Jacobs 4991c0516d move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c 18 years ago
  Alex Beregszaszi 07d84a4e9f check for channels<=0 and print a reasonable error message 18 years ago
  Michael Niedermayer ac975ac462 useless as this file wont be compiled if this is not true 18 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
  Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
  Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
  Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
  Roberto Togni d9b1c197e5 QDM2 compatible decoder 19 years ago
  Roine Gustafsson 983ea0bc87 a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.sourceforge net] 20 years ago
  Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
  Michael Niedermayer caa336b4cc common.c -> bitstream.c (and the single non bitstream func -> utils.c) 20 years ago
  Michael Niedermayer 9fe5a7b831 do not call (av_)abort() 20 years ago
  Michael Niedermayer bb0b93ba81 more info about why init failed 21 years ago
  Michael Niedermayer 3d0ef6dd52 av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
  Michel Bardiaux 9b87956678 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
  Alex Beregszaszi ed7debda14 removed the obsolete and unused parameters of init_put_bits 21 years ago
  Michael Niedermayer 983e3246b7 per file doxy 22 years ago
  Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
  Zdenek Kabelac 5c91a6755b * static,const,compiler warning cleanup 22 years ago
  Fabrice Bellard 8e1e6f31c1 use av_malloc() functions - added av_strdup and av_realloc() 22 years ago
  Michael Niedermayer 492cd3a920 AVVideoFrame -> AVFrame 22 years ago
  Philip Gladstone 02ac31361b Change abort() calls to av_abort() calls. 23 years ago
  Zdenek Kabelac cd4af68ad5 * started to cleanup name clashes for onetime compilation 23 years ago
  Fabrice Bellard ff4ec49e64 license/copyright change 23 years ago
  Fabrice Bellard 6000abfa89 removed useless header includes - use av memory functions 23 years ago
  Michael Niedermayer 17592475b3 alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it) 23 years ago
  Fabrice Bellard afa982fdae corrected mpeg audio encoding overflows - now it should give correct quality even for very high volumes 24 years ago