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
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
2014-10-08dump: print the original coded dimensions when availableVittorio Giovara
2014-10-08dump: print detailed color space informationVittorio Giovara
2014-10-08dump: split audio and video probing on multiple linesVittorio Giovara
2014-10-08avcodec: make sure color_range is properly initializedVittorio Giovara
2014-10-08vc1: Split the decoder in componentsLuca Barbato
2014-10-08x86: h264_intrapred: Don't treat 32-bit integers as 64-bitHenrik Gramner
2014-10-08jpeg2000: split off inverse MCT as Jpeg2000DSPJames Almer
2014-10-07h263dec: Force padding bug workaround for H.263.Josh Allmann
2014-10-07hevc_mvs: make sure to always initialize the temporal MV fullyAnton Khirnov