| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | lavc/qdrw: Do not fail decoding valid Quickdraw images. | Carl Eugen Hoyos | 2015-05-21 | 1 | -1/+0 |
* | | lavc/qdrw: Fix overwrite when reading invalid Quickdraw images. | Carl Eugen Hoyos | 2015-05-17 | 1 | -0/+4 |
* | | avcodec/qdrw: Fix the code which asks for version 1 samples | Michael Niedermayer | 2015-05-14 | 1 | -2/+8 |
* | | avcodec/qdrw: another try at skipping the first 512 bytes | Michael Niedermayer | 2015-05-14 | 1 | -3/+27 |
* | | avcodec/qdrw: cleanup skip code | Michael Niedermayer | 2015-05-13 | 1 | -7/+3 |
* | | Merge commit '0348e74c01a099a3787ae21df1c2a742fc846163' | Michael Niedermayer | 2015-05-13 | 1 | -0/+4 |
|\| |
|
| * | quickdraw: Skip the empty 512 byte header for images | Vittorio Giovara | 2015-05-12 | 1 | -0/+4 |
* | | Merge commit 'd0dce15da34c0e4eee6c683be299de0221db00d3' | Michael Niedermayer | 2015-05-13 | 1 | -1/+1 |
|\| |
|
| * | quickdraw: Make the palette opaque | Carl Eugen Hoyos | 2015-05-12 | 1 | -1/+1 |
* | | lavc/qdrw: Also support real-world qdraw images. | Carl Eugen Hoyos | 2015-05-07 | 1 | -0/+4 |
* | | Merge commit '34efb8a169e4551326e069be47125c6c2cb7ab90' | Michael Niedermayer | 2015-05-06 | 1 | -7/+81 |
|\| |
|
| * | quickdraw: Support direct pixel blocks | Vittorio Giovara | 2015-05-06 | 1 | -7/+81 |
* | | Merge commit 'bb2cb0a66d86ec4ad9f43a488e8b6ab894c22d2f' | Michael Niedermayer | 2015-05-06 | 1 | -63/+154 |
|\| |
|
| * | quickdraw: Switch to greedy parsing | Vittorio Giovara | 2015-05-06 | 1 | -65/+156 |
* | | Merge commit 'd00f1e0fc10bb945cdf140a6c320eb0c9cd25162' | Michael Niedermayer | 2015-05-06 | 1 | -47/+37 |
|\| |
|
| * | quickdraw: Convert to bytestream2 | Vittorio Giovara | 2015-05-06 | 1 | -47/+37 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -33/+6 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -30/+6 |
* | | Merge commit '74a9a624c5c4d50760d8d57458eba57366f6cb26' | Michael Niedermayer | 2013-01-14 | 1 | -19/+21 |
|\| |
|
| * | qdrw: cosmetics, reformat | Anton Khirnov | 2013-01-14 | 1 | -21/+21 |
* | | Merge commit '688b132b881d423877e38dc82f17e23a604be676' | Michael Niedermayer | 2013-01-14 | 1 | -4/+4 |
|\| |
|
| * | qdrw: return meaningful error codes. | Anton Khirnov | 2013-01-14 | 1 | -4/+4 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -2/+2 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | avoid "0xFF << 24" as it is considered a integer overflow in C99 | Michael Niedermayer | 2012-10-14 | 1 | -1/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | | 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 | -1/+1 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-03 | 1 | -1/+1 |
|\| |
|
| * | Remove unnecessary AVFrame pointer casts. | Diego Biurrun | 2012-03-01 | 1 | -1/+1 |
| * | quickdraw: Check for out of bound reads | Laurent Aimar | 2011-10-07 | 1 | -0/+12 |
* | | Set QuickDraw palette opaque. | Carl Eugen Hoyos | 2011-11-12 | 1 | -1/+1 |
* | | Check for out of bound reads in the QuickDraw decoder. | Laurent Aimar | 2011-09-30 | 1 | -0/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -9/+8 |
|\| |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 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 |