Age | Commit message (Expand) | Author |
2013-01-14 | libfaac: Fix assignments in if() | Michael Niedermayer |
2012-12-05 | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967' | Michael Niedermayer |
2012-12-04 | Remove pointless #undefs of previously forbidden functions. | 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-08-16 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-08-15 | Don't include common.h from avutil.h | Martin Storsjö |
2012-08-07 | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer |
2012-08-07 | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov |
2012-07-31 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-07-30 | Improve descriptiveness of a number of codec and container long names | Diego Biurrun |
2012-04-18 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-04-16 | faac: Fix multi-channel ordering | Carl Eugen Hoyos |
2012-04-16 | faac: Add .channel_layouts | Alex Converse |
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 | libfaac: switch to ff_alloc_packet2(). | Michael Niedermayer |
2012-03-22 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-03-20 | libfaac: use AVCodec.encode2() | Justin Ruggles |
2012-02-26 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-02-25 | libfaac: improve error checking and handling in Faac_encode_init() | Justin Ruggles |
2012-02-25 | audio encoders: do not set coded_frame->key_frame. | Justin Ruggles |
2012-01-25 | Fix multi-channel encoding with libfaac. | Carl Eugen Hoyos |
2012-01-24 | Revert "Fix multi-channel AAC encoding." | Michael Niedermayer |
2011-07-30 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
2011-06-15 | Fix multi-channel AAC encoding. | Carl Eugen Hoyos |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-01-30 | Flush final frames in libfaac encoder. | Justin Ruggles |
2011-01-29 | Flush final frames in libfaac encoder. | Justin Ruggles |
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ò |
2011-01-23 | libfaac: add recognized profiles array | Anssi Hannula |
2011-01-22 | libfaac: add recognized profiles array | Anssi Hannula |
2010-11-12 | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
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-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2008-09-20 | Log an error message in case of invalid number of channels. | Stefano Sabatini |
2008-07-31 | Modify all codecs to report their supported input and output sample format(s). | Peter Ross |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-04-27 | Add long names to AVCodec declarations. | Stefano Sabatini |
2008-03-21 | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng |
2007-08-22 | right filename in doxygen comment | Benoit Fouet |
2007-06-06 | Give all wrappers for external libraries names starting with lib. | Diego Biurrun |