summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Explictly separate decoding whether fragments are coded by planeDavid Conrad2010-03-031-11/+16
* move vp6 huffman table freeing code, out of common vp56 codeAurelien Jacobs2010-03-032-15/+20
* Reorder indexes in weight tables.Michael Niedermayer2010-03-033-27/+27
* Move all context fields that are not used in the mb and block layersMichael Niedermayer2010-03-031-64/+73
* Fixed DXVA2 H264 hwaccel compilation.Laurent Aimar2010-03-031-4/+4
* remove unused left_border field from context.Michael Niedermayer2010-03-031-1/+0
* cosmetic addition of {}Michael Niedermayer2010-03-031-2/+2
* Note about luma/chroma_weight tables and their datatype.Michael Niedermayer2010-03-031-0/+1
* Fixed overreads in TTA decoder with corrupted bistreams.Laurent Aimar2010-03-031-2/+9
* Plug some memory leaks in the VP6 decoderVitor Sessak2010-03-032-0/+13
* move svq3 specific fields to the end of the contextMichael Niedermayer2010-03-031-8/+7
* Cope with rev 22169 change:Gwenole Beauchesne2010-03-031-4/+4
* Merge weight & offset tables, 15 cpu cycles faster.Michael Niedermayer2010-03-033-29/+27
* Simplify implicit_weight table init.Michael Niedermayer2010-03-031-6/+4
* Perform coefficient transformations in Bink Audio DCT decoder (issue1770)Peter Ross2010-03-031-2/+5
* use intended const syntaxPeter Ross2010-03-031-1/+1
* Another 3 useless zeroing instructions.Michael Niedermayer2010-03-031-3/+0
* Load the whole left side of mv&ref only when needed.Michael Niedermayer2010-03-031-0/+12
* Support B-frames when decoding MPEG-4 with VDPAU hardware acceleration.Carl Eugen Hoyos2010-03-031-0/+4
* Pass correct buffer-pointer and buffer-size to hardware acceleratedCarl Eugen Hoyos2010-03-021-2/+2
* Make lsp a separate configurable and select it from codecs needing itMåns Rullgård2010-03-021-6/+6
* Fix a bunch of bugs ive introduced recently that broke threaded decoding.Michael Niedermayer2010-03-021-12/+13
* Fix spelling in commentVitor Sessak2010-03-011-1/+1
* Add commented-out unoptimized code to improve readabilityVitor Sessak2010-03-011-0/+8
* Process packed bitstream also for VDPAU.Carl Eugen Hoyos2010-03-011-1/+1
* revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4Aurelien Jacobs2010-03-011-3/+1
* Remove some unneeded fill_rectangle() for 16x16 blocks.Michael Niedermayer2010-02-282-11/+5
* Make av_build_filter static (and remove av_): It is not used outside resample...Carl Eugen Hoyos2010-02-281-2/+2
* Make av_get_bit_rate() static and remove av_, the function is only usedCarl Eugen Hoyos2010-02-281-2/+2
* Include libxvid_internal.h: It contains the prototype for av_tempfile().Carl Eugen Hoyos2010-02-281-0/+1
* Make the following functions static (and remove ff_), they are only usedCarl Eugen Hoyos2010-02-281-6/+6
* Make function get_channel_name() static: It is only used in audioconvert.c.Carl Eugen Hoyos2010-02-281-1/+1
* Process picture aspect ratio changes in H.264.Janusz Krzysztofik2010-02-281-1/+3
* Include internal.h and imgconvert.h, they contain the prototypes for theCarl Eugen Hoyos2010-02-281-0/+2
* Include msrledec.h: It contains the prototype for ff_msrle_decode().Carl Eugen Hoyos2010-02-281-0/+1
* Include atrac.h: It contains the prototypes for atrac_generate_tables()Carl Eugen Hoyos2010-02-281-0/+1
* Include mpegaudiodecheader.h: It contains the prototype forCarl Eugen Hoyos2010-02-281-0/+1
* Remove declaration of unused variables.Carl Eugen Hoyos2010-02-281-4/+0
* Include h263_parser.h: It contains the prototype forCarl Eugen Hoyos2010-02-281-0/+1
* Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header.Carl Eugen Hoyos2010-02-281-0/+1
* Fix avcodec_align_dimensions to return values suitably aligned for FLV decodingReimar Döffinger2010-02-272-15/+46
* Strides in Indeo 5 reconstruction filter should be signed,Jindřich Makovička2010-02-271-1/+1
* Encapsulate VLC information needed for decoding blocks and macroblocks inKostya Shishkov2010-02-273-86/+86
* Make it clear that ff_ivi_init_static_vlc() does not need argumentsKostya Shishkov2010-02-272-2/+2
* Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedupMichael Niedermayer2010-02-271-2/+1
* Split *_type setting up, 4 cpu cycles faster.Michael Niedermayer2010-02-271-5/+12
* Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster.Zhou Zongyi2010-02-261-1/+2
* Fixed a segfault in the DCA decoder with corrupted streams.Laurent Aimar2010-02-261-0/+4
* Do not read beyond end of input in EA-TGV. This should avoid FATE test #362Vitor Sessak2010-02-261-0/+4
* Only load the topleft mv/ref when the topright is unavailable.Michael Niedermayer2010-02-261-10/+11
OpenPOWER on IntegriCloud