12 Commits (24cc0a53e99e281b0ff502e82e7cf857111eca3f)

Author SHA1 Message Date
Carl Eugen Hoyos 724cf83f10 Remove some unneeded casts of bit_rate. 7 years ago
Michael Niedermayer 7404f3bdb9 lavc: Switch bitrate to 64bit unless compatibility with avconv was requested. 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Christian Schmidt 21fd2f84ce pcm_bluray: cosmetics 11 years ago
Christian Schmidt 0d6549d8b5 pcm_bluray: rename pcm-mpeg.c to pcm-bluray.c 11 years ago
Christian Schmidt 1c6d2bb9a9 pcm_bluray: Return AVERROR_INVALIDDATA instead of -1 on header errors 11 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Justin Ruggles 0905c96390 pcm-bluray: decode directly to the user-provided AVFrame 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Christian Schmidt 4a7429203a pcm-mpeg: correct bitrate calculation 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Christian Schmidt d041dec3cb pcm-mpeg: improve log message wording 13 years ago
Hendrik Leppkes c58bcead3b pcm_mpeg: fix number of consumed bytes to include the header. 13 years ago
Hendrik Leppkes ff80c68264 pcm_bluray: set bits_per_raw_sample for > 16-bit 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Paul B Mahol bd3e07c82a pcm-mpeg: convert to bytestream2 API 13 years ago
Ronald S. Bultje f1320dc3be lpcm: fix sample size calculation for 20bit LCPM. 13 years ago
Michael Niedermayer 52807022ab pcm-mpeg: fix 10l condition flip 13 years ago
Michael Niedermayer cd0cfdc0a7 pcm-mpeg: Check for valid bps. 13 years ago
Hendrik Leppkes bc057f7592 pcm-mpeg: implement new audio decoding api 13 years ago
Hendrik Leppkes 84e0553c1c pcm_bluray: set bits_per_raw_sample for > 16-bit 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
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini 63e8d9760f Use the new libavcore audio channel API. 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
Diego Biurrun b057170f32 Remove pointless debug statement that fails to compile. 15 years ago
Reimar Döffinger b5f09d31c2 Make sample_fmts and channel_layouts compound literals const to reduce size of 15 years ago
Christian Schmidt 5dd3707b8d Decoder for LPCM as used in Bluray discs. 15 years ago