Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-01sgi: encode images with 4 channels at 8 and 16 bitsVittorio Giovara
2014-04-01sgi: decode images with 4 channels at 8 and 16 bitsCarl Eugen Hoyos
2014-04-01sgi: remove redundant argument from read_uncompressed_sgi()Paul B Mahol
2014-04-01sgi: set the row boundary to the correct valueMichael Niedermayer
2014-04-01sgi: fix end of line boundary detectionMichael Niedermayer
2014-04-01sgi: check maximum supported resolutionPiotr Bandurski
2014-04-01sgi: K&R formatting cosmeticsVittorio Giovara
2014-04-01codec_desc: set lossless attribute for SGI and DPXPaul B Mahol
2014-04-01OpenEXR decoderJimmy Christensen
2014-04-01dxva2: Directly use AVFramesMichael Niedermayer
2014-03-31vc1dec: improve hwaccel #ifdefsRémi Denis-Courmont
2014-03-31h263: improve hwaccel #ifdefsRémi Denis-Courmont
2014-03-31libx265: Use the repeat headers flag when not using global headersMarcus Gustafsson
2014-03-31libmp3lame: add ABR supportTimothy Gu
2014-03-31libmp3lame: add comments about CBR/VBR modesTimothy Gu
2014-03-31libmp3lame: allow joint stereo to be disabledPaul B Mahol
2014-03-30dnxhdenc: return meaningful return codesTimothy Gu
2014-03-30golomb: Fix the implementation of get_se_golomb_longMartin Storsjö
2014-03-29vp8: K&R formatting cosmeticsVittorio Giovara
2014-03-28bmp: add a standalone parserPaul B Mahol
2014-03-28X-Bitmap decoderVittorio Giovara
2014-03-28xbm: use av_frame_free on closeVittorio Giovara
2014-03-28PAF demuxer and decoderPaul B Mahol
2014-03-28lavc: restore copy_block{4,16} functionsVittorio Giovara
2014-03-27BRender PIX image decoderAleksi Nurmi
2014-03-27arm: build: Maintain decoder objects separate from infrastructure objectsDiego Biurrun
2014-03-27Alias PIX image encoder and decoderVittorio Giovara
2014-03-26truehd: add hand-scheduled ARM asm version of ff_mlp_pack_output.Ben Avison
2014-03-26truehd: break out part of output_data into platform-specific callback.Ben Avison
2014-03-26truehd: tune VLC decoding for ARM.Ben Avison
2014-03-26truehd: add hand-scheduled ARM asm version of ff_mlp_rematrix_channel.Ben Avison
2014-03-26truehd: break out part of rematrix_channels into platform-specific callback.Ben Avison
2014-03-26truehd: add hand-scheduled ARM asm version of mlp_filter_channel.Ben Avison
2014-03-26x86: hpeldsp: Keep all rnd_template instantiations in hpeldsp_initDiego Biurrun
2014-03-26hpeldsp_template: Move content to hpeldspDiego Biurrun
2014-03-26hpeldsp_template: Drop av_unused attribute from *_no_rnd_pixels16_8_c functionsDiego Biurrun
2014-03-26dsputil: Move draw_edges and clear_block* out of dsputil_templateDiego Biurrun
2014-03-26dsputil: Move RV40-specific bits into rv40dspDiego Biurrun
2014-03-26hpeldsp_template: Detemplatize the codeDiego Biurrun
2014-03-26dsputil_template: Detemplatize the codeDiego Biurrun
2014-03-26Add missing headers to make template files compile (more) standaloneDiego Biurrun
2014-03-26dsputil_template: Move bits that are used templatized into separate fileDiego Biurrun
2014-03-26dsputil: Move hpel_template #include out of dsputil_templateDiego Biurrun
2014-03-26x86: h264_qpel: Fix typo in CALL_2X_PIXELS macro invocationDiego Biurrun
2014-03-25avcodec: add missing includesVittorio Giovara
2014-03-24libx265: Only use one memcpy for headersDerek Buitenhuis
2014-03-24libx265: Write global extradata when requestedMichael Niedermayer
2014-03-24build: Add config option for CABAC codeDiego Biurrun
2014-03-24libavcodec: when decoding, copy replaygain side data to decoded framesAnton Khirnov
2014-03-24Add replaygain side data type and code for parsing replaygain tags.Anton Khirnov