4060 Commits (36cd3069073f78907b8ad3fd12c5faf8070a5cc6)

Author SHA1 Message Date
Måns Rullgård 36cd306907 rename inverse -> ff_inverse 18 years ago
Måns Rullgård 1bd29b078c make some tables static 18 years ago
Måns Rullgård bb54f6ab62 adding more static keywords 18 years ago
Måns Rullgård 6b781ce746 make vp6_pcr_tree static 18 years ago
Måns Rullgård 8e981daf2b make some symbols static 18 years ago
Måns Rullgård c328f313d8 make two functions static 18 years ago
Michael Niedermayer f1a06ca80b zero private bits 18 years ago
Michael Niedermayer eea784dab0 store a identifer and the first header in extradata 18 years ago
Michael Niedermayer eacb41b2e9 mp3 header (de)compression bitstream filter 18 years ago
Michael Niedermayer 92a3541876 16bit in avi is RGB555 18 years ago
Panagiotis Issaris c2212338e8 Remove the H264Context parameter from decode_init_vlc() as it is not being used. 18 years ago
Baptiste Coudurier cbee7a6944 get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used 18 years ago
Michael Niedermayer 6c4d16556b 10000l to myself, fixing regression test failure 18 years ago
Michael Niedermayer b5ca0c6ff9 100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a the end of the picture 18 years ago
Måns Rullgård 997baf0141 allow spaces in source and build directory names 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
Luca Barbato d9d2f88def Simplify 18 years ago
Diego Biurrun 4802a7a7b1 Use MMX only under x86_32, there are compilation problems. 18 years ago
Baptiste Coudurier 1766295516 add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values 18 years ago
Kostya Shishkov 7d7912c34b Bump version for Fraps v[24] support 18 years ago
Reimar Döffinger e07eaaccc1 Avoid void*-arithmetic, and uint8_t* is more correct anyway. 18 years ago
Baptiste Coudurier 79e7b9609e include parser.h instead of mpegvideo.h 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
Zuxy Meng 360932f76d Fix ASF format parser's broken UTF-16 string handling 18 years ago
Kostya Shishkov f4e31985da Check for symbol count 18 years ago
Kostya Shishkov 39ff2ee84d Limit output sample to 0..maxval, fixes decoding of T16E0.JLS 18 years ago
Baptiste Coudurier 8cd13128b8 use AVRational and ff_frame_rate_tab for frame_rate 18 years ago
Reimar Döffinger c9ec7564f0 Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack since 18 years ago
Baptiste Coudurier bc52b0c518 remove useless line variable 18 years ago
Baptiste Coudurier b190aa8919 fix decoding position 18 years ago
Kostya Shishkov 75a71b6c38 Correct support for Fraps v4 (and Huffman tree for < 256 symbols) 18 years ago
Kostya Shishkov 78629a746f Update comment 18 years ago
Kostya Shishkov 08a4c4bfb9 Fraps v2 and v4 support 18 years ago
Oded Shimon 483b8b1210 ministry of english grammar :) then->than 18 years ago
Michael Niedermayer 21d4d5dafb doxy 18 years ago
Michael Niedermayer 079e61db5d ensure alignment (no speed change) 18 years ago
Michael Niedermayer f5a9e8f33d merging mov & and (no speedchange) 18 years ago
Michael Niedermayer e80cf125a7 2 instructions less (same speed) 18 years ago
Michael Niedermayer 9347118237 comment about failed optimization 18 years ago
Michael Niedermayer 38cfdc83f0 move luma tc0 related init into asm 18 years ago
Kostya Shishkov 57aff88581 RGB32 support in Targa 18 years ago
Michael Niedermayer 25225c3773 2 instructions less in h264_loop_filter_luma_mmx2() 18 years ago
Michael Niedermayer bda2203d56 preempt possible overflow 18 years ago
Michael Niedermayer 5a1553dee3 1 instruction less 18 years ago
Kostya Shishkov a21711022e Use bpp from header in error message 18 years ago
Michael Niedermayer e9f1885c21 optimize H264_DEBLOCK_P0_Q0 18 years ago
Michael Niedermayer dd7e46e7c3 new I/P frame selection heuristic 18 years ago
Baptiste Coudurier 93481fe5fe change gif muxer to simple gif encoder 18 years ago