343 Commits (6cde949a2084293c7f3661460b5758f11908cac9)

Author SHA1 Message Date
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 2bb6eba21d remove ff_get_fourcc() and use AV_RL32() instead 16 years ago
Carl Eugen Hoyos 2b3242253d Add mpeg1_vdpau decoder. 16 years ago
Carl Eugen Hoyos e7edb2ea93 12l: Fix compilation with --disable-vdpau. 16 years ago
NVIDIA Corporation d37edddc09 Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Michael Niedermayer 062e7c3ca8 Avoid using sub_id in mpeg1/2video. 16 years ago
Carl Eugen Hoyos 448ecb68e3 Rename mpeg_set_pixelformat() as mpeg_get_pixelformat(). 16 years ago
Carl Eugen Hoyos 93c69a94ea Factorise setting of avctx->pix_fmt. 16 years ago
Diego Biurrun b24298badc Switch xvmc over to a CONFIG_ option. 16 years ago
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago
Roman Shaposhnik 3a84713aaa Making it easier to send arbitrary structures as work orders to MT workers 16 years ago
Michael Niedermayer ed16f91f26 Guess picture type from picture coding extension when the main header is damaged. 16 years ago
Michael Niedermayer 047599a4ba Rename error_resilience to error_recognition. 16 years ago
Michael Niedermayer 395206f6b1 Ignore the spec, and calculate aspect ratio on width/height. 16 years ago
Baptiste Coudurier 8ee552f69c simplify mpeg12 avctx->pix_fmt set 16 years ago
Diego Biurrun 071083b4a5 Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs. 16 years ago
Diego Biurrun 054480a57b cosmetics: comment spelling/grammar fixes 16 years ago
Diego Biurrun 0da49fca79 Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately. 16 years ago
Diego Biurrun 6ec87fbd92 Mark init_vlcs function as av_cold. 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Baptiste Coudurier ce8f4fb388 print correct mpeg-2 broken_link value, and print closed_gop 17 years ago
Michael Niedermayer 2d80ce2bdf Change init_2d_vlc_rl() to not use *alloc_static(). 17 years ago
Michael Niedermayer 9ef3193df1 Remove constant argument. 17 years ago
Michael Niedermayer f76605e880 Switch to INIT_VLC_USE_NEW_STATIC. 17 years ago
Michael Niedermayer 16e30b7a04 Do not reject odd width/height. 17 years ago
Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 17 years ago
Stefano Sabatini 6140271f54 Add some long names to AVCodec declarations. 17 years ago
Michael Niedermayer 9b7ca3b71d Decode stuff from extradata as well. 17 years ago
Michael Niedermayer 7f8ef97534 Factorize code a little. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Diego Biurrun b2c26e2717 Use correct t printf modifier for pointer differences. 17 years ago
Baptiste Coudurier 99c763d143 log aspect ratio forbidden value, and fail if error resilience is high 17 years ago
Baptiste Coudurier a2338352be do not fail badly if aspect ratio is 0/forbidden, fix issue 369 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
Michael Niedermayer 21da962cf1 Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2 17 years ago
Michael Niedermayer 0521808158 Reduce the number of senselessly scanned bytes. 17 years ago
Michael Niedermayer e68c7a4abe const 17 years ago
Michael Niedermayer 9bd005bdbc Drop non key frames before the first key frame. 17 years ago
Stefan Lucke b8a9dfb7f6 Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870 17 years ago
Michael Niedermayer 4e2b9bcc08 Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader. 18 years ago
Michael Niedermayer 392b748293 output last frame if seq end code is encountered 18 years ago
Michael Niedermayer 037df60e05 simplify s->mv_dir init 18 years ago
Michael Niedermayer 653f738780 exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane, 18 years ago
Michael Niedermayer 04b502fa36 exchange if() and for() in the MT_FIELD case 18 years ago
Michael Niedermayer f4fbcd33d9 exchange for() and if() order in the MT_FRAME case 18 years ago
Michael Niedermayer 356ab1dace change 18 years ago
Michael Niedermayer 2952d13ad5 merge another 2 if() to save a few cpu cycles 18 years ago
Michael Niedermayer 09d1bee89e reorder if() so that the condition can be simplified 18 years ago
Michael Niedermayer 0ac6b5a301 merge/simplify 2 if() 18 years ago