| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\ |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -9/+11 |
|\ \
| |/ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -9/+11 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | libtheoraenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-24 | 1 | -11/+14 |
|\ \
| |/ |
|
| * | libtheoraenc: switch to encode2(). | Anton Khirnov | 2012-02-23 | 1 | -11/+14 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace ffmpeg references with more accurate libav* references. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | | 10l, commit that should have been stashed into the merge. | Michael Niedermayer | 2011-04-17 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace more FFmpeg references by Libav. | Diego Biurrun | 2011-04-17 | 1 | -1/+1 |
| * | 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 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Use AV_BASE64_SIZE() macro | Howard Chu | 2010-06-04 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | cosmetics: Switch Doxygen comments to JavaDoc style. | Diego Biurrun | 2010-04-20 | 1 | -8/+6 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Clarify comment: although still hacky, it is correct for existing libtheora | David Conrad | 2009-12-12 | 1 | -1/+2 |
* | libtheoraenc.c: mark keyframes | David Conrad | 2009-12-12 | 1 | -0/+3 |
* | Support compiling against libtheora older than 1.1 | David Conrad | 2009-11-25 | 1 | -0/+10 |
* | Set colorspace for libtheora encoding | David Conrad | 2009-11-22 | 1 | -1/+7 |
* | Support 4:2:2 and 4:4:4 subsampling in libtheora encoding | David Conrad | 2009-11-22 | 1 | -8/+17 |
* | Add support for two pass encoding in libtheora | David Conrad | 2009-11-22 | 1 | -18/+90 |
* | Update libtheora wrapper to use the 1.0 API | David Conrad | 2009-11-22 | 1 | -66/+42 |
* | Get rid of some pointless '== NULL' / '!= 0' conditions in if statements. | Diego Biurrun | 2009-10-19 | 1 | -8/+8 |
* | whitespace cosmetics: prettyprinting, K&R style | Diego Biurrun | 2009-10-19 | 1 | -80/+78 |
* | Remove pointless parentheses. | Diego Biurrun | 2009-10-19 | 1 | -8/+4 |
* | Hack: set the coded frame PTS to the incoming PTS. | Reimar Döffinger | 2009-10-10 | 1 | -0/+3 |
* | Support constant-quant encoding for libtheora | David Conrad | 2009-09-30 | 1 | -2/+13 |
* | Fix "warning: assignment discards qualifiers from pointer target type" | David Conrad | 2009-07-13 | 1 | -1/+1 |
* | Fix memory leak in libtheora encoder | Art Clarke | 2009-07-13 | 1 | -3/+9 |
* | Fix libtheora encoding for non-mod16 sizes | David Conrad | 2009-05-22 | 1 | -5/+5 |
* | Add missing av_cold in static init/close functions. | Daniel Verkamp | 2009-02-22 | 1 | -2/+2 |
* | Fix filenames in Doxygen comments. | Diego Biurrun | 2009-01-26 | 1 | -1/+1 |
* | Add missing inclusion of libavutil/intreadwrite.h, fix compilation when | Stefano Sabatini | 2009-01-11 | 1 | -0/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | Use AV_xx throughout libavcodec | Ramiro Polla | 2007-06-02 | 1 | -2/+2 |
* | Add a comment about swapped numerator and denominator. | Diego Biurrun | 2007-02-07 | 1 | -0/+2 |
* | Theora encoding via libtheora. | Diego Biurrun | 2007-01-25 | 1 | -0/+278 |