12 Commits (7cabcf7d37e3cfdd493a6a0e3035c0d6170db6b2)

Author SHA1 Message Date
Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 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
Thorsten Jordan 134e5a9a65 Cosmetics: indentation 17 years ago
Thorsten Jordan 95e5323510 Remove useless buffering of input data, so that avcodec_decode_audio never 17 years ago
Justin Ruggles 3eca1e6fad do not set channels before checking request_channels 17 years ago
Justin Ruggles dc7009ea1b use request_channels in liba52 decoder 17 years ago
Aurelien Jacobs 295f373792 various simplifications around recent av_clip_int16() usage 17 years ago
Aurelien Jacobs aee481cebe use av_clip_int16() where it makes sense 17 years ago
Diego Biurrun b04f49c74c Give names of external library decoders/encoders a lib prefix 18 years ago
Diego Biurrun 6f1af73557 Give all wrappers for external libraries names starting with lib. 18 years ago
Patrice Bensoussan 43a498f205 Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2. 18 years ago
Diego Biurrun 4926485d92 Clarify that this decoder uses liba52. 18 years ago
Diego Biurrun 7bc5f2a8a4 Restore the possibility to link liba52 instead of dlopening. 18 years ago
Diego Biurrun f4ca507980 Rename ac3 decoder to liba52 to prepare for native decoder. 18 years ago
Diego Biurrun 0900a85fe8 Remove internal liba52; external lib still works, native decoder coming up. 18 years ago
Michael Niedermayer d9319ccebd set data_size to 0 so that in case we return without setting it nothing funny can happen 18 years ago
Baptiste Coudurier d0f4e4fb17 print error when decoding fails 18 years ago
Diego Biurrun f8904fd959 Rename variables: a52 --> liba52, a52bin --> liba52bin 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Måns Rullgård 62327e2852 native ac3 parser 19 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
Michael Niedermayer 95ae72b7e0 Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) 19 years ago
Michael Niedermayer 53db1cae1c data_size = 0 cleanup 21 years ago
Michael Niedermayer 3d0ef6dd52 av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Michael Niedermayer 983e3246b7 per file doxy 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Nick Kurshev 56f7fda16b reverse 22 years ago
Nick Kurshev bfbc8de9d8 Function renaming. Solves some namespace conflicts 22 years ago
Fabrice Bellard ff4ec49e64 license/copyright change 23 years ago
Juanjo fffcb5e841 - Segfault fixed when liba52 dynamic library isn't found. 23 years ago
Zdenek Kabelac 5751432312 * using liba52 23 years ago
Zdenek Kabelac 976f969b24 * add support for liba52 23 years ago
Zdenek Kabelac 076b09e9b3 * minor - slightly modified debug message 23 years ago
Juanjo e0d2714adc - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for 23 years ago
Zdenek Kabelac 30b68f33aa * encoding of AC3 with more than 2 channels 23 years ago
Fabrice Bellard 1a56543279 win32 fixes 23 years ago
Fabrice Bellard d771bcae33 added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer) 24 years ago
Fabrice Bellard de6d9b6404 Initial revision 24 years ago