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
2010-04-02Add -t option to ffplay.Robert Krüger
2010-04-01Store range coder state transition table.Michael Niedermayer
2010-04-01Allow hardcoding of ulaw and alaw tables.Reimar Döffinger
2010-04-01Change/simplify the tableprint/tablegen API.Reimar Döffinger
2010-04-01Convert two "m" constraints to MANGLE to fix compilation with some compilers.Reimar Döffinger
2010-04-01Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags.Takashi Mochizuki
2010-04-01Limit probing to probesize.Michael Niedermayer
2010-04-01Fix flvdec start-of-frame.Howard Chu
2010-04-01Cosmetics: indentationBobby Bingham
2010-04-01Don't create unnecessary refereces to picturesBobby Bingham
2010-04-01Hook decoder up to libavfilter's direct rendering for ffplayBobby Bingham
2010-04-01Add function to export EDGE_WIDTH from libavcodec.Bobby Bingham
2010-04-01Document API addition of avcodec_copy_context().Ronald S. Bultje
2010-04-01Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is thatRonald S. Bultje
2010-04-01Add avcodec_copy_context().Ronald S. Bultje
2010-03-31Add entry for the addition of av_match_ext() to the public API.Stefano Sabatini
2010-03-31 Make av_match_ext() declaration public (move its declaration out ofStefano Sabatini
2010-03-31Replace some "m" constraints by MANGLE to avoid issues with some compilers notReimar Döffinger
2010-03-31Fix a few typos/grammar nits from r22739.Jai Menon
2010-03-31Fix likely typo in r15937.Carl Eugen Hoyos
2010-03-31Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.Michael Niedermayer
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Probe aac codecs for CODEC_ID_PROBE.Joakim Plate
2010-03-31Remove superfluous space from a conversion table.Anton Khirnov
2010-03-31H264: Copy h264dsp when creating new slice threadsAlexander Strange
2010-03-31Better documentation of -vsyncMichael Niedermayer
2010-03-31Issue a more general message when the function which sets an optionStefano Sabatini
2010-03-31Update APIchanges after the enum CodecType -> enum AVMediaTypeStefano Sabatini
2010-03-31Move AVMediaType from libavcodec to libavutil.Stefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-31Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos
2010-03-31Fix implicit weight for b frames in mbaff.Michael Niedermayer
2010-03-31Make sure the EC code does not attempt to use inter based concealment if thereMichael Niedermayer
2010-03-30Split out code that auto-chooses a default pix_fmt/sample_fmt in their ownRonald S. Bultje
2010-03-30configure: restore -mdynamic-no-pic on darwin (missing since r20497)Alexander Strange
2010-03-30Replace @returns by @return.Benoit Fouet
2010-03-30Set VDPAU H264 picture parameter field_order_cnt and frame_num at theStephen Warren
2010-03-30Fix VDPAU for H.264 streams with long reference frames.Stephen Warren
2010-03-30Add missing entry for the YOP demuxer and video decoder addition.Stefano Sabatini
2010-03-30Document url_exist().Stefano Sabatini
2010-03-30Implement YOP demuxer and video decoder.Mohamed Naufal
2010-03-30Include appropriate header in table generators instead of using a dummyReimar Döffinger
2010-03-30Add some documentation about the table generation code.Reimar Döffinger
2010-03-30Fix indentation.Reimar Döffinger
2010-03-29Some spelling fixes.Reimar Döffinger
2010-03-29Simplify interleaving code.Ronald S. Bultje
2010-03-29Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlabSam Gerstein
2010-03-29Cosmetics : add a space after ",".Jai Menon
2010-03-29indentLoren Merritt
2010-03-29optimize init_vlc().Loren Merritt