| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). | Anton Khirnov | 2013-11-16 | 1 | -1/+1 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | alacenc: add support for multi-channel encoding | Justin Ruggles | 2012-12-05 | 1 | -38/+66 |
* | alacenc: support 24-bit encoding | Justin Ruggles | 2012-11-20 | 1 | -26/+75 |
* | alacenc: use s16p sample format as input | Justin Ruggles | 2012-08-22 | 1 | -13/+12 |
* | alacenc: remove unneeded sample_fmt check | Justin Ruggles | 2012-08-22 | 1 | -5/+0 |
* | alacenc: fix max_frame_size calculation for the final frame | Justin Ruggles | 2012-08-22 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | alacenc: use AVCodec.encode2() | Justin Ruggles | 2012-02-11 | 1 | -13/+17 |
* | alacenc: cosmetics: indentation | Justin Ruggles | 2012-02-11 | 1 | -27/+27 |
* | alacenc: consolidate bitstream writing into a single function. | Justin Ruggles | 2012-02-11 | 1 | -38/+33 |
* | alacenc: only encode frame size in header for a final smaller frame | Justin Ruggles | 2012-02-11 | 1 | -3/+10 |
* | alacenc: store current frame size in AlacEncodeContext. | Justin Ruggles | 2012-02-11 | 1 | -13/+16 |
* | alacenc: return AVERROR codes in alac_encode_frame() | Justin Ruggles | 2012-02-11 | 1 | -2/+2 |
* | alacenc: calculate a new max frame size for the final small frame | Justin Ruggles | 2012-02-11 | 1 | -4/+17 |
* | alacenc: pretty-printing and other cosmetics | Justin Ruggles | 2012-02-11 | 1 | -71/+64 |
* | alacenc: fix error handling and potential memleaks in alac_encode_init() | Justin Ruggles | 2012-02-11 | 1 | -19/+38 |
* | alacenc: do not set coded_frame->key_frame | Justin Ruggles | 2012-02-11 | 1 | -1/+0 |
* | alacenc: do not set bits_per_coded_sample | Justin Ruggles | 2012-02-11 | 1 | -5/+4 |
* | alacenc: remove unneeded frame_size check in alac_encode_frame() | Justin Ruggles | 2012-02-11 | 1 | -5/+0 |
* | doxygen: Do not include license boilerplates in Doxygen comment blocks. | Diego Biurrun | 2012-02-06 | 1 | -1/+1 |
* | alacenc: implement the 2-pass prediction type. | Justin Ruggles | 2012-01-03 | 1 | -1/+10 |
* | alacenc: do not generate invalid multi-channel ALAC files | Justin Ruggles | 2012-01-03 | 1 | -0/+8 |
* | Cleaned up alacenc.c | Nathan Adil Maxson | 2011-12-01 | 1 | -47/+54 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -7/+7 |
* | lavc: move some flac-specific options to its private context. | Anton Khirnov | 2011-05-10 | 1 | -2/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Separate window function from autocorrelation. | Justin Ruggles | 2011-01-21 | 1 | -2/+6 |
* | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. | Justin Ruggles | 2011-01-21 | 1 | -7/+7 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -2/+2 |
* | Use "const" qualifier for pointers that point to input data of | Reimar Döffinger | 2010-07-24 | 1 | -3/+3 |
* | Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields. | Justin Ruggles | 2010-07-11 | 1 | -1/+2 |
* | Remove useless header inclusion. | Jai Menon | 2010-04-12 | 1 | -1/+0 |
* | alacenc : Report supported input sample formats. | Jai Menon | 2010-04-10 | 1 | -0/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | alacenc : use private compression_level value consistently. | Jai Menon | 2009-10-17 | 1 | -1/+1 |
* | alacenc : Move some code around for clarity. | Jai Menon | 2009-10-16 | 1 | -10/+10 |
* | cosmetics: reindent and line wrap after last commit | Justin Ruggles | 2009-10-05 | 1 | -6/+10 |
* | alacenc: add a fixed LPC coefficient mode as compression level 1. old | Justin Ruggles | 2009-10-05 | 1 | -2/+13 |
* | put_bits can only reliably write up to 31 bit bits, above it relies on | Reimar Döffinger | 2009-10-01 | 1 | -1/+1 |
* | Fix max_coded_frame_size computation to account for byte alignment. | Jai Menon | 2009-09-15 | 1 | -2/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | alacenc : cosmetics : remove misleading comment | Jai Menon | 2009-04-13 | 1 | -1/+0 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -0/+1 |
* | Use sign_extend(). | Benoit Fouet | 2009-03-03 | 1 | -2/+3 |
* | Fix an overflow in the predictor. | Jai Menon | 2008-12-05 | 1 | -1/+2 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -5/+5 |
* | alacenc : perform decorrelation only for stereo samples | Jai Menon | 2008-08-22 | 1 | -1/+2 |