Age | Commit message (Expand) | Author |
2009-10-06 | Remove casts that are useless since the argument is void *. | Reimar Döffinger |
2009-09-16 | Move down HWAccel code path so that to fill in s->mb_x first. | Gwenole Beauchesne |
2009-07-01 | Revert r19317, "simplify slice_end, return size of output frame". | Baptiste Coudurier |
2009-07-01 | simplify slice_end, return size of output frame | Baptiste Coudurier |
2009-05-27 | Rename alloc_picture to ff_alloc_picture and move its definition | Baptiste Coudurier |
2009-05-27 | Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg. | Wolfram Gloger |
2009-05-17 | Add a forward declaration of mpeg1_decode_block_intra to fix compilation | Reimar Döffinger |
2009-05-17 | mpeg12: fix non-standard use of "extern inline" | Måns Rullgård |
2009-05-15 | decode mpeg-2 closed gop first b frames, fix issue #824 | Baptiste Coudurier |
2009-05-11 | Add a chroma_sample_location field to define positioning of chroma samples | David Conrad |
2009-05-05 | Extract colorspace fields from MPEG1/2. | Michael Niedermayer |
2009-05-01 | Ignore first entry of intra matrixes if it is invalid. | Michael Niedermayer |
2009-05-01 | Factorize quantization matrix loading code out. | Michael Niedermayer |
2009-04-08 | Fix mb_height for interlaced mpeg2. | Michael Niedermayer |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-03-02 | Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead | Michael Niedermayer |
2009-03-02 | xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name. | Diego Biurrun |
2009-03-01 | Remove unused variable in mpeg_mc_decode_init | Reimar Döffinger |
2009-02-27 | Remove superfluous call to mpeg_decode_slice() for hwaccel, this | Gwenole Beauchesne |
2009-02-26 | Add ticks_per_frame, this should hopefully fix the regressions caused | Michael Niedermayer |
2009-02-25 | More AVhwaccel hunks from Gwenole Beauchesne. | Michael Niedermayer |
2009-02-24 | Correct time_base and repeat_pict for MPEG2 video. | Ivan Schreter |
2009-02-24 | add ff_find_hwaccel() by Gwenole Beauchesne | Michael Niedermayer |
2009-02-23 | Approved hunks for VAAPI / our new shiny hwaccel API | Michael Niedermayer |
2009-02-22 | Change the type of pblocks from pointers to short array into | Ivan Kalvachev |
2009-02-14 | Cosmetics | Ivan Kalvachev |
2009-02-14 | Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&) | Ivan Kalvachev |
2009-02-14 | Check ff_xvmc_field_start() result in all cases. | Ivan Kalvachev |
2009-02-14 | Add xvmc_internal.h that contains all internal xvmc function declarations. | Diego Biurrun |
2009-02-14 | use ff_xvmc for function names instead of XVMC_ | Ivan Kalvachev |
2009-02-14 | Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices. | Diego Biurrun |
2009-02-05 | don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is req... | Peter Ross |
2009-02-05 | convert mpeg1_decode_block_intra() to inline global | Peter Ross |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2009-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
2009-01-17 | remove ff_get_fourcc() and use AV_RL32() instead | Aurelien Jacobs |
2009-01-16 | Add mpeg1_vdpau decoder. | Carl Eugen Hoyos |
2009-01-16 | 12l: Fix compilation with --disable-vdpau. | Carl Eugen Hoyos |
2009-01-16 | Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can | NVIDIA Corporation |
2009-01-13 | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs |
2009-01-13 | Avoid using sub_id in mpeg1/2video. | Michael Niedermayer |
2009-01-06 | Rename mpeg_set_pixelformat() as mpeg_get_pixelformat(). | Carl Eugen Hoyos |
2009-01-06 | Factorise setting of avctx->pix_fmt. | Carl Eugen Hoyos |
2008-12-15 | Switch xvmc over to a CONFIG_ option. | Diego Biurrun |
2008-12-03 | Delete unnecessary 'extern' keywords. | Diego Biurrun |
2008-11-12 | Making it easier to send arbitrary structures as work orders to MT workers | Roman Shaposhnik |
2008-09-28 | Guess picture type from picture coding extension when the main header is dama... | Michael Niedermayer |
2008-09-08 | Rename error_resilience to error_recognition. | Michael Niedermayer |
2008-09-03 | Ignore the spec, and calculate aspect ratio on width/height. | Michael Niedermayer |
2008-08-26 | simplify mpeg12 avctx->pix_fmt set | Baptiste Coudurier |