344 Commits (88297e80aa005afc4ebdfb4ab68e38a114439905)

Author SHA1 Message Date
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
Baptiste Coudurier 39076e27de fix drop frame timecode flag 18 years ago
Baptiste Coudurier 92d6b7fda2 imx dump header bitstream filter, modifies bitstream to fit in mov and be decoded by final cut pro decoder 18 years ago
Baptiste Coudurier 5a6b9443ed dummy support for mpeg2 non linear quant 18 years ago
Michael Niedermayer 960964f5a9 fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not easily) 18 years ago
Baptiste Coudurier 09d7aa7e30 correctly set profile/level for hd 18 years ago
Michael Niedermayer 0e066acb62 fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.org/zzuf/lol-ffplay.m2v 18 years ago
Måns Rullgård 849f10351d rename always_inline to av_always_inline and move to common.h 18 years ago
Måns Rullgård 7b7abda3b3 make more tables static 18 years ago
Baptiste Coudurier 9d210bb42b typo 18 years ago
Baptiste Coudurier 80d617f5b4 add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag 18 years ago
Baptiste Coudurier 7d6b1abe1a rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it static 18 years ago
Baptiste Coudurier 4067d81be2 move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c 18 years ago
Steve L'Homme e344c1ea36 reindentation, patch by From: Steve Lhomme, slhomme divxcorp com 18 years ago
Michael Niedermayer 5d48f0cb05 set v_edge_pos correctly for field picture mpeg2 18 years ago
Diego Biurrun c26abfa541 Rename ABS macro to FFABS. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Måns Rullgård 191e8ca752 fix some signedness warnings 18 years ago
Stefan Gehrer 761089b028 staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch by (Stefan Gehrer stefan.gehrer gmx de) 19 years ago
Baptiste Coudurier 2d974017b0 MPEG-2 4:2:2 encoding support 19 years ago
Baptiste Coudurier 307eb24879 add MPEG-2 intra vlc support 19 years ago
Baptiste Coudurier d634aa2095 remove unused variable 19 years ago
Michael Niedermayer 7923a3f904 d10 decoding fix 19 years ago
Steve L'Homme 267f7edcd1 (f)printf --> av_log conversion 19 years ago
Michael Niedermayer 2669777981 fix decoding of mpeg2-trunc.vob 19 years ago
Michael Niedermayer 82fcbc145d faster find_startcode() 19 years ago
jwestfall@surrealistic.net dd1a74d25d Off by one fix to prevent possible segfault. Patch by jwestfall at surrealistic dot net. 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago