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
2010-01-17Add missing Makefile dependencies to CONFIG_SNOW_ENCODER.Alexander Strange
2010-01-16Comment for() ; outMichael Niedermayer
2010-01-16Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smallerMichael Niedermayer
2010-01-16Apply last 2 optimizations to similar code i forgot.Michael Niedermayer
2010-01-16Another microopt, 4 cpu cycles for avoidance of FFABS().Michael Niedermayer
2010-01-16Add missing guards and includes to arm/aac.hMåns Rullgård
2010-01-16Minor (2 cpu cycles) optimization ||->|.Michael Niedermayer
2010-01-16Support decoding of SoftLab-NSK VideoTizer.ami_stuff
2010-01-16Consider slice_beta_offet in qp_thresh.Michael Niedermayer
2010-01-16Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh.Michael Niedermayer
2010-01-16Correctly decode some Avid AV1x samples, fixes issue 1684.Carl Eugen Hoyos
2010-01-16Support lowres 3 when decoding MPEG video.Anatoly Nenashev
2010-01-16Replace cabac checks in inline functions from h264.h with constants.Michael Niedermayer
2010-01-16Add symbol versioning for shared librariesMåns Rullgård
2010-01-16SIPR16k decoderVitor Sessak
2010-01-16Allow a SIPR table to be used by the upcoming SIPR16k decoderVitor Sessak
2010-01-16Split some SIPR structs to a header file for the upcoming SIPR16k commitVitor Sessak
2010-01-16Support 2Vuy in mov, fixes issue 1690.ami_stuff
2010-01-15Fix out of tree build with hardcoded tablesMåns Rullgård
2010-01-15AAC: optimise bitstream reading in decode_spectrum_and_dequant()Måns Rullgård
2010-01-15Support decoding of Avid uncompressed mov files, fixes issue 1685.Carl Eugen Hoyos
2010-01-15Support decoding Avid 1:1x codec, (partially) fixes issue1684.Carl Eugen Hoyos
2010-01-15Add forgotten include of h264_mvpred.h to h264.h.Michael Niedermayer
2010-01-15Add forgotton multiple inclusion guards to h264_mvpred.h.Michael Niedermayer
2010-01-15AAC: ARM/NEON asm for VMUL2/4 functionsMåns Rullgård
2010-01-15Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.cCarl Eugen Hoyos
2010-01-14Change code so it uses 2 adds instead of one FFABS.Reimar Döffinger
2010-01-14Implement alpha channel decoding for BGR HuffYUV.Alexander Strange
2010-01-13AAC: Reduce depth of vlc_spectral tables to 2Måns Rullgård
2010-01-13AAC: Unswitch loop over window groups in decode_spectrum_and_dequant()Måns Rullgård
2010-01-13AAC: simplify some calculations in decode_spectrum_and_dequant()Måns Rullgård
2010-01-13AAC: Compress codebook tables and optimise sign bit handlingMåns Rullgård
2010-01-13Remove needless use of log2f()Vitor Sessak
2010-01-13Remove the struct SiprModeParam of the context. This will simplify splittingVitor Sessak
2010-01-13SIPR: kill variable-length arraysMåns Rullgård
2010-01-13remove unused variableMichael Niedermayer
2010-01-13Split cabac decoding code out of h264.c.Michael Niedermayer
2010-01-13Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them.Michael Niedermayer
2010-01-13More av_cold for infrequently called functions.Zuxy Meng
2010-01-13Split cavlc out of h264.c.Michael Niedermayer
2010-01-13Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel ...Reimar Döffinger
2010-01-13Split motion vector prediction off h264.c/h.Michael Niedermayer
2010-01-13Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is justMichael Niedermayer
2010-01-12Split all the reference picture handling off h264.c.Michael Niedermayer
2010-01-12Reindent after last commit.Thilo Borgmann
2010-01-12Replace variable length array with an allocated bufferThilo Borgmann
2010-01-12Split (picture|seq) parameter set decoding out of h264.c.Michael Niedermayer
2010-01-12Split SEI code off h264.c.Michael Niedermayer
2010-01-12Split direct mode (macro)block decoding off h264.c.Michael Niedermayer
2010-01-12Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert().Michael Niedermayer