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-11-09lavc: Compact the side-data passthroughLuca Barbato
2014-11-06mjpegdec: fix undefined shiftVittorio Giovara
2014-11-06pthreads_frame: Do not leak on failure pathLuca Barbato
2014-11-06mpeg12dec: simplify context duplicationVittorio Giovara
2014-11-06mpeg12enc: factor out check in encode_dcVittorio Giovara
2014-11-06mpegvideo_enc: factor out denominator and explicitly cast operandsVittorio Giovara
2014-11-06mpegvideo_enc: rework direct mode checkVittorio Giovara
2014-11-06lavc: make avpriv_flac_is_extradata_valid() private on the next bumpAnton Khirnov
2014-11-06lavc: make avpriv_flac_parse_streaminfo() private on the next bumpAnton Khirnov
2014-11-06lavf: stop using avpriv_flac_parse_streaminfo()Anton Khirnov
2014-11-06lavc,lavf: switch to the new vorbis parse APIAnton Khirnov
2014-11-06lavc: add a public API for parsing vorbis packets.Anton Khirnov
2014-11-06vorbis_parser: add an AV prefix to VorbisParseContextAnton Khirnov
2014-11-06vorbis_parser: use a dedicated AVClass for loggingAnton Khirnov
2014-11-05hwaccel: Deinitialize hardware acceleration early enoughRémi Denis-Courmont
2014-11-04aacdec: add default case in channel layoutVittorio Giovara
2014-11-04aacsbr: change order of operation to prevent out of array readMichael Niedermayer
2014-11-03aacsbr: treat 1-d arrays as suchVittorio Giovara
2014-11-03celp_filters: don't use filter lenght as loop boundVittorio Giovara
2014-11-03error_resilience: initialize prev_* variablesVittorio Giovara
2014-11-03motion_est: remove dead codeVittorio Giovara
2014-11-03get_bits: remove unused assignmentVittorio Giovara
2014-10-28vdpau: return MAIN instead of BASELINE for H.264 CBPRémi Denis-Courmont
2014-10-28vdpau/h264: request MAIN rather than BASELINE VDPAU profile for CBPRémi Denis-Courmont
2014-10-24lavc: Use av_gettime_relativeOlivier Langlois
2014-10-18lavc: make lmax/lmin into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make border_masking into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: deprecate unused mb_threshold fieldAnton Khirnov
2014-10-18libvpxenc: add static-thresh private optionAnton Khirnov
2014-10-18lavc: deprecate unused me_threshold fieldAnton Khirnov
2014-10-18lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe...Anton Khirnov
2014-10-18lavc: make rc_eq into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make rc_qmod_* into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make rc_qsquish a private option of mpegvideo encodersAnton Khirnov
2014-10-17dump: display codec tags when availableVittorio Giovara
2014-10-17libfdk-aacdec: Enable Dynamic Range Control Metadata SupportOmer Osman
2014-10-17libfdk-aacdec: Enable Decoder Downmix including Downmix Metadata SupportOmer Osman
2014-10-15imc: fix order of operations in coefficients readVittorio Giovara
2014-10-15lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov
2014-10-15vdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the codec level checkRémi Denis-Courmont
2014-10-15vdpau: have av_vdpau_bind_context() fail on unsupported flagRémi Denis-Courmont
2014-10-13lavc: use a separate field for exporting audio encoder paddingAnton Khirnov
2014-10-13h263dec: call get_format() on resolution changesRémi Denis-Courmont
2014-10-13h263dec: call get_format after setting resolution and profileRémi Denis-Courmont
2014-10-08vc1: initialize color propertiesVittorio Giovara
2014-10-08vp9: initialize color space and range propertiesVittorio Giovara
2014-10-08vp8: initialize color space and range propertiesVittorio Giovara
2014-10-08avcodec: fix colorspace option descriptionVittorio Giovara
2014-10-08avcodec: add enum values on chroma sample locationMarc-Antoine Arnaud
2014-10-08avcodec: fix descriptions on color transfer optionsMarc-Antoine Arnaud