summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.c
Commit message (Expand)AuthorAge
* xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name.Diego Biurrun2009-03-02
* Remove unused variable in mpeg_mc_decode_initReimar Döffinger2009-03-01
* Remove superfluous call to mpeg_decode_slice() for hwaccel, thisGwenole Beauchesne2009-02-27
* Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer2009-02-26
* More AVhwaccel hunks from Gwenole Beauchesne.Michael Niedermayer2009-02-25
* Correct time_base and repeat_pict for MPEG2 video.Ivan Schreter2009-02-24
* add ff_find_hwaccel() by Gwenole BeauchesneMichael Niedermayer2009-02-24
* Approved hunks for VAAPI / our new shiny hwaccel APIMichael Niedermayer2009-02-23
* Change the type of pblocks from pointers to short array intoIvan Kalvachev2009-02-22
* CosmeticsIvan Kalvachev2009-02-14
* Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&)Ivan Kalvachev2009-02-14
* Check ff_xvmc_field_start() result in all cases.Ivan Kalvachev2009-02-14
* Add xvmc_internal.h that contains all internal xvmc function declarations.Diego Biurrun2009-02-14
* use ff_xvmc for function names instead of XVMC_Ivan Kalvachev2009-02-14
* Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.Diego Biurrun2009-02-14
* don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is req...Peter Ross2009-02-05
* convert mpeg1_decode_block_intra() to inline globalPeter Ross2009-02-05
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17
* Add mpeg1_vdpau decoder.Carl Eugen Hoyos2009-01-16
* 12l: Fix compilation with --disable-vdpau.Carl Eugen Hoyos2009-01-16
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation2009-01-16
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Avoid using sub_id in mpeg1/2video.Michael Niedermayer2009-01-13
* Rename mpeg_set_pixelformat() as mpeg_get_pixelformat().Carl Eugen Hoyos2009-01-06
* Factorise setting of avctx->pix_fmt.Carl Eugen Hoyos2009-01-06
* Switch xvmc over to a CONFIG_ option.Diego Biurrun2008-12-15
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-12
* Guess picture type from picture coding extension when the main header is dama...Michael Niedermayer2008-09-28
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* Ignore the spec, and calculate aspect ratio on width/height.Michael Niedermayer2008-09-03
* simplify mpeg12 avctx->pix_fmt setBaptiste Coudurier2008-08-26
* Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.Diego Biurrun2008-08-20
* cosmetics: comment spelling/grammar fixesDiego Biurrun2008-08-20
* Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.Diego Biurrun2008-08-19
* Mark init_vlcs function as av_cold.Diego Biurrun2008-08-19
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* print correct mpeg-2 broken_link value, and print closed_gopBaptiste Coudurier2008-06-02
* Change init_2d_vlc_rl() to not use *alloc_static().Michael Niedermayer2008-05-30
* Remove constant argument.Michael Niedermayer2008-05-30
* Switch to INIT_VLC_USE_NEW_STATIC.Michael Niedermayer2008-05-30
* Do not reject odd width/height.Michael Niedermayer2008-05-25
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-29
* Decode stuff from extradata as well.Michael Niedermayer2008-04-03
* Factorize code a little.Michael Niedermayer2008-04-03
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* Use correct t printf modifier for pointer differences.Diego Biurrun2008-03-14