summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-21
* lavc: use avpriv_ prefix for ff_toupper4.Anton Khirnov2011-10-20
* w32threads: support for frame multithreadingSteven Walters2011-10-16
* libx264: support 9- and 10-bit output.Anton Khirnov2011-10-06
* avcodec: reject audio packets with NULL data and non-zero sizeJustin Ruggles2011-09-30
* adpcmenc: Set bits_per_coded_sampleJustin Ruggles2011-09-23
* lavc/utils: move avcodec_init() higher in the file.Anton Khirnov2011-09-21
* lavc: add avcodec_get_type() for mapping codec_id -> type.Anton Khirnov2011-08-16
* lavc: fix parentheses placement in avcodec_open2().Baptiste Coudurier2011-08-10
* lavc: make avcodec_init() static on next bump.Anton Khirnov2011-08-10
* vp8/mt: flush worker thread, not application thread context, on seek.Ronald S. Bultje2011-07-10
* lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov2011-07-10
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Add new yuv444 pixfmts to avcodec_align_dimensions2Jason Garrett-Glaser2011-06-29
* avutil: Remove unused arbitrary precision integer code.Diego Biurrun2011-06-28
* Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
* utils.c: fix crash with threading enabled.Ronald S. Bultje2011-06-06
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-05
* Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini2011-06-03
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-02
* swscale: extend YUV422p support to 10bits depthBaptiste Coudurier2011-05-11
* Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-05-10
* Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-10
* Simplify av_log_missing_feature().Diego Biurrun2011-04-27
* If AVCodecContext.channels is 0 and AVCodecContext.channel_layout isJustin Ruggles2011-04-27
* If AVCodecContext.channel_layout and AVCodecContext.channels are bothJustin Ruggles2011-04-27
* cosmetics: indentationJustin Ruggles2011-04-27
* Check AVCodec.supported_samplerates and AVCodec.channel_layouts inJustin Ruggles2011-04-27
* lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-26
* Make av_log_ask_for_sample() accept a variable number of arguments.Diego Biurrun2011-04-22
* lavc: provide deprecated avcodec_thread_init until next major versionAnton Khirnov2011-04-21
* In avcodec_open(), set return code to an error value only when an error occursJustin Ruggles2011-04-19
* lavc: remove misc disabled cruft.Anton Khirnov2011-04-19
* lavc: remove the FF_API_SUBTITLE_OLD cruft.Anton Khirnov2011-04-19
* lavc: remove the FF_API_VIDEO_OLD cruft.Anton Khirnov2011-04-19
* lavc: remove the FF_API_AUDIO_OLD cruft.Anton Khirnov2011-04-19
* Replace mplayerhq.hu URLs by libav.org.Diego Biurrun2011-04-18
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
* g722: Return 8 bits per sample for g722 in av_get_bits_per_sampleMartin Storsjö2011-04-11
* Remove unnecessary parameter from ff_thread_init() and fix behaviorAlexander Strange2011-04-05
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-16
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-16
* Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson2011-03-13
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Remove incorrect return statement from avcodec_thread_free()Mans Rullgard2011-02-10
* Fix build with threading disabledMans Rullgard2011-02-09
* check sample_fmt in avcodec_openReimar Döffinger2011-02-09
* Deprecate avcodec_thread_init()Alexander Strange2011-02-09
* Frame-based multithreading framework using pthreadsAlexander Strange2011-02-09