summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.c
Commit message (Expand)AuthorAge
...
* Restructure dummy frame allocation.Michael Niedermayer2009-11-29
* Make sure field_select is not set to nonsensical values even if unused.Michael Niedermayer2009-11-29
* Factorize "s->first_slice = 1" out.Michael Niedermayer2009-11-28
* Also check the location of the picture start code and picture codingMichael Niedermayer2009-11-28
* Check order of startcodes, ignore some obviously wrong ones.Michael Niedermayer2009-11-28
* Move mpeg_decode_postinit() out of bitstream decoding functions, it does notMichael Niedermayer2009-11-28
* Inline mpeg_decode_extension, will simplify future changes.Michael Niedermayer2009-11-28
* Simplify mpeg_decode_user_data()Michael Niedermayer2009-11-28
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-16
* Remove casts that are useless since the argument is void *.Reimar Döffinger2009-10-06
* Move down HWAccel code path so that to fill in s->mb_x first.Gwenole Beauchesne2009-09-16
* Revert r19317, "simplify slice_end, return size of output frame".Baptiste Coudurier2009-07-01
* simplify slice_end, return size of output frameBaptiste Coudurier2009-07-01
* Rename alloc_picture to ff_alloc_picture and move its definitionBaptiste Coudurier2009-05-27
* Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg.Wolfram Gloger2009-05-27
* Add a forward declaration of mpeg1_decode_block_intra to fix compilationReimar Döffinger2009-05-17
* mpeg12: fix non-standard use of "extern inline"Måns Rullgård2009-05-17
* decode mpeg-2 closed gop first b frames, fix issue #824Baptiste Coudurier2009-05-15
* Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad2009-05-11
* Extract colorspace fields from MPEG1/2.Michael Niedermayer2009-05-05
* Ignore first entry of intra matrixes if it is invalid.Michael Niedermayer2009-05-01
* Factorize quantization matrix loading code out.Michael Niedermayer2009-05-01
* Fix mb_height for interlaced mpeg2.Michael Niedermayer2009-04-08
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found insteadMichael Niedermayer2009-03-02
* 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