Age | Commit message (Expand) | Author |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
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 |
2008-09-02 | Prevent a division by 0 in the g726 decoder when the configured samplerate is 0. | Laurent Aimar |
2008-07-31 | Modify all codecs to report their supported input and output sample format(s). | Peter Ross |
2008-06-19 | Do not shift F[I] twice, it is also clearer and smaller now. | Michael Niedermayer |
2008-06-19 | Factorize c->ap += (-c->ap) >> 4 out | Michael Niedermayer |
2008-06-19 | Get rid of G726Tables.bits. | Michael Niedermayer |
2008-06-19 | Copy 4 pointers to avid dozends of ptr dereferences. | Michael Niedermayer |
2008-06-19 | Does not need to be int16. | Michael Niedermayer |
2008-06-19 | Factorize I >> (c->tbls->bits - 1) out. | Michael Niedermayer |
2008-06-19 | 1 abs() less | Michael Niedermayer |
2008-06-18 | simplify | Michael Niedermayer |
2008-06-18 | useless () | Michael Niedermayer |
2008-06-18 | remove unneeded tr == 0 | Michael Niedermayer |
2008-06-18 | simplify | Michael Niedermayer |
2008-06-18 | Get rid of the redundant AVG726Context. | Michael Niedermayer |
2008-06-18 | Remove the truncated bitstream handling from our g726 decoder. | Michael Niedermayer |
2008-06-17 | Change iquant tables to int16. | Michael Niedermayer |
2008-06-17 | simplify | Michael Niedermayer |
2008-06-17 | Get rid of useless wrapper function. | Michael Niedermayer |
2008-06-17 | Do not inline g726_iterate() the function is big so its inlining will | Michael Niedermayer |
2008-06-16 | Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler. | Michael Niedermayer |
2008-06-16 | Remove redundant zeroing (the context is memset(0)). | Michael Niedermayer |
2008-06-16 | Use smaller data types for tables. | Michael Niedermayer |
2008-06-16 | Float11 does not need int, .o file becomes smaller and the code might | Michael Niedermayer |
2008-06-16 | simplify | Michael Niedermayer |
2008-06-16 | Correct validity checks. | Michael Niedermayer |
2008-06-16 | Print sane error message for channels != 1. | Michael Niedermayer |
2008-06-16 | Check number of bits so we do not try to use table entries which do not exist. | Michael Niedermayer |
2008-06-16 | Support decoding of sample_g726.asf. | Michael Niedermayer |
2008-06-16 | get_bits() outputs exactly as many bits as requested no need to mask them. | Michael Niedermayer |
2008-06-16 | Remove dead code. | Michael Niedermayer |
2008-06-13 | -0x8000 == 0x8000 with int16 | Michael Niedermayer |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | 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-19 | Fix ;; | Michael Niedermayer |
2008-02-01 | const | Michael Niedermayer |
2008-01-07 | Mark the tables in g726.c as constant. | Diego Pettenò |