| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-17 | 1 | -0/+1 |
|\ |
|
| * | ffv1: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -4/+0 |
* | | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f' | Michael Niedermayer | 2013-11-16 | 1 | -1/+1 |
|\| |
|
| * | ffv1: Make sure at least one slice context is initialized | Martin Storsjö | 2013-09-17 | 1 | -0/+4 |
* | | ffv1: update years in header | Michael Niedermayer | 2013-08-17 | 1 | -1/+1 |
* | | ffv1: check for malloc failure. | Michael Niedermayer | 2013-05-11 | 1 | -0/+2 |
* | | ffv1: Switch to ThreadFrame | Michael Niedermayer | 2013-05-11 | 1 | -3/+9 |
* | | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -2/+3 |
|\| |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+2 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -4/+1 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -4/+1 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | ffv1: check for malloc failure | Michael Niedermayer | 2013-02-05 | 1 | -0/+4 |
* | | ffv1: assert that there is at least one slice | Paul B Mahol | 2012-10-31 | 1 | -0/+1 |
* | | Merge commit '2d09b36c0379fcda8f984bc8ad8816c8326fd7bd' | Michael Niedermayer | 2012-10-21 | 1 | -47/+49 |
|\| |
|
| * | ffv1: update to ffv1 version 3 | Luca Barbato | 2012-10-20 | 1 | -51/+53 |
* | | Merge commit '71f7b22dba60524b2285643ae0b49d8f64977129' | Michael Niedermayer | 2012-10-21 | 1 | -1/+1 |
|\| |
|
| * | ffv1: split decoder and encoder | Luca Barbato | 2012-10-20 | 1 | -1600/+12 |
* | | ffv1: split decoder and encoder | Michael Niedermayer | 2012-10-21 | 1 | -2084/+9 |
* | | ffv1: fix gray | Michael Niedermayer | 2012-10-21 | 1 | -10/+2 |
* | | Merge commit 'a25d912dca9cd553440167e0476c47581359c0fc' | Michael Niedermayer | 2012-10-17 | 1 | -1005/+1089 |
|\| |
|
| * | ffv1: K&R formatting cosmetics | Luca Barbato | 2012-10-16 | 1 | -938/+1055 |
* | | ffv1: fix packed rgb with 1.3 | Michael Niedermayer | 2012-10-17 | 1 | -2/+10 |
* | | ffv1: make sure gob_count is not 0 | Michael Niedermayer | 2012-10-13 | 1 | -1/+1 |
* | | ffv1: avoid checking a double for equality | Michael Niedermayer | 2012-10-13 | 1 | -1/+1 |
* | | lavc: do not use av_pix_fmt_descriptors directly | Paul B Mahol | 2012-10-12 | 1 | -1/+2 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -61/+61 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -22/+22 |
* | | ffv1: fix array data types | Michael Niedermayer | 2012-10-08 | 1 | -3/+3 |
* | | ffv1enc: fix assert in put_vlc_symbol() and update to av_assert2() | Michael Niedermayer | 2012-10-06 | 1 | -1/+1 |
* | | ffv1: change w/h asserts to check as the condition can likely happen | Michael Niedermayer | 2012-10-06 | 1 | -1/+3 |
* | | ffv1: remove commented asserts | Michael Niedermayer | 2012-10-06 | 1 | -5/+0 |
* | | ffv1dec: print bps for pict debug too | Michael Niedermayer | 2012-10-03 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -9/+12 |
|\| |
|
| * | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -5/+11 |
| * | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -6/+1 |
* | | ffv1enc: fix integer overflow with high resolutions and lots of slices. | Michael Niedermayer | 2012-09-29 | 1 | -2/+1 |
* | | ffv1dec: support decoding older 1.3 bitstream variant | Michael Niedermayer | 2012-09-26 | 1 | -1/+1 |
* | | ffv1:update copyright year | Michael Niedermayer | 2012-09-26 | 1 | -1/+1 |
* | | ffv1dec: change bitstream end check to a exact check instead of a +-1 check | Michael Niedermayer | 2012-09-25 | 1 | -2/+4 |
* | | ffv1: inject sentinels for RC->VLC transitions begining with 1.3 | Michael Niedermayer | 2012-09-25 | 1 | -1/+5 |
* | | ffv1enc: fix RC slice sentinel | Michael Niedermayer | 2012-09-25 | 1 | -2/+5 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -1/+1 |
|\| |
|
* | | ffv1: fix 2 uninitialized variable warnings | Michael Niedermayer | 2012-09-03 | 1 | -2/+3 |
* | | ffv1: more than 8 bit per RGB channel | Georg Lippitsch | 2012-08-23 | 1 | -17/+77 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | | ffv1: Fix warnings about incompatible pointer type and discarded qualifiers | jamal | 2012-07-27 | 1 | -2/+2 |
* | | ffv1dec: fix error concealment for gop>1 | Michael Niedermayer | 2012-07-16 | 1 | -1/+2 |