| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -4/+4 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | truespeech: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -9/+5 |
* | Return proper error code after av_log_ask_for_sample() | Diego Biurrun | 2012-12-23 | 1 | -1/+1 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | truespeech: set channel layout | Justin Ruggles | 2012-11-01 | 1 | -1/+3 |
* | truespeech: drop useless casts | Mans Rullgard | 2012-08-24 | 1 | -3/+3 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | truespeech: align buffer | Paul B Mahol | 2012-01-31 | 1 | -1/+1 |
* | truespeech: fix invalid reads in truespeech_apply_twopoint_filter() | Justin Ruggles | 2011-12-21 | 1 | -0/+1 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -11/+18 |
* | truespeech: use memmove() in truespeech_update_filters() | Justin Ruggles | 2011-11-10 | 1 | -2/+1 |
* | truespeech: use sizeof() instead of hardcoded sizes | Justin Ruggles | 2011-10-13 | 1 | -3/+3 |
* | truespeech: remove unneeded variable, 'consumed' | Justin Ruggles | 2011-10-13 | 1 | -4/+3 |
* | truespeech: simplify truespeech_read_frame() by using get_bits() | Justin Ruggles | 2011-10-13 | 1 | -87/+52 |
* | truespeech: decode directly to output buffer instead of a temp buffer | Justin Ruggles | 2011-10-13 | 1 | -10/+6 |
* | truespeech: check to make sure channels == 1 | Justin Ruggles | 2011-10-13 | 1 | -0/+5 |
* | truespeech: check for large enough output buffer rather than truncating output | Justin Ruggles | 2011-10-13 | 1 | -4/+12 |
* | truespeech: remove unneeded zero-size packet check. | Justin Ruggles | 2011-10-13 | 1 | -3/+0 |
* | doxygen: fix wrong comment syntax, //< vs. ///< | Diego Biurrun | 2011-08-26 | 1 | -7/+7 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+6 |
* | 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 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | try to give TrueSpeech decoder tables more sensible names | Kostya Shishkov | 2010-11-06 | 1 | -7/+7 |
* | Do not try to decode less than one frame of data in TrueSpeech decoder. | Kostya Shishkov | 2010-07-11 | 1 | -0/+5 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+2 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -1/+1 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -2/+2 |
* | Add checks on input/output buffers size for some audio decoders | Kostya Shishkov | 2007-09-13 | 1 | -3/+5 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -3/+3 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -8/+8 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Add const to (mostly) char* and make some functions static, which aren't used | Stefan Huehner | 2006-06-18 | 1 | -5/+7 |
* | Silence warnings, these came when some tables got declared as const. | Benjamin Larsson | 2006-01-20 | 1 | -3/+3 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | TrueSpeech compatible audio decoder by Konstantin Shishkov | Diego Biurrun | 2006-01-03 | 1 | -0/+377 |