Age | Commit message (Expand) | Author |
2012-01-18 | Use av_fast_padded_malloc in fraps and mpc decoders. | Reimar Döffinger |
2011-12-03 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-12-02 | Add avcodec_decode_audio4(). | Justin Ruggles |
2011-11-12 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-11-11 | mpc7: only support stereo input. | Justin Ruggles |
2011-11-11 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-11-10 | mpc7: Fix memset call in mpc7_decode_frame function | Alex Converse |
2011-10-03 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-10-02 | mpc7: return error if packet is too small. | Justin Ruggles |
2011-10-02 | mpc7: check output buffer size before decoding | 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-05-20 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-05-19 | Move some mpegaudio functions to new mpegaudiodsp subsystem | Mans Rullgard |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-02-16 | Merge libavcore into libavutil | Reinhard Tartler |
2011-02-15 | Merge libavcore into libavutil | Reinhard Tartler |
2011-02-06 | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov |
2011-02-06 | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov |
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-21 | Musepack SV8 supports "mono" files (though it still codes them as stereo), | Kostya Shishkov |
2010-11-15 | 16l trocadero: Musepack SV7 decoder may skip more than 16 bits at the | Kostya Shishkov |
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 |
2010-01-28 | Move variable declaration to block where it is used and simplify code. | Reimar Döffinger |
2010-01-28 | Extract duplicated code into a separate function. | Reimar Döffinger |
2009-11-30 | Fix an issue uncovered by commit 20623: | Attila Kinali |
2009-05-14 | Use skip_bits_long() for large skips | David Conrad |
2009-04-20 | Compact and make constant two tables used by Musepack decoders | Kostya Shishkov |
2009-04-17 | Use new static VLC scheme in Indeo2, Musepack and WNV1 decoders | Kostya Shishkov |
2009-04-13 | Rename bitstream.h to get_bits.h. | Stefano Sabatini |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-03-08 | Make Musepack decoders use LFG pseudorandom generator | Kostya Shishkov |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2009-01-18 | Replace calls to the deprecated function av_init_random() with | Stefano Sabatini |
2009-01-14 | Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection. | Diego Biurrun |
2009-01-13 | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs |
2008-11-19 | Add channel layout to several audio decoders I maintain | Kostya Shishkov |
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-05-09 | Use full path for #includes from another directory. | Diego Biurrun |
2008-04-29 | Transform codec names into single words. | Stefano Sabatini |
2008-04-27 | Add long names to many AVCodec declarations. | Stefano Sabatini |
2008-03-21 | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng |
2008-02-13 | typo fix: inited --> initialized | Diego Biurrun |
2008-02-01 | Casts to silcence "incompatible pointer type" warnings. | Michael Niedermayer |
2008-02-01 | consts | Michael Niedermayer |
2007-11-02 | Split Musepack decoder into SV7 decoder and synth core | Kostya Shishkov |