1029 Commits (dec112691561bddaea07e0ad455a71bf29ade60d)

Author SHA1 Message Date
Benjamin Larsson 62784e3733 Add the CODEC_CAP_CHANNEL_CONF capability code and add 14 years ago
Tomas Härdin fbeabfca2f Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXF 14 years ago
Aurelien Jacobs 59b4e5ba49 add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' flag 14 years ago
Aurelien Jacobs 838dc131f1 add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string API 14 years ago
Aurelien Jacobs 0743de4ffd add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc field 14 years ago
Aurelien Jacobs 448ce9258c add FF_API_SUBTITLE_OLD define to disable the deprecated decode_subtitle API 14 years ago
Aurelien Jacobs 164bc38c26 add FF_API_VIDEO_OLD define to disable the deprecated decode_video API 14 years ago
Aurelien Jacobs a377cfa6c2 add FF_API_AUDIO_OLD define to disable the deprecated decode_audio API 14 years ago
Michael Niedermayer dc51a72ba4 Move allocation and init to defaults of the private codec contexts to avcodec_get_context_defaults3(). 14 years ago
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 14 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