4051 Commits (78fcba8fc789b29002b82ae7ebfff00eb82bbce7)

Author SHA1 Message Date
  Michael Niedermayer 92a3541876 16bit in avi is RGB555 19 years ago
  Panagiotis Issaris c2212338e8 Remove the H264Context parameter from decode_init_vlc() as it is not being used. 19 years ago
  Baptiste Coudurier cbee7a6944 get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used 19 years ago
  Michael Niedermayer 6c4d16556b 10000l to myself, fixing regression test failure 19 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 19 years ago
  Måns Rullgård 997baf0141 allow spaces in source and build directory names 19 years ago
  Baptiste Coudurier 9d210bb42b typo 19 years ago
  Baptiste Coudurier 80d617f5b4 add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag 19 years ago
  Luca Barbato d9d2f88def Simplify 19 years ago
  Diego Biurrun 4802a7a7b1 Use MMX only under x86_32, there are compilation problems. 19 years ago
  Baptiste Coudurier 1766295516 add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values 19 years ago
  Kostya Shishkov 7d7912c34b Bump version for Fraps v[24] support 19 years ago
  Reimar Döffinger e07eaaccc1 Avoid void*-arithmetic, and uint8_t* is more correct anyway. 19 years ago
  Baptiste Coudurier 79e7b9609e include parser.h instead of mpegvideo.h 19 years ago
  Baptiste Coudurier 7d6b1abe1a rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it static 19 years ago
  Baptiste Coudurier 4067d81be2 move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c 19 years ago
  Zuxy Meng 360932f76d Fix ASF format parser's broken UTF-16 string handling 19 years ago
  Kostya Shishkov f4e31985da Check for symbol count 19 years ago
  Kostya Shishkov 39ff2ee84d Limit output sample to 0..maxval, fixes decoding of T16E0.JLS 19 years ago
  Baptiste Coudurier 8cd13128b8 use AVRational and ff_frame_rate_tab for frame_rate 19 years ago
  Reimar Döffinger c9ec7564f0 Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack since 19 years ago
  Baptiste Coudurier bc52b0c518 remove useless line variable 19 years ago
  Baptiste Coudurier b190aa8919 fix decoding position 19 years ago
  Kostya Shishkov 75a71b6c38 Correct support for Fraps v4 (and Huffman tree for < 256 symbols) 19 years ago
  Kostya Shishkov 78629a746f Update comment 19 years ago
  Kostya Shishkov 08a4c4bfb9 Fraps v2 and v4 support 19 years ago
  Oded Shimon 483b8b1210 ministry of english grammar :) then->than 19 years ago
  Michael Niedermayer 21d4d5dafb doxy 19 years ago
  Michael Niedermayer 079e61db5d ensure alignment (no speed change) 19 years ago
  Michael Niedermayer f5a9e8f33d merging mov & and (no speedchange) 19 years ago
  Michael Niedermayer e80cf125a7 2 instructions less (same speed) 19 years ago
  Michael Niedermayer 9347118237 comment about failed optimization 19 years ago
  Michael Niedermayer 38cfdc83f0 move luma tc0 related init into asm 19 years ago
  Kostya Shishkov 57aff88581 RGB32 support in Targa 19 years ago
  Michael Niedermayer 25225c3773 2 instructions less in h264_loop_filter_luma_mmx2() 19 years ago
  Michael Niedermayer bda2203d56 preempt possible overflow 19 years ago
  Michael Niedermayer 5a1553dee3 1 instruction less 19 years ago
  Kostya Shishkov a21711022e Use bpp from header in error message 19 years ago
  Michael Niedermayer e9f1885c21 optimize H264_DEBLOCK_P0_Q0 19 years ago
  Michael Niedermayer dd7e46e7c3 new I/P frame selection heuristic 19 years ago
  Baptiste Coudurier 93481fe5fe change gif muxer to simple gif encoder 19 years ago
  Corey Hickey 1984f5cdc9 Correct description of mblmin and mblmax. 19 years ago
  Tom Harper a9dc190f17 outputs bit spent on various encoding functions (motion vectors, overhead, etc) 19 years ago
  Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 19 years ago
  Michael Niedermayer 45f3704c6d 10l (forgot ALT_SCAN) 19 years ago
  Diego Biurrun 1345f4ed6c Rename SWAP macro to FFSWAP. 19 years ago
  Steve L'Homme e344c1ea36 reindentation, patch by From: Steve Lhomme, slhomme divxcorp com 19 years ago
  Michael Niedermayer 65342b2b4a merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3) 19 years ago
  Diego Biurrun e164fbfeac Make tests compile on non-x86. 19 years ago
  Diego Biurrun 3cd52279c9 Use common define for x86_32 and x86_64. 19 years ago