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-11-07Optimize / simplify avcodec_get_pix_fmt_name() check.Stefano Sabatini
2010-11-07Use av_pix_fmt_descriptors information in avcodec_pix_fmt_string().Stefano Sabatini
2010-11-07Make avpicture_fill() return a meaningful error code.Stefano Sabatini
2010-11-07Remove alpha information from avcodec_pix_fmt_string(), as thatStefano Sabatini
2010-11-07aaclatm: Eliminate dummy packets due to muxlength calculation.Alex Converse
2010-11-06Fix indentation.Reimar Döffinger
2010-11-06Improve PGS parsing: the "state" field is not relevant to us,Reimar Döffinger
2010-11-06try to give TrueSpeech decoder tables more sensible namesKostya Shishkov
2010-11-05Fix FFv1 decoder buffer releasing.Stefano Sabatini
2010-11-05aacdec: consume the audio specific config during LATM parsingJanne Grunau
2010-11-03H.264 decode: support cropping up to 28 pixels in interlaced mode.Reimar Döffinger
2010-11-03Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini
2010-11-03Fix aspect for 24bpp TM1 samples.Reimar Döffinger
2010-11-03Fix decoding of 24 bpp TM1 (except for aspect).Reimar Döffinger
2010-11-03100l, calculate mb_change_bits_row_size from the update width.Reimar Döffinger
2010-11-03Support mid-stream resolution/format changes for TM1.Reimar Döffinger
2010-11-03Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h andStefano Sabatini
2010-11-03Implement functions:Stefano Sabatini
2010-11-02Move sample format definitions from libavcodec to libavcore.Stefano Sabatini
2010-11-02Allow mono encoding with LAME.Thierry Foucu
2010-11-02aacdec: change type of data in decode_audio_specific_config parametersJanne Grunau
2010-11-02Add single stream LATM/LOAS decoderJanne Grunau
2010-11-02aacdec: pass avctx as logging context for decode_audio_specific_configJanne Grunau
2010-11-02aacdec: refactor the actual aac decoding code into its own functionJanne Grunau
2010-11-02aacdec: return consumed bits in decode_audio_specific_configJanne Grunau
2010-11-02aacdec: add MPEG4AudioConfig as parameter for decode_audio_specific_configJanne Grunau
2010-11-02dnxhd_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla
2010-11-02Fix possibly exploitable out of buffer writes in msrle_decode_pal4().Michael Niedermayer
2010-11-02Fix possibly exploitable buffer overrun in msrle_decode_8_16_24_32().Michael Niedermayer
2010-11-02remove impossible condition from msrle_decode_pal4()Michael Niedermayer
2010-11-02fix indentMichael Niedermayer
2010-11-01dsputil: Use explicit movzbl instead of movzxİsmail Dönmez
2010-11-01aacenc: Correct spreading calculation for high spreading.Nathan Caldwell
2010-11-01aacenc: cosmetics: Swap spreading_hi/low name to match the 3GPP spec.Nathan Caldwell
2010-11-01lpc_mmx: add xmm registers to clobber listRamiro Polla
2010-11-01lpc_mmx: merge some asm blocksRamiro Polla
2010-11-01sad16_sse2: merge 2 asm blocksRamiro Polla
2010-10-31xmm_clobbers: list xmm registers first in clobber listRamiro Polla
2010-10-31idct_sse2_xvid: only mark xmm>=8 as clobbered on x86_64Ramiro Polla
2010-10-31motion_est_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla
2010-10-31dsputil_mmx: add xmm registers to clobber listRamiro Polla
2010-10-31cosmetics: split long lineRamiro Polla
2010-10-31fdct_mmx: add xmm registers to clobber listRamiro Polla
2010-10-31idct_sse2_xvid: add xmm registers to clobber listRamiro Polla
2010-10-31mpegvideo_mmx: add xmm registers to clobber listRamiro Polla
2010-10-31dsputil_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla
2010-10-30bink: make bink_rlelens static (it's only used in this file)Ramiro Polla
2010-10-30h264dsp: add xmm registers to clobber listRamiro Polla
2010-10-28indentRamiro Polla
2010-10-28h264dsp: merge some more asm blocksRamiro Polla