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-06-20dvenc: initialize the profile only once, at initAnton Khirnov
2014-06-20Use av_packet_rescale_ts() to simplify code.Anton Khirnov
2014-06-20lavc: add a convenience function for rescaling timestamps in a packetAnton Khirnov
2014-06-20stereo3d: add missing include guardsVittorio Giovara
2014-06-19configure: Drop duplicate pkg-config entry from help outputDiego Biurrun
2014-06-19i263: skip dummy framesDirk Ausserhaus
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-06-19hevc: Mark num_bins_in_se as unusedLuca Barbato
2014-06-19rtsp: Support misordered fmtp rtpmapJoshua Kordani
2014-06-19rtsp: Factor out fmtp parsingLuca Barbato
2014-06-19doc: Document segment_list_typeLuca Barbato
2014-06-18lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov
2014-06-18riffenc: take an AVStream instead of an AVCodecContextAnton Khirnov
2014-06-18lavf: add the notimestamps flag to the muxers missing itAnton Khirnov
2014-06-18rtpenc: base max_frames_per_packet on avg_frame_rate, not codec timebaseAnton Khirnov
2014-06-18Remove avserver.Anton Khirnov
2014-06-18dcadec: replace ldexpf with a multiplication by a constantNiels Möller
2014-06-18AVFrame: factor out freeing the side dataRoman Savchenko
2014-06-17vp9 encoder: use a decent default speed settingRafaël Carré
2014-06-17flvenc: Don't over-count metadata.Josh Allmann
2014-06-17tiffenc: fix packet size calculationTristan Matthews
2014-06-17jpeg2000: Mark static data init functions as av_coldDiego Biurrun
2014-06-17avconv: use the correct variable in comparisonAnton Khirnov
2014-06-16configure: Directly support Android as target OSLuca Barbato
2014-06-16gitignore: add dylib and swp entriesVittorio Giovara
2014-06-14lavf: dump stream side data when probingVittorio Giovara
2014-06-14lavf: group dump functions togetherVittorio Giovara
2014-06-14vf_showinfo: print display transformation valuesVittorio Giovara
2014-06-13ac3: Only initialize float_dsp for the float encoder variantDiego Biurrun
2014-06-13Rename tpel_template.c ---> pel_template.cDiego Biurrun
2014-06-12configure: use pkg-config for libx264Vittorio Giovara
2014-06-12libx265: Remove unneeded bit depth checkDerek Buitenhuis
2014-06-12libx265: Add 4:2:2 supportDerek Buitenhuis
2014-06-12libx265: Actually use X265_API_IMPORTSDerek Buitenhuis
2014-06-12Remove some unnecessary CONFIG_FOO_COMPONENT ifdefsDiego Biurrun
2014-06-12avconv: make -shortest work with streamcopyAnton Khirnov
2014-06-12libx264: Support bitrate reconfigurationLuca Barbato
2014-06-11h263enc: keep block_last_index always valid during advanced intra codingJanne Grunau
2014-06-11mpegvideo: synchronize AVFrame pointers in ERContext fullyJanne Grunau
2014-06-11fate: add on2avc audio testVittorio Giovara
2014-06-11mpegvideoenc: check color_rangeVittorio Giovara
2014-06-11ppc: Consistently use convenience macro for runtime CPU detectionDiego Biurrun
2014-06-11ppc: Fix runtime CPU detection for apedsp, huffyuvdsp, svq1encDiego Biurrun
2014-06-11mpegts: Provide an option to override the pcr periodLuca Barbato
2014-06-11mpegts: Move the option section to the bottomLuca Barbato
2014-06-11doc: Document mpegts muxrateLuca Barbato
2014-06-10x86: h264: Don't keep data in the redzone across function calls on 64 bit unixMartin Storsjö
2014-06-10adpcm: Write the proper predictor in trellis mode in IMA QTMartin Storsjö
2014-06-09av_dict_set: fix potential memory leak with AV_DICT_DONT_OVERWRITEJanne Grunau
2014-06-09configure: use .altmacro for gnu as check on armJanne Grunau