aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* libx265: Use x265_param_parse to set the SARDerek Buitenhuis2014-04-101-5/+6
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-0934-381/+411
* rawvideo: Support decoding YVYU422 FourCCVittorio Giovara2014-04-081-0/+1
* mp2: match twolame default optionsVittorio Giovara2014-04-071-1/+2
* libtwolame MP2 encoding supportPaul B Mahol2014-04-074-2/+230
* libxvid: fix missing end of line characterVittorio Giovara2014-04-071-1/+1
* h264: Refactor decode_nal_unitsLuca Barbato2014-04-061-59/+122
* libxvid: Add SSIM displaying through a libxvidcore pluginTimothy Gu2014-04-062-1/+20
* libxvid: add working lumimasking and variance AQTimothy Gu2014-04-062-3/+46
* aarch64: implement videodsp.prefetchJanne Grunau2014-04-065-0/+66
* LucasArts SMUSH VIMA audio decoderPaul B Mahol2014-04-066-1/+229
* LucasArts SMUSH SANM video decoderPaul B Mahol2014-04-066-1/+1486
* dsputil: Move DV-specific ff_zigzag248_direct table to dvdataDiego Biurrun2014-04-046-16/+17
* x86: dsputil: Move ff_apply_window_int16_* bits to ac3dsp, where they belongDiego Biurrun2014-04-042-130/+131
* x86: h264_qpel: Simplify an #if conditionalDiego Biurrun2014-04-041-1/+1
* x86: Drop some unnecessary YASM ifdefsDiego Biurrun2014-04-043-6/+0
* ppc: Drop a bunch of unnecessary dsputil_altivec.h #includesDiego Biurrun2014-04-045-5/+0
* x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includesDiego Biurrun2014-04-044-4/+0
* Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-0414-13/+6
* x86/synth_filter: add synth_filter_fma3James Almer2014-04-042-0/+28
* x86/synth_filter: add synth_filter_avxJames Almer2014-04-042-32/+57
* x86/synth_filter: add synth_filter_sseJames Almer2014-04-042-30/+70
* arm: asm decode_block_coeffs_internal is vp8 specificJanne Grunau2014-04-041-1/+1
* On2 VP7 decoderPeter Ross2014-04-0423-342/+1359
* vc1dec: fix a possible unitialized variable warningVittorio Giovara2014-04-021-1/+2
* More correct printf format specifiersDiego Biurrun2014-04-026-8/+12
* VP3: K&R formatting cosmeticsVittorio Giovara2014-04-014-3758/+3792
* sgi: decode 16bit RLE imagesVittorio Giovara2014-04-011-6/+50
* sgi: encode images with 4 channels at 8 and 16 bitsVittorio Giovara2014-04-011-7/+47
* sgi: decode images with 4 channels at 8 and 16 bitsCarl Eugen Hoyos2014-04-011-2/+2
* sgi: remove redundant argument from read_uncompressed_sgi()Paul B Mahol2014-04-011-4/+3
* sgi: set the row boundary to the correct valueMichael Niedermayer2014-04-011-1/+1
* sgi: fix end of line boundary detectionMichael Niedermayer2014-04-011-2/+4
* sgi: check maximum supported resolutionPiotr Bandurski2014-04-011-0/+6
* sgi: K&R formatting cosmeticsVittorio Giovara2014-04-013-14/+14
* codec_desc: set lossless attribute for SGI and DPXPaul B Mahol2014-04-011-2/+2
* OpenEXR decoderJimmy Christensen2014-04-016-2/+1361
* dxva2: Directly use AVFramesMichael Niedermayer2014-04-015-21/+21
* vc1dec: improve hwaccel #ifdefsRémi Denis-Courmont2014-03-311-3/+3
* h263: improve hwaccel #ifdefsRémi Denis-Courmont2014-03-311-2/+2
* libx265: Use the repeat headers flag when not using global headersMarcus Gustafsson2014-03-311-39/+18
* libmp3lame: add ABR supportTimothy Gu2014-03-312-3/+10
* libmp3lame: add comments about CBR/VBR modesTimothy Gu2014-03-311-2/+2
* libmp3lame: allow joint stereo to be disabledPaul B Mahol2014-03-312-2/+4
* dnxhdenc: return meaningful return codesTimothy Gu2014-03-301-19/+19
* golomb: Fix the implementation of get_se_golomb_longMartin Storsjö2014-03-301-2/+2
* vp8: K&R formatting cosmeticsVittorio Giovara2014-03-296-807/+934
* bmp: add a standalone parserPaul B Mahol2014-03-284-1/+94
* X-Bitmap decoderVittorio Giovara2014-03-274-2/+125
* xbm: use av_frame_free on closeVittorio Giovara2014-03-271-1/+1