]> git.sesse.net Git - ffmpeg/history - libavcodec
Rows per strip may be >= height
[ffmpeg] / libavcodec /
2006-11-13 Kostya ShishkovRows per strip may be >= height
2006-11-13 Kostya ShishkovWarn about JPEG in TIFF
2006-11-13 Kostya ShishkovCorrectly detect 4-component images
2006-11-13 Kostya ShishkovOutput proper 16-bit sound (fixes decoding on PPC)
2006-11-12 Måns Rullgårdzigzag_direct_noperm doesn't exist, remove declaration
2006-11-12 Måns Rullgårdmake more tables static
2006-11-12 Måns Rullgårdrename squareTbl -> ff_squareTbl
2006-11-12 Stefan Gehrerrename ff_cavs_flush to cavs_flush and make it static
2006-11-12 Stefan Gehrermove all cavs-parsing to cavs.c
2006-11-12 Måns Rullgårdrename cropTbl -> ff_cropTbl
2006-11-12 Stefan Gehrermake mpeg4video_split public as ff_mpeg4video_split
2006-11-12 Måns Rullgårdrename inverse -> ff_inverse
2006-11-12 Måns Rullgårdmake some tables static
2006-11-12 Måns Rullgårdadding more static keywords
2006-11-12 Måns Rullgårdmake vp6_pcr_tree static
2006-11-11 Måns Rullgårdmake some symbols static
2006-11-11 Måns Rullgårdmake two functions static
2006-11-10 Michael Niedermayerzero private bits
2006-11-10 Michael Niedermayerstore a identifer and the first header in extradata
2006-11-10 Michael Niedermayermp3 header (de)compression bitstream filter
2006-11-09 Michael Niedermayer16bit in avi is RGB555
2006-11-09 Panagiotis IssarisRemove the H264Context parameter from decode_init_vlc...
2006-11-09 Baptiste Coudurierget rid of CODEC_ID_MPEG4AAC after next version bump...
2006-11-09 Michael Niedermayer10000l to myself, fixing regression test failure
2006-11-08 Michael Niedermayer100l for me, iam being to stupid to read the mpeg4...
2006-11-08 Måns Rullgårdallow spaces in source and build directory names
2006-11-07 Baptiste Couduriertypo
2006-11-07 Baptiste Coudurieradd option to set mpeg1/2 gop timecode start, and drop...
2006-11-07 Luca BarbatoSimplify
2006-11-07 Diego BiurrunUse MMX only under x86_32, there are compilation problems.
2006-11-07 Baptiste Coudurieradd codec_tag and codec_stream_tag to MpegEncContext...
2006-11-07 Kostya ShishkovBump version for Fraps v[24] support
2006-11-06 Reimar DöffingerAvoid void*-arithmetic, and uint8_t* is more correct...
2006-11-06 Baptiste Coudurierinclude parser.h instead of mpegvideo.h
2006-11-06 Baptiste Coudurierrename ff_mpeg1_find_frame_end to mpeg1_find_frame_end...
2006-11-06 Baptiste Couduriermove AVCodecParser prototypes and definitions to parser...
2006-11-06 Zuxy MengFix ASF format parser's broken UTF-16 string handling
2006-11-06 Kostya ShishkovCheck for symbol count
2006-11-06 Kostya ShishkovLimit output sample to 0..maxval, fixes decoding of...
2006-11-05 Baptiste Coudurieruse AVRational and ff_frame_rate_tab for frame_rate
2006-11-05 Reimar DöffingerMove idct block array variable onto rtjpeg_decode_frame...
2006-11-05 Baptiste Coudurierremove useless line variable
2006-11-05 Baptiste Coudurierfix decoding position
2006-11-05 Kostya ShishkovCorrect support for Fraps v4 (and Huffman tree for...
2006-11-05 Kostya ShishkovUpdate comment
2006-11-05 Kostya ShishkovFraps v2 and v4 support
2006-11-04 Oded Shimonministry of english grammar :) then->than
2006-11-03 Michael Niedermayerdoxy
2006-11-03 Michael Niedermayerensure alignment (no speed change)
2006-11-03 Michael Niedermayermerging mov & and (no speedchange)
2006-11-03 Michael Niedermayer2 instructions less (same speed)
2006-11-03 Michael Niedermayercomment about failed optimization
2006-11-03 Michael Niedermayermove luma tc0 related init into asm
2006-11-03 Kostya ShishkovRGB32 support in Targa
2006-11-03 Michael Niedermayer2 instructions less in h264_loop_filter_luma_mmx2()
2006-11-03 Michael Niedermayerpreempt possible overflow
2006-11-03 Michael Niedermayer1 instruction less
2006-11-03 Kostya ShishkovUse bpp from header in error message
2006-11-03 Michael Niedermayeroptimize H264_DEBLOCK_P0_Q0
2006-11-02 Michael Niedermayernew I/P frame selection heuristic
2006-11-02 Baptiste Coudurierchange gif muxer to simple gif encoder
2006-11-02 Corey HickeyCorrect description of mblmin and mblmax.
2006-11-02 Tom Harperoutputs bit spent on various encoding functions (motion...
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-11-01 Michael Niedermayer10l (forgot ALT_SCAN)
2006-11-01 Diego BiurrunRename SWAP macro to FFSWAP.
2006-11-01 Steve L'Hommereindentation, patch by From: Steve Lhomme, slhomme...
2006-11-01 Michael Niedermayermerge clip() into the alpha/beta/tc0 tables (10% faster...
2006-11-01 Diego BiurrunMake tests compile on non-x86.
2006-11-01 Diego BiurrunUse common define for x86_32 and x86_64.
2006-11-01 Måns Rullgårdindentation
2006-11-01 Måns RullgårdCODEC_CAP_DELAY support
2006-11-01 Reimar DöffingerReenable AMD64 optimizations for cabac accidentially...
2006-11-01 Diego BiurrunAdd ARCH_X86_32 as a new define for 32 bit x86 architec...
2006-10-31 Michael Niedermayerfix 1/0 b frames + CBR bug
2006-10-31 Diego Biurruncosmetics: Restore alphabetical order.
2006-10-30 Måns Rullgårdcoded line size is a multiple of 4
2006-10-30 Oded Shimonfix for disabling vorbis decoder but enabling vorbis...
2006-10-30 Kostya ShishkovInit vlc tables as static
2006-10-30 Kostya ShishkovIMC decoder
2006-10-30 Luca AbeniAVPicture has 4 planes, not 3
2006-10-30 Michael Niedermayerdont set the sampling rate just because 1 mp3 packet...
2006-10-30 Michael Niedermayeravoid random noise on damaged frames
2006-10-29 Diego BiurrunFix compilation with PIC enabled, BRANCHLESS_GET_CABAC...
2006-10-28 Michael Niedermayerupdate copyright year, it looks odd otherwise :)
2006-10-28 Michael NiedermayerCANDIDATE_MB_TYPE_INTER heuristic doesnt work at really...
2006-10-28 Oded ShimonI hope noone minds, adding myself to eval.c copyright...
2006-10-28 Michael Niedermayerlambda* should be unsigned
2006-10-28 Michael Niedermayerprevent overflow if lambda2 is "too" large
2006-10-28 Michael Niedermayeruse lambda/lmax instead of qscale/qmax as end check...
2006-10-28 Oded Shimonignore whitespace in ff_eval
2006-10-28 Andrew Voznytsasample rate fix
2006-10-28 Oded Shimonadd missing 'e->value * '
2006-10-28 Oded Shimonshut gcc warning, also makes sense for NAN to be return...
2006-10-27 Diego BiurrunRename dvdsub.c to dvdsubdec.c.
2006-10-27 Michael Niedermayeradd support for while() loops again ugly syntax while...
2006-10-27 Michael Niedermayersupport seperating expressons by ;
2006-10-27 Reynaldo H. Verdej... Fix obvious typo, BGR555 was missing
2006-10-27 Oded Shimonpossible bug of 'gte' being read as 'gt', same with...
2006-10-27 Michael Niedermayerminor simplification
next