67 Commits (6c31ba226968f12f898120dbb928dab34e03782b)

Author SHA1 Message Date
Anton Khirnov 955aec3c7c mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_header 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Anton Khirnov 2df0c32ea1 lavc: use a separate field for exporting audio encoder padding 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Justin Ruggles f2f2e7627f Check mp3 header before calling avpriv_mpegaudio_decode_header(). 11 years ago
Timothy Gu 09fda6bb50 libmp3lame: add ABR support 11 years ago
Timothy Gu 292dbe5e8a libmp3lame: add comments about CBR/VBR modes 11 years ago
Paul B Mahol 729d821fd8 libmp3lame: allow joint stereo to be disabled 11 years ago
Alexandra Khirnova 9b8d11a76a avcodec: Use av_reallocp where suitable 11 years ago
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
Justin Ruggles e984f47873 libmp3lame: use the correct remaining buffer size when flushing 12 years ago
Michael Niedermayer 1d7ffd06e4 lavc: Fix assignments in if() when calling ff_af_queue_add 12 years ago
Justin Ruggles 284ea790d8 dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Justin Ruggles abd8b9e7e0 libmp3lame: resize the output buffer if needed 12 years ago
Justin Ruggles 473b297f26 libmp3lame: use planar sample formats 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 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
Michael Niedermayer bcbb30e2a0 libmp3lame: add missing layout terminator 13 years ago
Anton Khirnov e6694659fc libmp3lame: set supported channel layouts. 13 years ago
Justin Ruggles 3d853d7ab3 libmp3lame: use AVCodec.encode2() 13 years ago
Justin Ruggles e00959a9b1 libmp3lame: support float and s32 sample formats 13 years ago
Justin Ruggles e232225276 libmp3lame: renaming, rearrangement, alignment, and comments 13 years ago
Justin Ruggles 232e16dd02 libmp3lame: use the LAME default bit rate 13 years ago
Justin Ruggles 1f516c0451 libmp3lame: use avpriv_mpegaudio_decode_header() for output frame parsing 13 years ago
Justin Ruggles e3d2c89e9d libmp3lame: cosmetics: remove some pointless comments 13 years ago
Justin Ruggles bf909fc456 libmp3lame: convert some debugging code to av_dlog() 13 years ago
Justin Ruggles 469d2a8e8e libmp3lame: remove outdated comment. 13 years ago
Justin Ruggles 35cfd7d09c libmp3lame: do not set coded_frame->key_frame. 13 years ago
Justin Ruggles 8dad25ebf7 libmp3lame: improve error handling in MP3lame_encode_init() 13 years ago
Justin Ruggles 310c372e12 libmp3lame: remove unneeded 'stereo' field from Mp3AudioContext 13 years ago
Anton Khirnov b9de160c3e lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft. 13 years ago
Aneesh Dogra c4db344664 libmp3lame: K&R formatting cosmetics 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Anton Khirnov 9bc9188e58 libmp3lame: fix typo 13 years ago
Anton Khirnov a7cec3a094 libmp3lame: add 'reservoir' private option. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Ronald S. Bultje 03c804e1ed mp3lame: add #include required for AV_RB32 macro. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Thierry Foucu 769b74ab85 Allow mono encoding with LAME. 14 years ago
Carl Eugen Hoyos eb6fb058f2 Remove useless comment. 14 years ago
James Darnley efec9ac8a9 Allow float values for libmp3lame quality. 14 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