summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: insert some spaces in explicit enum value assignmentsKostya Shishkov2011-11-061-11/+11
* move 8SVX audio codecs to the audio codec list part on the next bumpKostya Shishkov2011-11-061-0/+4
* deprecate codec IDs that won't ever be usedKostya Shishkov2011-11-061-0/+4
* h264_weight: remove duplication functions.Ronald S. Bultje2011-11-051-4/+0
* h264: improve calculation of codec delay.Ronald S. Bultje2011-11-052-5/+23
* w32threads: Wrap the mutex functions in inline functions returning intMartin Storsjö2011-11-051-4/+20
* avcodec: Allow locking and unlocking an avformat specific mutexMartin Storsjö2011-11-053-1/+27
* binkaudio: expand quant_table to accommodate all possible valuesJustin Ruggles2011-11-041-2/+2
* libx264: Set the default of the rc_lookahead option to -1Martin Storsjö2011-11-041-1/+1
* avcodec: Set flags2 default value depending on availabilityMartin Storsjö2011-11-041-1/+11
* vp6: Fix illegal read.Alex Converse2011-11-031-1/+3
* avcodec: Make sure codec_type is set by avcodec_get_context_defaults2Martin Storsjö2011-11-031-0/+1
* avcodec: Remove a misplaced and useless attribute_deprecatedMartin Storsjö2011-11-031-1/+1
* fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64Justin Ruggles2011-11-021-1/+5
* replacement Indeo 3 decoderMaxim Poliakovski2011-11-032-3314/+1248
* ac3enc: doxygen update.Justin Ruggles2011-11-024-42/+98
* imc: return error codes instead of 0 for error conditions.Justin Ruggles2011-11-021-2/+2
* imc: return meaningful error codes instead of -1Justin Ruggles2011-11-021-9/+10
* imc: do not set channel layout for stereoJustin Ruggles2011-11-021-1/+1
* imc: validate channel countJustin Ruggles2011-11-021-0/+5
* imc: check for ff_fft_init() failureJustin Ruggles2011-11-021-2/+5
* imc: check output buffer size before decodingJustin Ruggles2011-11-021-2/+8
* imc: use DSPContext.bswap16_buf() to byte-swap packet dataJustin Ruggles2011-11-021-3/+3
* libgsm: add flush function to reset the decoder state when seekingJustin Ruggles2011-11-021-0/+7
* libgsm: simplify decoding by using a loopJustin Ruggles2011-11-021-7/+8
* gsm: log error message when packet is too smallJustin Ruggles2011-11-022-2/+8
* libgsmdec: do not needlessly set *data_size to 0Justin Ruggles2011-11-021-1/+0
* gsmdec: do not needlessly set *data_size to 0Justin Ruggles2011-11-021-1/+1
* gsmdec: add flush function to reset the decoder state when seekingJustin Ruggles2011-11-021-0/+8
* libgsmdec: check output buffer size before decodingJustin Ruggles2011-11-021-2/+9
* gsmdec: log error message when output buffer is too small.Justin Ruggles2011-11-021-2/+4
* gsm: use av_get_bytes_per_sample() in frame_bytes calculationJustin Ruggles2011-11-021-1/+2
* Replace some forgotten FFmpeg references by Libav.Diego Biurrun2011-11-024-10/+8
* Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-027-10/+10
* Replace outdated references to ffmpeg tool with avconv.Diego Biurrun2011-11-022-4/+4
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-0212-13/+13
* vp3: remove some pointless commentsDiego Biurrun2011-11-021-9/+0
* lavc: use designated initialisers for parsers.Anton Khirnov2011-11-0223-122/+106
* g726dec: add flush() function to reset state when seekingJustin Ruggles2011-11-011-0/+7
* g726: don't pass index to g726_reset()Justin Ruggles2011-11-011-4/+4
* g726enc: add private option for setting code size directly.Justin Ruggles2011-11-011-9/+29
* g726: wrap the decoder functions with a CONFIG_ADPCM_G726_DECODER checkJustin Ruggles2011-11-011-0/+2
* g726: group the g726_encoder AVCodec with the other encoding functionsJustin Ruggles2011-11-011-15/+13
* g726: return AVERROR(EINVAL) instead of -1 for invalid channel countJustin Ruggles2011-11-011-2/+2
* g726enc: use av_assert0() for sample_rate validationJustin Ruggles2011-11-011-4/+2
* g726: treat sample rates other than 8kHz as unofficial.Justin Ruggles2011-11-011-0/+15
* g726dec: remove the sample_rate validationJustin Ruggles2011-11-011-5/+0
* g726: use bits_per_coded_sample instead of bitrate to determine modeJustin Ruggles2011-11-011-21/+19
* g726: split the init function for the encoder and decoderJustin Ruggles2011-11-011-14/+35
* g726: pre-calculate the number of output samples.Justin Ruggles2011-11-011-3/+11
OpenPOWER on IntegriCloud