summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-171-1/+1
* Add mpeg1_vdpau decoder.Carl Eugen Hoyos2009-01-161-0/+16
* 12l: Fix compilation with --disable-vdpau.Carl Eugen Hoyos2009-01-161-1/+1
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation2009-01-161-3/+37
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-6/+6
* Avoid using sub_id in mpeg1/2video.Michael Niedermayer2009-01-131-1/+2
* Rename mpeg_set_pixelformat() as mpeg_get_pixelformat().Carl Eugen Hoyos2009-01-061-3/+3
* Factorise setting of avctx->pix_fmt.Carl Eugen Hoyos2009-01-061-18/+18
* Switch xvmc over to a CONFIG_ option.Diego Biurrun2008-12-151-6/+6
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-031-4/+4
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-121-2/+2
* Guess picture type from picture coding extension when the main header is dama...Michael Niedermayer2008-09-281-4/+26
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-081-4/+4
* Ignore the spec, and calculate aspect ratio on width/height.Michael Niedermayer2008-09-031-1/+3
* simplify mpeg12 avctx->pix_fmt setBaptiste Coudurier2008-08-261-7/+4
* Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.Diego Biurrun2008-08-201-2/+2
* cosmetics: comment spelling/grammar fixesDiego Biurrun2008-08-201-57/+56
* Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.Diego Biurrun2008-08-191-32/+2
* Mark init_vlcs function as av_cold.Diego Biurrun2008-08-191-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-4/+4
* print correct mpeg-2 broken_link value, and print closed_gopBaptiste Coudurier2008-06-021-3/+4
* Change init_2d_vlc_rl() to not use *alloc_static().Michael Niedermayer2008-05-301-8/+14
* Remove constant argument.Michael Niedermayer2008-05-301-7/+4
* Switch to INIT_VLC_USE_NEW_STATIC.Michael Niedermayer2008-05-301-14/+14
* Do not reject odd width/height.Michael Niedermayer2008-05-251-2/+1
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-4/+4
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-291-0/+4
* Decode stuff from extradata as well.Michael Niedermayer2008-04-031-0/+3
* Factorize code a little.Michael Niedermayer2008-04-031-8/+18
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* Use correct t printf modifier for pointer differences.Diego Biurrun2008-03-141-1/+1
* log aspect ratio forbidden value, and fail if error resilience is highBaptiste Coudurier2008-03-141-0/+5
* do not fail badly if aspect ratio is 0/forbidden, fix issue 369Baptiste Coudurier2008-03-131-2/+0
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-19/+19
* Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2Michael Niedermayer2008-02-201-16/+30
* Reduce the number of senselessly scanned bytes.Michael Niedermayer2008-02-191-1/+1
* constMichael Niedermayer2008-02-011-1/+1
* Drop non key frames before the first key frame.Michael Niedermayer2008-01-051-1/+3
* Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870Stefan Lucke2007-10-131-1/+1
* Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader.Michael Niedermayer2007-08-041-1/+32
* output last frame if seq end code is encounteredMichael Niedermayer2007-08-021-1/+5
* simplify s->mv_dir initMichael Niedermayer2007-08-021-6/+1
* exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,Michael Niedermayer2007-08-011-5/+5
* exchange if() and for() in the MT_FIELD caseMichael Niedermayer2007-08-011-7/+12
* exchange for() and if() order in the MT_FRAME caseMichael Niedermayer2007-08-011-9/+14
* changeMichael Niedermayer2007-08-011-59/+66
* merge another 2 if() to save a few cpu cyclesMichael Niedermayer2007-08-011-4/+1
* reorder if() so that the condition can be simplifiedMichael Niedermayer2007-08-011-4/+4
* merge/simplify 2 if()Michael Niedermayer2007-08-011-6/+2
OpenPOWER on IntegriCloud