| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765' | Michael Niedermayer | 2014-06-23 | 1 | -4/+5 |
|\ |
|
| * | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -4/+5 |
* | | avcodec/truemotion2: replace impossible condition by av_assert2 | Michael Niedermayer | 2014-04-27 | 1 | -1/+2 |
* | | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198' | Michael Niedermayer | 2014-03-22 | 1 | -1/+4 |
|\| |
|
| * | avcodec: more correct printf specifiers | Diego Biurrun | 2014-03-22 | 1 | -1/+4 |
* | | Merge commit '508b37557bf36eae83c18e64d42f27b44a321d81' | Michael Niedermayer | 2013-11-17 | 1 | -0/+1 |
|\| |
|
| * | truemotion2: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -6/+8 |
* | | 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 |
| * | truemotion2: Use av_freep properly in an error path | Martin Storsjö | 2013-09-17 | 1 | -8/+8 |
* | | avcodec/truemotion2: use av_reallocp_array() and check return value | Paul B Mahol | 2013-09-09 | 1 | -1/+5 |
* | | avcodec/truemotion2: use av_calloc() & av_malloc_array() | Paul B Mahol | 2013-09-08 | 1 | -12/+12 |
* | | avcodec/truemotion2: Fix av_freep arguments | Michael Niedermayer | 2013-09-08 | 1 | -8/+8 |
* | | truemotion2: check return value of av_malloc(z) | Paul B Mahol | 2013-08-29 | 1 | -0/+10 |
* | | truemotion2: make code independent of sizeof(AVFrame) | Paul B Mahol | 2013-07-28 | 1 | -6/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-03-14 | 1 | -1/+1 |
|\| |
|
| * | avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '3b199d29cd597a3518136d78860e172060b9e83d' | Michael Niedermayer | 2013-03-12 | 1 | -2/+1 |
|\| |
|
| * | lavc decoders: properly initialize AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -7/+6 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -7/+6 |
* | | truemotion2: use av_mallocz() | Michael Niedermayer | 2013-01-23 | 1 | -6/+6 |
* | | truemotion2: clear the token array if its initialization fails. | Michael Niedermayer | 2013-01-23 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-14 | 1 | -122/+150 |
|\| |
|
| * | truemotion2: cosmetics, reformat | Anton Khirnov | 2013-01-14 | 1 | -122/+150 |
* | | Merge commit 'df9036830b15997a3e9c3f2c632ed98d64f9deef' | Michael Niedermayer | 2013-01-14 | 1 | -27/+24 |
|\| |
|
| * | truemotion2: return meaningful error codes. | Anton Khirnov | 2013-01-14 | 1 | -35/+32 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-31 | 1 | -18/+21 |
|\| |
|
| * | truemotion2: Sanitize tm2_read_header() | Diego Biurrun | 2012-12-31 | 1 | -23/+21 |
* | | 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 |
* | | truemotion2: Fix av_log level and context | Michael Niedermayer | 2012-11-23 | 1 | -1/+1 |
* | | tm2: check for invalid vlcs, fix out of array read | Michael Niedermayer | 2012-11-17 | 1 | -1/+3 |
* | | truemotion2: remove unused variable | Michael Niedermayer | 2012-10-29 | 1 | -3/+0 |
* | | truemotion2: use more meaningful return codes | Paul B Mahol | 2012-10-13 | 1 | -15/+15 |
* | | truemotion2: remove unreachable code | Paul B Mahol | 2012-10-12 | 1 | -2/+0 |
* | | 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-09-27 | 1 | -1/+1 |
|\| |
|
| * | truemotion2: Request samples for old TM2 headers | Diego Biurrun | 2012-09-26 | 1 | -1/+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 |
* | | tm2dec: fix overread | Michael Niedermayer | 2012-03-31 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-30 | 1 | -31/+106 |
|\| |
|
| * | truemotion: forbid invalid VLC bitsizes and token values. | Ronald S. Bultje | 2012-03-29 | 1 | -4/+15 |
| * | truemotion2: handle out-of-frame motion vectors through edge extension. | Ronald S. Bultje | 2012-03-29 | 1 | -27/+90 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-30 | 1 | -23/+31 |
|\| |
|