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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-06LucasArts SMUSH VIMA audio decoderPaul B Mahol
2014-04-06LucasArts SMUSH SANM video decoderPaul B Mahol
2014-04-04dsputil: Move DV-specific ff_zigzag248_direct table to dvdataDiego Biurrun
2014-04-04x86: dsputil: Move ff_apply_window_int16_* bits to ac3dsp, where they belongDiego Biurrun
2014-04-04x86: h264_qpel: Simplify an #if conditionalDiego Biurrun
2014-04-04x86: Drop some unnecessary YASM ifdefsDiego Biurrun
2014-04-04ppc: Drop a bunch of unnecessary dsputil_altivec.h #includesDiego Biurrun
2014-04-04x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includesDiego Biurrun
2014-04-04Remove a number of unnecessary dsputil.h #includesDiego Biurrun
2014-04-04x86/synth_filter: add synth_filter_fma3James Almer
2014-04-04x86/synth_filter: add synth_filter_avxJames Almer
2014-04-04x86/synth_filter: add synth_filter_sseJames Almer
2014-04-04arm: asm decode_block_coeffs_internal is vp8 specificJanne Grunau
2014-04-04On2 VP7 decoderPeter Ross
2014-04-02vc1dec: fix a possible unitialized variable warningVittorio Giovara
2014-04-02More correct printf format specifiersDiego Biurrun
2014-04-02VP3: K&R formatting cosmeticsVittorio Giovara
2014-04-01sgi: decode 16bit RLE imagesVittorio Giovara
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