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
2009-04-22Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT)Michael Niedermayer
2009-04-18Add 3 channel layout convenience macros.Justin Ruggles
2009-04-17Introduce codec id for MPEG-4 ALS and associate it with correspondingJai Menon
2009-04-12Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger
2009-04-12Fix documentation for avcodec_encode_audio(), in the case of PCM audioJohn Fletcher
2009-04-11Get rid of av_destruct_packet_nofree and use NULL instead.Reimar Döffinger
2009-04-09Add av_shrink_packet function for use in av_get_packet that reduces pkt->sizeReimar Döffinger
2009-04-08Clarify which time_base the relevant members of AVPacket useRobert Swain
2009-04-07Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-04-07Move AVPacket up a bit, so that structs/functions that include AVPacket canThilo Borgmann
2009-04-06Add convenience macros for 5.0/5.1 back speaker configurations.Justin Ruggles
2009-04-04Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistencyStefano Sabatini
2009-04-02Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann
2009-04-01Add SSE4 detection supportDavid Conrad
2009-03-23Make the pixel formats which were defined as macros:Stefano Sabatini
2009-03-22Add AURA 1 and 2 codec IDs and register their FOURCCsKostya Shishkov
2009-03-22Extend the behavior of avcodec_get_pix_fmt(), if it cannot find aStefano Sabatini
2009-03-22Globally prefer enum PixelFormat over int when it makes sense.Stefano Sabatini
2009-03-21Remove deprecated functions and structures on next version bump.Diego Biurrun
2009-03-21Fix avpicture_get_size for non-paletted formats with a helper paletteReimar Döffinger
2009-03-20Rename hwaccel_data_private to hwaccel_picture_private.Gwenole Beauchesne
2009-03-20Split TrueHD decoder from MLPRamiro Polla
2009-03-17Amend AVCodecContext with hwaccel_context (HW accelerator context).Gwenole Beauchesne
2009-03-11Use av_mallocz() to initialize hwaccel_data_private.Gwenole Beauchesne
2009-03-09Add private HW accel data infrastructure.Gwenole Beauchesne
2009-03-08VQF demuxerVitor Sessak
2009-03-05Add handling of frame position in the parser.Ivan Schreter
2009-02-27Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer
2009-02-26Completed documentation of reference field.Carl Eugen Hoyos
2009-02-25Add timestamp computation if values are exported by decoder.Ivan Schreter
2009-02-24Change duration computation to use time_base instead of TB/2.Ivan Schreter
2009-02-23More approved hunks for VAAPI & our new and cleaner hwaccel API.Gwenole Beauchesne
2009-02-21Use context variable repeat_pict for frame duration computation andIvan Schreter
2009-02-20Add convergence_duration to AVCodecParserContext.Ivan Schreter
2009-02-19Add AVERROR_EOF.Peter Ross
2009-02-19Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter
2009-02-15Improve grammar: "X next after Y" -> "next X after Y".Stefano Sabatini
2009-02-15Document av_codec_next().Stefano Sabatini
2009-02-15Another attempt to clarify draw_horiz_band() usage.Ivan Kalvachev
2009-02-15Attempt to clarify draw_horiz_band description and fix two random typos.Diego Biurrun
2009-02-14More clarification for draw_horiz_band() in hwaccell mode.Ivan Kalvachev
2009-02-14Document that ff_draw_horiz_band() could be used as hwaccell callback.Ivan Kalvachev
2009-02-12extend resampling API, add S16 internal conversionBaptiste Coudurier
2009-02-09Try to doxyfy av_resample_init(). I hope I did not misremember anything as IMichael Niedermayer
2009-02-09Move doxy for public resample2 functions to the public header.Michael Niedermayer
2009-02-08Clarify has_b_frames doxy.Michael Niedermayer
2009-02-07Drop the deprecated function register_avcodec() at the next majorStefano Sabatini
2009-02-07Replace the calls to the deprecated function register_avcodec() withStefano Sabatini
2009-02-07Rename register_avcodec() as avcodec_register() and deprecate the oldStefano Sabatini