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
2013-02-26libschroedinger: cosmetics: rename variable avccontext to avctxJustin Ruggles
2013-02-26vorbisenc: cosmetics: rename variable avccontext to avctxJustin Ruggles
2013-02-26vorbisdec: cosmetics: rename variable avccontext to avctxJustin Ruggles
2013-02-25vorbisdec: Accept 0 amplitude_bitsLuca Barbato
2013-02-25vorbisdec: Add missing checksLuca Barbato
2013-02-25vorbisdec: cosmeticsLuca Barbato
2013-02-25vorbisdec: Error on bark_map_size equal to 0.Michael Niedermayer
2013-02-24dsputil_alpha.h: Add missing stddef.h header to fix standalone compilationDiego Biurrun
2013-02-24ac3dec: validate channel output mode against channel countJustin Ruggles
2013-02-23Remove pointless av_cold attributes in header filesDiego Biurrun
2013-02-23pnm: add high-bitdepth PGMYUV support for both encoder and decoderKostya Shishkov
2013-02-23libx264: change i_qfactor to use x264cli's defaultJohn Van Sickle
2013-02-23qtrle: use AV_LOG_ERROR in an error message.Anton Khirnov
2013-02-23qtrle: cosmetics, reformat CHECK_PIXEL_PTR() macroAnton Khirnov
2013-02-23qtrle: add more checks against pixel_ptr being negative.Anton Khirnov
2013-02-23cavs: initialize various context tables to 0Anton Khirnov
2013-02-23mlpdec: do not try to allocate a zero-sized output buffer.Anton Khirnov
2013-02-23flicvideo: avoid an infinite loop in byte run compressionAnton Khirnov
2013-02-23loco: check that there is data left after decoding a plane.Anton Khirnov
2013-02-23lagarith: avoid infinite loop in lag_rac_refill()Anton Khirnov
2013-02-234xm: check the return value of read_huffman_tables().Anton Khirnov
2013-02-21x86: h264: Don't use redzone in AVX h264_deblock on Win64Matt Wolenetz
2013-02-20dxva2: Add missing #define to make header compile standaloneDiego Biurrun
2013-02-20arm: vp8: Add missing #includes for header to compile standaloneDiego Biurrun
2013-02-20h264: Get rid of unnecessary castsMartin Storsjö
2013-02-20h264/svq3: Stop using draw_edgesRonald S. Bultje
2013-02-20h264: Don't store intra pcm samples in h->mbRonald S. Bultje
2013-02-20get_bits: Return pointer to buffer that is the result of the alignmentRonald S. Bultje
2013-02-20h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje
2013-02-20h264chroma: Remove duplicate 9/10 bit functionsRonald S. Bultje
2013-02-20vp56: Remove clear_blocks call, and clear alpha plane U/V DC onlyRonald S. Bultje
2013-02-18x86: dsputil: Fix h263 loop filter link error in some configurationsDaniel Kang
2013-02-18x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size paramDaniel Kang
2013-02-18svq3: unbreak decodingMatti Hamalainen
2013-02-18build: make audio_frame_queue a stand-alone componentLuca Barbato
2013-02-17build: The libopencore-amrnb encoder depends on audio_frame_queueDiego Biurrun
2013-02-17libopencore-amrwb: Make AMR-WB ifdeffery more preciseDiego Biurrun
2013-02-17libopencore-amr: Conditionally compile decoder and encoder bitsDiego Biurrun
2013-02-17libopencore-amrnb: cosmetics: Group all encoder-related code togetherDiego Biurrun
2013-02-17dsputil: convert remaining op_pixels_funcLuca Barbato
2013-02-17roqvideodec: check dimensions validityMichael Niedermayer
2013-02-17vqavideo: check chunk sizes before reading chunksMichael Niedermayer
2013-02-17qdm2: check array index before use, fix out of array accessesMichael Niedermayer
2013-02-17error_resilience: add required headers.Anton Khirnov
2013-02-15h264: deMpegEncContextizeAnton Khirnov
2013-02-15mpegvideo: split ff_draw_horiz_band().Anton Khirnov
2013-02-15error_resilience: decouple ER from MpegEncContextAnton Khirnov
2013-02-15svq3: remove a pointless if()Anton Khirnov
2013-02-15h264: remove a pointless if()Anton Khirnov
2013-02-15h264: simplify calls to ff_er_add_slice().Anton Khirnov