| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Add av_cold attributes to end functions missing them | Diego Biurrun | 2013-05-05 | 1 | -1/+3 |
* | svq3: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -7/+10 |
* | h264: Integrate clear_blocks calls with IDCT | Ronald S. Bultje | 2013-04-10 | 1 | -2/+2 |
* | lavc: stop setting AVFrame.motion_subsample_log2 | Anton Khirnov | 2013-03-08 | 1 | -1/+0 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -46/+68 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | h264/svq3: Stop using draw_edges | Ronald S. Bultje | 2013-02-19 | 1 | -5/+8 |
* | svq3: unbreak decoding | Matti Hamalainen | 2013-02-18 | 1 | -4/+6 |
* | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 1 | -233/+349 |
* | mpegvideo: split ff_draw_horiz_band(). | Anton Khirnov | 2013-02-15 | 1 | -1/+1 |
* | svq3: remove a pointless if() | Anton Khirnov | 2013-02-15 | 1 | -122/+120 |
* | dsputil: Move ff_svq3 function declarations to a separate header | Diego Biurrun | 2013-02-07 | 1 | -0/+1 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -3/+3 |
* | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -7/+7 |
* | svq3: make slice type value unsigned to match svq3_get_ue_golomb return type | Janne Grunau | 2012-12-09 | 1 | -3/+4 |
* | golomb: use unsigned arithmetics in svq3_get_ue_golomb() | Janne Grunau | 2012-12-08 | 1 | -9/+8 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -3/+3 |
* | svq3: cosmetics: Drop useless parentheses | Diego Biurrun | 2012-10-20 | 1 | -59/+59 |
* | svq3: K&R formatting cosmetics | Diego Biurrun | 2012-10-20 | 1 | -398/+456 |
* | svq3: fix pointer type warning | Mans Rullgard | 2012-10-11 | 1 | -1/+1 |
* | svq3: replace unsafe pointer casting with intreadwrite macros | Mans Rullgard | 2012-10-11 | 1 | -8/+8 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | 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 | -3/+4 |
* | svq3: protect against negative quantizers. | Ronald S. Bultje | 2012-03-06 | 1 | -1/+1 |
* | Don't use ff_cropTbl[] for IDCT. | Ronald S. Bultje | 2012-03-06 | 1 | -5/+4 |
* | Replace AVFrame pointer type punning by proper struct member assignments. | Diego Biurrun | 2012-03-01 | 1 | -3/+3 |
* | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | svq3: Prevent illegal reads while parsing extradata. | Alex Converse | 2012-02-10 | 1 | -5/+14 |
* | h264: disallow constrained intra prediction modes for luma. | Ronald S. Bultje | 2012-02-09 | 1 | -2/+2 |
* | svq3: propagate codec memory allocation failure in context init | Dustin Brody | 2011-08-15 | 1 | -1/+4 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -21/+23 |
* | H.264: faster write_back_* | Jason Garrett-Glaser | 2011-07-03 | 1 | -1/+1 |
* | Fix SVQ3 after adding 4:4:4 H.264 support | Jason Garrett-Glaser | 2011-06-13 | 1 | -12/+16 |
* | Roll back 4:4:4 H.264 for now | Jason Garrett-Glaser | 2011-06-13 | 1 | -16/+12 |
* | Fix SVQ3 after adding 4:4:4 H.264 support | Jason Garrett-Glaser | 2011-06-13 | 1 | -12/+16 |
* | svq3: Check negative mb_type to fix potential crash. | Baptiste Coudurier | 2011-06-03 | 1 | -1/+1 |
* | svq3: Move svq3-specific fields to their own context. | Baptiste Coudurier | 2011-06-03 | 1 | -35/+62 |
* | svq3: Do initialization after parsing the extradata | Ronald S. Bultje | 2011-05-21 | 1 | -9/+10 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -21/+21 |
* | Replace deprecated av_get_pict_type_char() with av_get_picture_type_char(). | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | lavc: remove FF_API_HURRY_UP cruft | Anton Khirnov | 2011-04-26 | 1 | -8/+0 |
* | Replace mplayerhq.hu URLs by libav.org. | Diego Biurrun | 2011-04-18 | 1 | -1/+1 |
* | lavc: mark hurry_up for removal on next major bump | Anton Khirnov | 2011-04-02 | 1 | -1/+3 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
* | Move ff_emulated_edge_mc() into DSPContext. | Ronald S. Bultje | 2011-01-28 | 1 | -2/+2 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless. | Ronald S. Bultje | 2011-01-20 | 1 | -5/+4 |
* | H.264/SVQ3: make chroma DC work the same way as luma DC | Jason Garrett-Glaser | 2011-01-15 | 1 | -4/+5 |