31 Commits (feded990e3ef9af4a0b827d5b6d8fe86f0b94942)

Author SHA1 Message Date
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Anton Khirnov f073b1500e lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft 12 years ago
Michael Niedermayer 1d7ffd06e4 lavc: Fix assignments in if() when calling ff_af_queue_add 12 years ago
Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Carl Eugen Hoyos af2f655c02 faac: Fix multi-channel ordering 13 years ago
Alex Converse ca332b1d8c faac: Add .channel_layouts 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Justin Ruggles d1afb2f94e libfaac: use AVCodec.encode2() 13 years ago
Justin Ruggles 7a8cbb39f6 libfaac: improve error checking and handling in Faac_encode_init() 13 years ago
Justin Ruggles 255ad8881d audio encoders: do not set coded_frame->key_frame. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Justin Ruggles 243f8241db Flush final frames in libfaac encoder. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Anssi Hannula b92f76e209 libfaac: add recognized profiles array 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 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
Reimar Döffinger b5f09d31c2 Make sample_fmts and channel_layouts compound literals const to reduce size of 15 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Stefano Sabatini 2c006f4380 Log an error message in case of invalid number of channels. 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
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
Benoit Fouet e2d0eeecf7 right filename in doxygen comment 17 years ago
Diego Biurrun 6f1af73557 Give all wrappers for external libraries names starting with lib. 18 years ago
Diego Biurrun c9171a830b Rename faac_encoder to libfaac_encoder for consistency and to be able to 18 years ago
Nicolas George 4f2c36ac4f add the possibility to choose aac profile 18 years ago
Baptiste Coudurier 4c02e46daf free faac extradata 18 years ago
Måns Rullgård 8e981daf2b make some symbols static 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 86db37df52 create adts stream if CODEC_FLAG_GLOBAL_HEADER not set 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Luca Abeni 14f0c8e28a Parameter added for user to set the cutoff frequency when encoding with faac. 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
Justin Ruggles c57c770db3 vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net) 20 years ago
Steven M. Schultz c0a2c42f59 av_log patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) 21 years ago
Michael Niedermayer 29d48296a7 Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>) 21 years ago