1220 Commits (12e984aed76d52e959bb7cbee72c149444ff58ce)

Author SHA1 Message Date
Michael Niedermayer 655c36b22f Add AVClass for the private context, this will be used for codec specific options. 14 years ago
Michael Chinen 59cb40b921 Fix index_entries pos: 14 years ago
Stefano Sabatini 41f87daaa3 Bump version and update APIchanges after r25210. 14 years ago
Martin Storsjö 6677249889 Bump minor version for the addition of the G.722 encoder 14 years ago
Michael Niedermayer 6ed040408b Move AVOptions from libavcodec to libavutil 14 years ago
Kostya Shishkov cba322d76d Make WMV3 decoder attempt to decode WMVP as well 14 years ago
Stefano Sabatini e44c01563f Deprecate av_opt_show() in favor of a new function av_opt_show2(), 14 years ago
Zhou Zongyi 4383692896 Add R10k decoder. 14 years ago
Martin Storsjö 58e37eafce Add G.722 ADPCM audio decoder 14 years ago
Stefano Sabatini c6c98d0897 Move mm_support() from libavcodec to libavutil, make it a public 14 years ago
Stefano Sabatini 34017fd9b2 Move av_picture_data_copy() to libavcore, and rename it 14 years ago
Stefano Sabatini 9686abb826 Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini 8ef38f3f50 Add #ifndef around FF_API_MM_FLAGS. 14 years ago
Stefano Sabatini 7160bb716b Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ 14 years ago
Aurelien Jacobs eda7c983c1 add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControl 14 years ago
S.N. Hemanth Meenakshisundaram 5da19b53c6 Implement avcodec_get_channel_layout(). 14 years ago
Tobias Bindhammer e4d2ab5298 removed an unnecessary blank line 14 years ago
Tobias Bindhammer 40c5ee9903 added codec-ids for the a64 codec 14 years ago
Stefano Sabatini 7906e2b974 Implement av_get_image_linesize() and use it in 14 years ago
S.N. Hemanth Meenakshisundaram 9f08d80363 Add av_picture_data_copy() and reimplement av_picture_copy() as a 14 years ago
Stefano Sabatini bf176f58b7 Deprecate avcodec_check_dimensions() in favor of the new function 15 years ago
Stefano Sabatini e7bd48a6ae Move fill_image_linesize() and fill_image_data_ptr() from 15 years ago
Stefano Sabatini 126b638ea0 Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 15 years ago
Aurelien Jacobs ba2c508d0c add SubRip muxer and demuxer 15 years ago
Ronald S. Bultje 6526976f0c Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster than 15 years ago
Peter Ross beaa963cab ASCII/ANSI art decoder 15 years ago
Justin Ruggles 23940f1405 Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields. 15 years ago
Reimar Döffinger e1d7c8831c Add avsubtitle_free function. 15 years ago
Peter Ross 53128bc371 Fix trivial punctuation error 15 years ago
Reimar Döffinger 1f96d86836 Document that and why subtitle decoders do not support direct-rendering. 15 years ago
Reimar Döffinger b576934d7e Add native GSM 06.10 audio decoder. 15 years ago
Carl Eugen Hoyos 0fd0ef7947 Add new decoder property max_lowres and do not init decoder if requested value is higher. 15 years ago
Rodney Baker 2d525ef483 Change all occurences of "inofficial" to "unofficial" in code, comments 15 years ago
Aurelien Jacobs 8ee82f40ca fix comment grammar 15 years ago
Aurelien Jacobs 08b04ba9ce clarify convergence_duration documentation 15 years ago
Diego Biurrun 0baf34d844 Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. 15 years ago
Måns Rullgård 48966b02cb Grammar fixes 15 years ago
Stefano Sabatini 2b4abbd6f5 Move colorspace.h from libavcodec to libavutil. 15 years ago
Måns Rullgård 1782460b38 Improve av_resample() documentation 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
David Conrad 3b636f21da Native VP8 decoder. 15 years ago
Martin Storsjö e83aed04b0 Bump micro version, add changelog entry for DTS-ES extension decoding support 15 years ago
Alex Converse a20639017b Add HE-AAC v2 support to the AAC decoder. 15 years ago
Francesco Lavra d31ba23185 RealAudio 14.4k encoder. 15 years ago
Tomas Härdin c1bdc9300b avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may be set by the demuxer 15 years ago
Peter Ross a526d6197a Pictor/PC Paint decoder 15 years ago
Rodney Baker 538c0e13c7 Improve grammar and readability 15 years ago
Stefano Sabatini 0b99215c0e Move eval.c and eval.h from libavcodec to libavutil, and make the eval 15 years ago
Michael Niedermayer 28f5ea7810 Clarify that get/release_buffer() overriding only works with CODEC_CAP_DR1 codecs. 15 years ago