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-07-30Move fill_image_linesize() and fill_image_data_ptr() fromStefano Sabatini
2010-07-27Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini
2010-07-25add SubRip muxer and demuxerAurelien Jacobs
2010-07-20Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster thanRonald S. Bultje
2010-07-18ASCII/ANSI art decoderPeter Ross
2010-07-11Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles
2010-07-11Add avsubtitle_free function.Reimar Döffinger
2010-07-11Fix trivial punctuation errorPeter Ross
2010-07-11Document that and why subtitle decoders do not support direct-rendering.Reimar Döffinger
2010-07-10Add native GSM 06.10 audio decoder.Reimar Döffinger
2010-07-08Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos
2010-07-03Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker
2010-07-02fix comment grammarAurelien Jacobs
2010-07-02clarify convergence_duration documentationAurelien Jacobs
2010-07-02Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun
2010-07-02Grammar fixesMåns Rullgård
2010-07-01Move colorspace.h from libavcodec to libavutil.Stefano Sabatini
2010-07-01Improve av_resample() documentationMåns Rullgård
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-22Native VP8 decoder.David Conrad
2010-06-22Bump micro version, add changelog entry for DTS-ES extension decoding supportMartin Storsjö
2010-06-19Add HE-AAC v2 support to the AAC decoder.Alex Converse
2010-06-11RealAudio 14.4k encoder.Francesco Lavra
2010-06-10avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may ...Tomas Härdin
2010-06-08Pictor/PC Paint decoderPeter Ross
2010-06-06Improve grammar and readabilityRodney Baker
2010-06-05Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini
2010-06-04Clarify that get/release_buffer() overriding only works with CODEC_CAP_DR1 co...Michael Niedermayer
2010-06-04Document the frames returned by the decoder better.Michael Niedermayer
2010-06-04VP8 encoding via libvpx.James Zern
2010-06-02Implement av_get_codec_tag_string() and use it in ffprobe.Stefano Sabatini
2010-06-01Make ff_parse_expr() and ff_parse_and_eval_expr() return an intStefano Sabatini
2010-05-26Bump minor version bump and add an APIchanges entry after addition ofStefano Sabatini
2010-05-26Bump minor version and add Changelog entry after r23334.Carl Eugen Hoyos
2010-05-26Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it.Janne Grunau
2010-05-26Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...Alex Converse
2010-05-25VP8 decoding via libvpx.James Zern
2010-05-23Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction.Reimar Döffinger
2010-05-21Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.Stefano Sabatini
2010-05-20Bump minor version for CODEC_ID_VP8David Conrad
2010-05-19Add VP8 CODEC_IDGoogle
2010-05-18Add log_level_offset to AVCodecContext.Stefano Sabatini
2010-05-17Change the order of parameters for ff_eval_expr() andStefano Sabatini
2010-05-08Another try for fixing/improving decode_video documentation.Reimar Döffinger
2010-05-07Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser
2010-05-02Clarify how allocation works for the picture argument forReimar Döffinger
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
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-01Add avcodec_copy_context().Ronald S. Bultje