574 Commits (80391552c9a308222dd3c75ec4174f962b1bf627)

Author SHA1 Message Date
Mans Rullgard a09bb3ba5e lavc: avoid invalid memcpy() in avcodec_default_release_buffer() 13 years ago
Sjoerd Simons f32fd31858 g722: Change bits per sample to 4 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles 560f773c7d avcodec: change number of plane pointers from 4 to 8 at next major bump. 13 years ago
Ronald S. Bultje db431f7efe h264: add support for decoding planar RGB images. 13 years ago
Justin Ruggles f3a29b750a avcodec: move some AVCodecContext fields to an internal struct. 13 years ago
Martin Storsjö 2d1b6fb72b avcodec: Allow locking and unlocking an avformat specific mutex 13 years ago
Dustin Brody 5ea0001f9e lavc: translate non-flag-based er options into flag-based ef options at codec open 13 years ago
Ronald S. Bultje dc49bf1270 sws/pixfmt/pixdesc: add support for yuv420p9le/be. 13 years ago
Anton Khirnov 0842d58998 lavc: use avpriv_ prefix for ff_toupper4. 13 years ago
Steven Walters 27237d524e w32threads: support for frame multithreading 13 years ago
Anton Khirnov d97efd7f87 libx264: support 9- and 10-bit output. 13 years ago
Justin Ruggles 6326afd5e9 avcodec: reject audio packets with NULL data and non-zero size 13 years ago
Justin Ruggles 9ff6d0791b adpcmenc: Set bits_per_coded_sample 13 years ago
Anton Khirnov 9ecfbb3e57 lavc/utils: move avcodec_init() higher in the file. 13 years ago
Anton Khirnov bca06e77e1 lavc: add avcodec_get_type() for mapping codec_id -> type. 13 years ago
Baptiste Coudurier 1d36fb13b0 lavc: fix parentheses placement in avcodec_open2(). 13 years ago
Anton Khirnov 7221139ba0 lavc: make avcodec_init() static on next bump. 13 years ago
Ronald S. Bultje d1cf459119 vp8/mt: flush worker thread, not application thread context, on seek. 14 years ago
Anton Khirnov 0b950fe240 lavc: introduce avcodec_open2() as a replacement for avcodec_open(). 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Jason Garrett-Glaser da55ee6ccc Add new yuv444 pixfmts to avcodec_align_dimensions2 14 years ago
Diego Biurrun bb00b15f9e avutil: Remove unused arbitrary precision integer code. 14 years ago
Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
Ronald S. Bultje ceff045dbe utils.c: fix crash with threading enabled. 14 years ago
Anton Khirnov 367732832f lavf,lavc: free avoptions in a generic way. 14 years ago
Stefano Sabatini 94bed8e582 Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). 14 years ago
Alexander Strange 6a9c859444 H264/MPEG frame-level multi-threading. 14 years ago
Baptiste Coudurier 5c511ad4ce swscale: extend YUV422p support to 10bits depth 14 years ago
Oskar Arvidsson 6e3ef511d7 Add the notion of pixel size in h264 related functions. 14 years ago
Oskar Arvidsson 42239ced65 Add pixel formats for 9- and 10-bit yuv420p. 14 years ago
Diego Biurrun 3fd3632ffe Simplify av_log_missing_feature(). 14 years ago
Justin Ruggles 688b09fa59 If AVCodecContext.channels is 0 and AVCodecContext.channel_layout is 14 years ago
Justin Ruggles 168f9e8c40 If AVCodecContext.channel_layout and AVCodecContext.channels are both 14 years ago
Justin Ruggles 3dfc3e70c0 cosmetics: indentation 14 years ago
Justin Ruggles 8b00ab0113 Check AVCodec.supported_samplerates and AVCodec.channel_layouts in 14 years ago
Stefano Sabatini bebe72f4a0 lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums 14 years ago
Diego Biurrun 44f566b79a Make av_log_ask_for_sample() accept a variable number of arguments. 14 years ago
Anton Khirnov 65af48b559 lavc: provide deprecated avcodec_thread_init until next major version 14 years ago
Justin Ruggles 31d76ec288 In avcodec_open(), set return code to an error value only when an error occurs 14 years ago
Anton Khirnov 3453a231a6 lavc: remove misc disabled cruft. 14 years ago
Anton Khirnov db4d3a7421 lavc: remove the FF_API_SUBTITLE_OLD cruft. 14 years ago
Anton Khirnov e89e5afdd0 lavc: remove the FF_API_VIDEO_OLD cruft. 14 years ago
Anton Khirnov 9b4f1cdb6a lavc: remove the FF_API_AUDIO_OLD cruft. 14 years ago
Diego Biurrun f0a41afd8a Replace mplayerhq.hu URLs by libav.org. 14 years ago
Diego Biurrun 6001dad6e2 Replace more FFmpeg references by Libav. 14 years ago
Martin Storsjö 029f966c3a g722: Return 8 bits per sample for g722 in av_get_bits_per_sample 14 years ago
Alexander Strange ba9ef8d04e Remove unnecessary parameter from ff_thread_init() and fix behavior 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Janne Grunau a03be6e1ba use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 14 years ago