90 Commits (1496ce8f6bae75bd6c00c4d7628a2326b7115df6)

Author SHA1 Message Date
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 0045c6dd5c truespeech: convert to new channel layout API 3 years ago
Andreas Rheinhardt 4051599cea avcodec/truespeech: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Michael Niedermayer 8bcb5fbab5 avcodec/truespeech: Fix an integer overflow in truespeech_synth() 5 years ago
Michael Niedermayer 66589d9bd9 avcodec/truespeech: Fix integer overflow in truespeech_synth() 5 years ago
Paul B Mahol 9b611deef1 avcodec/truespeech: fix left shift of negative value 6 years ago
Michael Niedermayer c7c0229beb avcodec/truespeech: Eliminate some left shifts 6 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková 8e4cadea5d truespeech: Convert to the new bitstream reader 8 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
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 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 3997fef952 truespeech: decode directly to the user-provided AVFrame 12 years ago
Diego Biurrun f3298f1299 Return proper error code after av_log_ask_for_sample() 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
Justin Ruggles cebea00c8a truespeech: set channel layout 13 years ago
Mans Rullgard 081bab5ee3 truespeech: drop useless casts 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
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Paul B Mahol d4eeadcbbf truespeech: align buffer 13 years ago
Justin Ruggles f264d336fe truespeech: fix invalid reads in truespeech_apply_twopoint_filter() 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles 59f4d1b8bb truespeech: use memmove() in truespeech_update_filters() 14 years ago
Justin Ruggles c6ac30c84b truespeech: use sizeof() instead of hardcoded sizes 14 years ago
Justin Ruggles 6d55506c8b truespeech: remove unneeded variable, 'consumed' 14 years ago
Justin Ruggles b84048935e truespeech: simplify truespeech_read_frame() by using get_bits() 14 years ago
Justin Ruggles 5e5ce70f19 truespeech: decode directly to output buffer instead of a temp buffer 14 years ago
Justin Ruggles 3e7a176759 truespeech: check to make sure channels == 1 14 years ago
Justin Ruggles a8f8db2636 truespeech: check for large enough output buffer rather than truncating output 14 years ago
Justin Ruggles 595cf1a1aa truespeech: remove unneeded zero-size packet check. 14 years ago
Diego Biurrun 0249478756 doxygen: fix wrong comment syntax, //< vs. ///< 14 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 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