| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate av_opt_show() in favor of a new function av_opt_show2(), | Stefano Sabatini | 2010-09-24 | 1 | -1/+4 |
* | Add R10k decoder. | Zhou Zongyi | 2010-09-13 | 1 | -1/+2 |
* | Add G.722 ADPCM audio decoder | Martin Storsjö | 2010-09-09 | 1 | -2/+3 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -1/+1 |
* | Move av_picture_data_copy() to libavcore, and rename it | Stefano Sabatini | 2010-09-07 | 1 | -5/+5 |
* | Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Add #ifndef around FF_API_MM_FLAGS. | Stefano Sabatini | 2010-09-05 | 1 | -0/+2 |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 1 | -21/+21 |
* | add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControl | Aurelien Jacobs | 2010-09-01 | 1 | -1/+11 |
* | Implement avcodec_get_channel_layout(). | S.N. Hemanth Meenakshisundaram | 2010-08-26 | 1 | -2/+2 |
* | removed an unnecessary blank line | Tobias Bindhammer | 2010-08-23 | 1 | -1/+0 |
* | added codec-ids for the a64 codec | Tobias Bindhammer | 2010-08-23 | 1 | -1/+4 |
* | Implement av_get_image_linesize() and use it in | Stefano Sabatini | 2010-08-12 | 1 | -1/+1 |
* | Add av_picture_data_copy() and reimplement av_picture_copy() as a | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 1 | -3/+13 |
* | Deprecate avcodec_check_dimensions() in favor of the new function | Stefano Sabatini | 2010-08-06 | 1 | -7/+6 |
* | Move fill_image_linesize() and fill_image_data_ptr() from | Stefano Sabatini | 2010-07-29 | 1 | -1/+1 |
* | Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() | Stefano Sabatini | 2010-07-26 | 1 | -15/+7 |
* | add SubRip muxer and demuxer | Aurelien Jacobs | 2010-07-24 | 1 | -0/+1 |
* | Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster than | Ronald S. Bultje | 2010-07-19 | 1 | -0/+4 |
* | ASCII/ANSI art decoder | Peter Ross | 2010-07-18 | 1 | -1/+2 |
* | Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields. | Justin Ruggles | 2010-07-11 | 1 | -1/+30 |
* | Add avsubtitle_free function. | Reimar Döffinger | 2010-07-11 | 1 | -2/+11 |
* | Fix trivial punctuation error | Peter Ross | 2010-07-11 | 1 | -3/+3 |
* | Document that and why subtitle decoders do not support direct-rendering. | Reimar Döffinger | 2010-07-10 | 1 | -0/+4 |
* | Add native GSM 06.10 audio decoder. | Reimar Döffinger | 2010-07-10 | 1 | -1/+1 |
* | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos | 2010-07-07 | 1 | -2/+3 |
* | Change all occurences of "inofficial" to "unofficial" in code, comments | Rodney Baker | 2010-07-03 | 1 | -4/+7 |
* | fix comment grammar | Aurelien Jacobs | 2010-07-02 | 1 | -2/+4 |
* | clarify convergence_duration documentation | Aurelien Jacobs | 2010-07-02 | 1 | -0/+2 |
* | Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. | Diego Biurrun | 2010-07-02 | 1 | -2/+2 |
* | Grammar fixes | Måns Rullgård | 2010-07-02 | 1 | -2/+2 |
* | Move colorspace.h from libavcodec to libavutil. | Stefano Sabatini | 2010-07-01 | 1 | -1/+1 |
* | Improve av_resample() documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -48/+47 |
* | Native VP8 decoder. | David Conrad | 2010-06-22 | 1 | -2/+2 |
* | Bump micro version, add changelog entry for DTS-ES extension decoding support | Martin Storsjö | 2010-06-22 | 1 | -1/+1 |
* | Add HE-AAC v2 support to the AAC decoder. | Alex Converse | 2010-06-19 | 1 | -1/+1 |
* | RealAudio 14.4k encoder. | Francesco Lavra | 2010-06-11 | 1 | -2/+2 |
* | avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may ... | Tomas Härdin | 2010-06-10 | 1 | -1/+3 |
* | Pictor/PC Paint decoder | Peter Ross | 2010-06-08 | 1 | -1/+2 |
* | Improve grammar and readability | Rodney Baker | 2010-06-05 | 1 | -6/+6 |
* | Move eval.c and eval.h from libavcodec to libavutil, and make the eval | Stefano Sabatini | 2010-06-05 | 1 | -1/+1 |
* | Clarify that get/release_buffer() overriding only works with CODEC_CAP_DR1 co... | Michael Niedermayer | 2010-06-03 | 1 | -1/+1 |
* | Document the frames returned by the decoder better. | Michael Niedermayer | 2010-06-03 | 1 | -0/+5 |
* | VP8 encoding via libvpx. | James Zern | 2010-06-03 | 1 | -1/+1 |
* | Implement av_get_codec_tag_string() and use it in ffprobe. | Stefano Sabatini | 2010-06-02 | 1 | -2/+11 |
* | Make ff_parse_expr() and ff_parse_and_eval_expr() return an int | Stefano Sabatini | 2010-06-01 | 1 | -1/+1 |
* | Bump minor version bump and add an APIchanges entry after addition of | Stefano Sabatini | 2010-05-26 | 1 | -1/+1 |
* | Bump minor version and add Changelog entry after r23334. | Carl Eugen Hoyos | 2010-05-26 | 1 | -1/+1 |