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
2012-01-28avcodec_align_dimensions2: set only 4 linesizes, not AV_NUM_DATA_POINTERS.Anton Khirnov
2012-01-27libavcodec: Don't crash in avcodec_encode_audio if time_base isn't setMartin Storsjö
2012-01-27lavc: remove disabled FF_API_AVCODEC_INIT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_ER cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_AVCODEC_OPEN cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_OLD_FF_PICT_TYPES cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_THREAD_INIT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.Anton Khirnov
2012-01-24avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles
2012-01-16avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles
2012-01-16avcodec: add a public function, avcodec_fill_audio_frame().Justin Ruggles
2012-01-16lavc: Relax API strictness in avcodec_decode_audio3 with a custom get_buffer()Reinhard Tartler
2012-01-13utils: Check for extradata size overflows.Alex Converse
2012-01-07libavcodec: Handle param change side data in avcodec_decode_video2, tooMartin Storsjö
2012-01-07libavcodec: Move apply_param_change up above avcodec_decode_video2Martin Storsjö
2012-01-01threads: set thread_count to 1 when thread support is disabledJanne Grunau
2011-12-25lavc: add format field to AVFrameStefano Sabatini
2011-12-25lavc: add width and height fields to AVFrameStefano Sabatini
2011-12-25lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini
2011-12-22libavcodec: Apply parameter change side data when decoding audioMartin Storsjö
2011-12-21lavc: always align height by 32 pixelRafaël Carré
2011-12-19avcodec: deprecate AVFrame.ageMans Rullgard
2011-12-11lavc: avoid invalid memcpy() in avcodec_default_release_buffer()Mans Rullgard
2011-12-05g722: Change bits per sample to 4Sjoerd Simons
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-12-03avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles
2011-11-24h264: add support for decoding planar RGB images.Ronald S. Bultje
2011-11-19avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles
2011-11-05avcodec: Allow locking and unlocking an avformat specific mutexMartin Storsjö
2011-10-22lavc: translate non-flag-based er options into flag-based ef options at codec...Dustin Brody
2011-10-21sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje
2011-10-20lavc: use avpriv_ prefix for ff_toupper4.Anton Khirnov
2011-10-16w32threads: support for frame multithreadingSteven Walters
2011-10-06libx264: support 9- and 10-bit output.Anton Khirnov
2011-09-30avcodec: reject audio packets with NULL data and non-zero sizeJustin Ruggles
2011-09-24adpcmenc: Set bits_per_coded_sampleJustin Ruggles
2011-09-21lavc/utils: move avcodec_init() higher in the file.Anton Khirnov
2011-08-16lavc: add avcodec_get_type() for mapping codec_id -> type.Anton Khirnov
2011-08-10lavc: fix parentheses placement in avcodec_open2().Baptiste Coudurier
2011-08-10lavc: make avcodec_init() static on next bump.Anton Khirnov
2011-07-11vp8/mt: flush worker thread, not application thread context, on seek.Ronald S. Bultje
2011-07-10lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-29Add new yuv444 pixfmts to avcodec_align_dimensions2Jason Garrett-Glaser
2011-06-28avutil: Remove unused arbitrary precision integer code.Diego Biurrun
2011-06-21Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles
2011-06-06utils.c: fix crash with threading enabled.Ronald S. Bultje
2011-06-05lavf,lavc: free avoptions in a generic way.Anton Khirnov
2011-06-03Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange