85 Commits (ba033acb56f2c6c68b9464a491807a6f7dba64bd)

Author SHA1 Message Date
Andreas Rheinhardt 7d1401ed02 avcodec/sipr: Remove write-only AVCodecContext* 1 year ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 3 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 3 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Anton Khirnov 6114a1f71d sipr: convert to new channel layout API 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Hendrik Leppkes 494f868e93 avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels 4 years ago
Andreas Rheinhardt b3912f8dfd avcodec/sipr: Mark decoder as init-threadsafe 4 years ago
Carl Eugen Hoyos 724cf83f10 Remove some unneeded casts of bit_rate. 8 years ago
Anton Khirnov fd9212f2ed Mark some arrays that never change as const. 8 years ago
Alexandra Hájková 087bc8d704 sipr: Convert to the new bitstream reader 8 years ago
Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
Paul B Mahol f226c25a37 avcodec/sipr: use AVERROR return code instead of -1 10 years ago
Michael Niedermayer 7404f3bdb9 lavc: Switch bitrate to 64bit unless compatibility with avconv was requested. 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Reimar Döffinger d9e2aceb7f Add missing "const" all over the place. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
Diego Biurrun 4a2ef39442 cosmetics: Add '0' to float constants ending in '.'. 12 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 09d6831f49 sipr: decode directly to the user-provided AVFrame 12 years ago
Ronald S. Bultje d56668bd80 floatdsp: move scalarproduct_float from dsputil to avfloatdsp. 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 13 years ago
Justin Ruggles 523734eb6a sipr: set channel layout 13 years ago
Reimar Döffinger c54e00610f sipr: fall back to setting mode based on bit_rate. 13 years ago
Diego Biurrun dafcbfe443 celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Reimar Döffinger 1d0d63052b sipr: fall back to setting mode based on bit_rate. 13 years ago
Diego Biurrun aaf47bcde7 Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles 979c8de549 sipr: use a function pointer to select the decode_frame function 14 years ago
Justin Ruggles 3468ff1060 sipr: set mode based on block_align instead of bit_rate 14 years ago
Justin Ruggles 0005f9a35b sipr: do not needlessly set *data_size to 0 when returning an error 14 years ago
Mans Rullgard c79d2a20ba sipr: fix get_bits(0) calls 14 years ago
Justin Ruggles 1b5a189f06 sipr: fix the output data size check and only calculate it once. 14 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Alex Converse 4b84d5114d sipr: Drop unused DSPContext 14 years ago
Alex Converse 1e3d5eec8e sipr: include string.h for mem*() 14 years ago
Alex Converse cb372931ff sipr: Use memmove() to copy overlapped buffers. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 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 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 15 years ago