47 Commits (2852740e23f91d6775714d7cc29b9a73e1111ce0)

Author SHA1 Message Date
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 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 12 years ago
Mans Rullgard 081bab5ee3 truespeech: drop useless casts 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 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() 13 years ago
Justin Ruggles c6ac30c84b truespeech: use sizeof() instead of hardcoded sizes 13 years ago
Justin Ruggles 6d55506c8b truespeech: remove unneeded variable, 'consumed' 13 years ago
Justin Ruggles b84048935e truespeech: simplify truespeech_read_frame() by using get_bits() 13 years ago
Justin Ruggles 5e5ce70f19 truespeech: decode directly to output buffer instead of a temp buffer 13 years ago
Justin Ruggles 3e7a176759 truespeech: check to make sure channels == 1 13 years ago
Justin Ruggles a8f8db2636 truespeech: check for large enough output buffer rather than truncating output 13 years ago
Justin Ruggles 595cf1a1aa truespeech: remove unneeded zero-size packet check. 13 years ago
Diego Biurrun 0249478756 doxygen: fix wrong comment syntax, //< vs. ///< 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
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
Kostya Shishkov c5cb9c946b try to give TrueSpeech decoder tables more sensible names 14 years ago
Kostya Shishkov 231745781f Do not try to decode less than one frame of data in TrueSpeech decoder. 15 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
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer d177b6200f const 17 years ago
Kostya Shishkov e938637b2c Add checks on input/output buffers size for some audio decoders 17 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Stefan Huehner 7b49ce2e34 Add const to (mostly) char* and make some functions static, which aren't used 19 years ago
Benjamin Larsson 82863d1e02 Silence warnings, these came when some tables got declared as const. 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bf3027c87b TrueSpeech compatible audio decoder by Konstantin Shishkov 19 years ago