121 Commits (a686d34fea6e963f878518ffe3a08512362ed79b)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 10 months ago
Anton Khirnov 8d73f3ce56 lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders 2 years ago
Lynne 978963a77b
wma: convert to lavu/tx 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 59eadb5060 avcodec/internal: Move ff_samples_to_time_base() to encode.h 2 years ago
Andreas Rheinhardt a499b4345b avcodec: Make ff_alloc_packet() based encoders accept user buffers 2 years ago
Andreas Rheinhardt 5828e8209f avcodec: Constify frame->data pointers for encoders where possible 2 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 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
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Anton Khirnov 3c933af493 wma: convert to new channel layout API 3 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 4 years ago
Andreas Rheinhardt d919c7165a avcodec/wmaenc: Mark encoders as init-threadsafe 4 years ago
Andreas Rheinhardt 20232cbbf7 avcodec/wmaenc: Check operations that can fail 4 years ago
Andreas Rheinhardt fcdb012a10 avcodec/wma(dec|enc): Fix memleaks upon allocation error 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt c81b8e04aa Avoid intermediate bitcount for number of bytes in PutBitContext 4 years ago
Anton Khirnov 717503f716 put_bits: make avpriv_align_put_bits() inline 4 years ago
Carl Eugen Hoyos 724cf83f10 Remove some unneeded casts of bit_rate. 7 years ago
Diego Biurrun a972fc1c0a wma: Kill non-compiling disabled cruft 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Ganesh Ajjanagadde db1a642cd2 all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 9 years ago
Michael Niedermayer 19e456d48c avcodec/wmaenc: Check ff_wma_init() for failure 9 years ago
Michael Niedermayer aa6aa2ef09 avcodec/wmaenc: Check input for finiteness 9 years ago
Ganesh Ajjanagadde 3343e4e607 lavc/wmaenc: replace pow(10,x) by ff_exp10(x) 9 years ago
Michael Niedermayer 7404f3bdb9 lavc: Switch bitrate to 64bit unless compatibility with avconv was requested. 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago
Vittorio Giovara 83797da6e3 wma: Check memory allocation 10 years ago
Michael Niedermayer 8559a71415 avcodec/wmaenc: Check extradata allocations 10 years ago
Michael Niedermayer 2fbb9e647c avcodec/wma: Use avpriv_float_dsp_alloc() 10 years ago
Anton Khirnov 2df0c32ea1 lavc: use a separate field for exporting audio encoder padding 10 years ago
Gabriel Dume d2a4e4b9cc wma: K&R formatting cosmetics 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer 5936d98244 avcodec/wmaenc: change commented assert to av_assert 12 years ago
Reimar Döffinger dccaad3bcd wamenc: handle failure to encode. 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Anton Khirnov f073b1500e lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft 12 years ago
James Zern bcaf64b605 normalize calls to ff_alloc_packet2 12 years ago
Justin Ruggles 205a95f7b5 wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContext 12 years ago
Ronald S. Bultje 42d3246948 floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. 12 years ago
Piotr Bandurski 5381960501 wmaenc: add new line to some error messages 12 years ago
Justin Ruggles 284ea790d8 dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil 12 years ago
Justin Ruggles 2ed40608e9 wma: do not keep private copies of some AVCodecContext fields 12 years ago
Justin Ruggles 31b2262dca wmaenc: use float planar sample format 12 years ago
Diego Biurrun 6f6b0311a3 avcodec: Drop some silly commented-out av_log() invocations 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Michael Niedermayer fbdb205968 wmaenc: dont mess with the bitrate. 13 years ago
Michael Niedermayer 9eb6e5cc48 wmaenc: switch all remaining asserts to av_asserts 13 years ago