322 Commits (8cd8eaa54675527c4a22ff108f516768edc3258a)

Author SHA1 Message Date
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
Michael Niedermayer fecc146b28 merge 2 if() 18 years ago
Michael Niedermayer 01e795aba3 move some code which was executed for every skipped MB so it is only executed 18 years ago
Michael Niedermayer 4152c5ce14 get rid of a useless variable 18 years ago
Michael Niedermayer 7ceab4af35 avoid 2 additions (1 cpu cycle) per MB 18 years ago
Michael Niedermayer 5bfbf0a54f chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it 18 years ago
Aurelien Jacobs eaa7557c73 add proper ff_ prefix to new extern symbols 18 years ago
Aurelien Jacobs a6bc573158 split mpeg12 encoder out of mpeg12.c 18 years ago
Michael Niedermayer 28bf121a22 get rid of one unneeded #ifdef HAVE_XVMC 18 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Aurelien Jacobs ab8072a6a2 move imx_dump_header bitstream filter in its own file 18 years ago
Jason Millard cd61e40781 allow to enable or disable every bitstream filters individually 18 years ago
Aurelien Jacobs c53d2d9042 make some parser parameters const to avoid casting const to non-const 18 years ago
Aurelien Jacobs 95dca03f77 add a ff_ prefix to the now exported mpeg1_find_frame_end() function 18 years ago
Aurelien Jacobs 7f50d4ac51 move mpegvideo_parser in it's own file 18 years ago
Heikki Lindholm 29644cb504 make mpeg decoder handle mid-stream changes in resolution 18 years ago
Diego Biurrun e42dba481f typos/grammar 18 years ago
Michael Niedermayer f78da6d64f 10l to whoever wrote this 18 years ago
Michael Niedermayer 3502a54f59 kill av_mallocz_static() calls in init_rl() 18 years ago
Michael Niedermayer 5ac0915179 dont malloc() static mv_penalty arrays 18 years ago
Michel Bardiaux 318c5e0524 Give context to dprintf 18 years ago