Age | Commit message (Expand) | Author |
2012-12-05 | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer |
2012-12-04 | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov |
2012-11-12 | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer |
2012-11-11 | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles |
2012-11-02 | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff' | Michael Niedermayer |
2012-11-01 | g726dec: do not validate sample rate | Justin Ruggles |
2012-11-01 | g726dec: set channel layout at initialization instead of validating it | Justin Ruggles |
2012-09-05 | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer |
2012-09-04 | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö |
2012-08-07 | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer |
2012-08-07 | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov |
2012-06-29 | cosmetics: minor libavcodec spelling errors | Lou Logan |
2012-04-07 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-04-06 | cosmetics: Align codec declarations | Martin Storsjö |
2012-03-23 | cosmetics: remove superfluous curly brackets | Paul B Mahol |
2012-03-22 | g726enc: switch to ff_alloc_packet2() | Michael Niedermayer |
2012-03-22 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-03-20 | g726enc: use AVCodec.encode2() | Justin Ruggles |
2011-12-03 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-12-02 | Add avcodec_decode_audio4(). | Justin Ruggles |
2011-11-03 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-11-01 | g726dec: add flush() function to reset state when seeking | Justin Ruggles |
2011-11-01 | g726: don't pass index to g726_reset() | Justin Ruggles |
2011-11-01 | g726enc: add private option for setting code size directly. | Justin Ruggles |
2011-11-01 | g726: wrap the decoder functions with a CONFIG_ADPCM_G726_DECODER check | Justin Ruggles |
2011-11-01 | g726: group the g726_encoder AVCodec with the other encoding functions | Justin Ruggles |
2011-11-01 | g726: return AVERROR(EINVAL) instead of -1 for invalid channel count | Justin Ruggles |
2011-11-01 | g726enc: use av_assert0() for sample_rate validation | Justin Ruggles |
2011-11-01 | g726: treat sample rates other than 8kHz as unofficial. | Justin Ruggles |
2011-11-01 | g726dec: remove the sample_rate validation | Justin Ruggles |
2011-11-01 | g726: use bits_per_coded_sample instead of bitrate to determine mode | Justin Ruggles |
2011-11-01 | g726: split the init function for the encoder and decoder | Justin Ruggles |
2011-11-01 | g726: pre-calculate the number of output samples. | Justin Ruggles |
2011-11-01 | g726: use int16_t instead of short | Justin Ruggles |
2011-07-30 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-01-28 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-11-12 | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini |
2010-09-11 | Set a constant frame size for encoding G.726 audio. | Justin Ruggles |
2010-07-24 | Use "const" qualifier for pointers that point to input data of | Reimar Döffinger |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-09-06 | Make sample_fmts and channel_layouts compound literals const to reduce size of | Reimar Döffinger |
2009-04-13 | Rename bitstream.h to get_bits.h. | Stefano Sabatini |
2009-04-12 | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
2009-01-13 | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs |
2008-09-03 | Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific | Diego Biurrun |