summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* make more tables staticMåns Rullgård2006-11-124-13/+13
* rename squareTbl -> ff_squareTblMåns Rullgård2006-11-124-9/+9
* rename ff_cavs_flush to cavs_flush and make it staticStefan Gehrer2006-11-121-2/+2
* move all cavs-parsing to cavs.cStefan Gehrer2006-11-125-83/+84
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-1216-68/+68
* make mpeg4video_split public as ff_mpeg4video_splitStefan Gehrer2006-11-122-3/+5
* rename inverse -> ff_inverseMåns Rullgård2006-11-124-4/+4
* make some tables staticMåns Rullgård2006-11-121-36/+36
* adding more static keywordsMåns Rullgård2006-11-122-5/+5
* make vp6_pcr_tree staticMåns Rullgård2006-11-121-1/+1
* make some symbols staticMåns Rullgård2006-11-118-22/+22
* make two functions staticMåns Rullgård2006-11-111-2/+2
* zero private bitsMichael Niedermayer2006-11-101-0/+2
* store a identifer and the first header in extradataMichael Niedermayer2006-11-101-24/+44
* mp3 header (de)compression bitstream filterMichael Niedermayer2006-11-103-0/+123
* 16bit in avi is RGB555Michael Niedermayer2006-11-091-1/+1
* Remove the H264Context parameter from decode_init_vlc() as it is not being used.Panagiotis Issaris2006-11-091-2/+2
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier2006-11-092-0/+4
* 10000l to myself, fixing regression test failureMichael Niedermayer2006-11-091-1/+1
* 100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a ...Michael Niedermayer2006-11-081-9/+12
* allow spaces in source and build directory namesMåns Rullgård2006-11-081-1/+1
* typoBaptiste Coudurier2006-11-071-1/+1
* add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flagBaptiste Coudurier2006-11-073-4/+26
* SimplifyLuca Barbato2006-11-071-5/+1
* Use MMX only under x86_32, there are compilation problems.Diego Biurrun2006-11-071-2/+2
* add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier2006-11-074-13/+15
* Bump version for Fraps v[24] supportKostya Shishkov2006-11-071-2/+2
* Avoid void*-arithmetic, and uint8_t* is more correct anyway.Reimar Döffinger2006-11-061-2/+2
* include parser.h instead of mpegvideo.hBaptiste Coudurier2006-11-061-1/+1
* rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it staticBaptiste Coudurier2006-11-061-3/+3
* move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...Baptiste Coudurier2006-11-064-211/+232
* Fix ASF format parser's broken UTF-16 string handlingZuxy Meng2006-11-061-14/+2
* Check for symbol countKostya Shishkov2006-11-061-0/+4
* Limit output sample to 0..maxval, fixes decoding of T16E0.JLSKostya Shishkov2006-11-061-0/+1
* use AVRational and ff_frame_rate_tab for frame_rateBaptiste Coudurier2006-11-051-30/+8
* Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack sinceReimar Döffinger2006-11-052-13/+13
* remove useless line variableBaptiste Coudurier2006-11-051-4/+1
* fix decoding positionBaptiste Coudurier2006-11-051-1/+1
* Correct support for Fraps v4 (and Huffman tree for < 256 symbols)Kostya Shishkov2006-11-051-16/+19
* Update commentKostya Shishkov2006-11-051-1/+0
* Fraps v2 and v4 supportKostya Shishkov2006-11-051-23/+165
* ministry of english grammar :) then->thanOded Shimon2006-11-041-1/+1
* doxyMichael Niedermayer2006-11-031-0/+34
* ensure alignment (no speed change)Michael Niedermayer2006-11-031-6/+6
* merging mov & and (no speedchange)Michael Niedermayer2006-11-031-3/+2
* 2 instructions less (same speed)Michael Niedermayer2006-11-031-6/+13
* comment about failed optimizationMichael Niedermayer2006-11-031-2/+2
* move luma tc0 related init into asmMichael Niedermayer2006-11-031-12/+17
* RGB32 support in TargaKostya Shishkov2006-11-031-0/+10
* 2 instructions less in h264_loop_filter_luma_mmx2()Michael Niedermayer2006-11-031-5/+3
OpenPOWER on IntegriCloud