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-07-02matroskadec: Fix a double negation typoMichael Niedermayer
2014-07-01matroska: Factor out mkv_write_stereo_modeLuca Barbato
2014-07-01matroska: Factor out write_track from mkv_write_tracksLuca Barbato
2014-07-01matroska: K&R formatting cosmeticsLuca Barbato
2014-07-01vaapi: Update idct_permutation location after dsputil/idctdsp splitDiego Biurrun
2014-07-01mov: Support default-base-is-moof.Yusuke Nakamura
2014-07-01Update Fiona's name in copyright statements.Diego Biurrun
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-30mjpeg: Split off bits shared by MJPEG and LJPEG encodersDiego Biurrun
2014-06-30pgssubdec: handle more complex PGS scenariosJohn Stebbins
2014-06-28arm: Detect 32 bit cpu features on ARMv8 when running on a 64 bit kernelMartin Storsjö
2014-06-28rtpenc_jpeg: check for color_range tooVittorio Giovara
2014-06-28apichanges: fill in changes for lavu 51.19 and 51.20Vittorio Giovara
2014-06-27mpeg: Change ff_convert_matrix() to take an MpegEncContext parameterDiego Biurrun
2014-06-27dv: Properly split decoder and encoder initializationDiego Biurrun
2014-06-27dsputil: Move MMX/SSE2-optimized IDCT bits to the x86 subdirectoryDiego Biurrun
2014-06-27fate: Add dependencies for dct/fft/mdct/rdft testsDiego Biurrun
2014-06-26indeo4: B-frames decodingDirk Ausserhaus
2014-06-26indeo2: rename stride to pitch for consistency with other Indeo decodersKostya Shishkov
2014-06-26output example: free the muxing format context properlyAnton Khirnov
2014-06-26output example: rewrite encoding logicAnton Khirnov
2014-06-26output example: store the scaling context in the stream contextAnton Khirnov
2014-06-26output example: use a macro instead of a static variableAnton Khirnov
2014-06-26output example: allocate the audio frame only onceAnton Khirnov
2014-06-26output example: use OutputStream for audio streams as wellAnton Khirnov
2014-06-26output example: use the new AVFrame API to allocate audio framesAnton Khirnov
2014-06-26output example: set output channel layoutAnton Khirnov
2014-06-26output example: use a struct to bundle the video stream variables togetherAnton Khirnov
2014-06-26output example: use the new AVFrame API for allocating the video frameAnton Khirnov
2014-06-26dump_stream: print the timebase as is, do not reduce itAnton Khirnov
2014-06-26lavc: do not allocate edges in the default get_buffer2()Anton Khirnov
2014-06-26hevc: remove unused array min_cb_addr_zsGildas Cocherel
2014-06-26hevc: Allow out of bound values for num_reorder_picsKieran Kunhya
2014-06-26dv: Replace a magic number by sizeof()Diego Biurrun
2014-06-26x86: h264dsp: Fix link failure with optimizations disabledDiego Biurrun
2014-06-24mjpegdec: Properly set the context colorspace infoDerek Buitenhuis
2014-06-24h264: error out from decode_nal_units() when AV_EF_EXPLODE is setVittorio Giovara
2014-06-24jpeg2000: fix dereferencing invalid pointers during cleanupVittorio Giovara
2014-06-24pixfmt: mark the reserved valuesVittorio Giovara
2014-06-23dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun
2014-06-23h264: avoid using uninitialized memory in NEON chroma mcJanne Grunau
2014-06-23lzo: Handle integer overflowLuca Barbato
2014-06-23indeo45: use is_indeo4 context flag instead of checking codec IDDirk Ausserhaus
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-06-23mpeg: Split error resilience bits off into a separate fileDiego Biurrun
2014-06-23Check mp3 header before calling avpriv_mpegaudio_decode_header().Justin Ruggles
2014-06-23Check if an mp3 header is using a reserved sample rate.Justin Ruggles
2014-06-23Differentiate assembler and assembly in documentation and commentsDiego Biurrun
2014-06-22libx264: Correctly manage constant rate factor paramsLuca Barbato
2014-06-22Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun