| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add FF_API_AUDIO_OLD define to disable the deprecated decode_audio API | Aurelien Jacobs | 2010-09-30 | 1 | -1/+1 |
* | Move allocation and init to defaults of the private codec contexts to avcodec... | Michael Niedermayer | 2010-09-29 | 1 | -0/+6 |
* | Move AVOptions from libavcodec to libavutil | Michael Niedermayer | 2010-09-26 | 1 | -1/+1 |
* | Check avctx width/height more thoroughly (e.g. all values 0 except width would | Reimar Döffinger | 2010-09-15 | 1 | -3/+8 |
* | Test lowres before codec init. | Carl Eugen Hoyos | 2010-09-13 | 1 | -6/+6 |
* | Allow the lowres option to affect audio codecs, too | Martin Storsjö | 2010-09-10 | 1 | -2/+1 |
* | Remove use of deprecated functions av_image_fill_pointers/linesizes in | Stefano Sabatini | 2010-09-07 | 1 | -2/+2 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -5/+5 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -4/+4 |
* | Deprecate avcodec_check_dimensions() in favor of the new function | Stefano Sabatini | 2010-08-06 | 1 | -5/+3 |
* | Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize, | Stefano Sabatini | 2010-07-31 | 1 | -2/+3 |
* | Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() | Stefano Sabatini | 2010-07-26 | 1 | -118/+5 |
* | 100l, change avsubtitle_free to the actually tested and working version. | Reimar Döffinger | 2010-07-11 | 1 | -8/+8 |
* | Add avsubtitle_free function. | Reimar Döffinger | 2010-07-11 | 1 | -0/+20 |
* | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos | 2010-07-07 | 1 | -0/+7 |
* | Move av_tempfile() to libxvidff.c as only the xvid wrapper needs it | Måns Rullgård | 2010-07-06 | 1 | -43/+0 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Make avcodec_string() use av_get_codec_tag_string(). | Stefano Sabatini | 2010-06-02 | 1 | -11/+3 |
* | Implement av_get_codec_tag_string() and use it in ffprobe. | Stefano Sabatini | 2010-06-02 | 1 | -0/+15 |
* | Cosmetics : Fix typo. | Jai Menon | 2010-05-27 | 1 | -1/+1 |
* | Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it. | Janne Grunau | 2010-05-26 | 1 | -4/+8 |
* | Factorize some code into the new function ff_toupper4(). | Francesco Lavra | 2010-05-18 | 1 | -0/+8 |
* | Set coded_frame to NULL when closing a codec, since it might | Reimar Döffinger | 2010-05-12 | 1 | -0/+1 |
* | Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1 | Stefano Sabatini | 2010-04-25 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Factorize code in get_bit_rate(). | Stefano Sabatini | 2010-04-13 | 1 | -9/+3 |
* | Fix segfault when encoder initialization fails. | Craig Thomasson | 2010-04-06 | 1 | -1/+1 |
* | Add function to export EDGE_WIDTH from libavcodec. | Bobby Bingham | 2010-04-01 | 1 | -0/+5 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -11/+11 |
* | Make av_get_bit_rate() static and remove av_, the function is only used | Carl Eugen Hoyos | 2010-02-28 | 1 | -2/+2 |
* | Include libxvid_internal.h: It contains the prototype for av_tempfile(). | Carl Eugen Hoyos | 2010-02-28 | 1 | -0/+1 |
* | Fix avcodec_align_dimensions to return values suitably aligned for FLV decoding | Reimar Döffinger | 2010-02-27 | 1 | -14/+33 |
* | Free encoder extradata in avcodec_close(). Should fix several small memory | Vitor Sessak | 2010-02-20 | 1 | -0/+2 |
* | Special case VP5/6 chroma alignment on x86 as well | David Conrad | 2010-02-12 | 1 | -1/+3 |
* | More av_cold for infrequently called functions. | Zuxy Meng | 2010-01-13 | 1 | -1/+1 |
* | Add a function to match a 2 element vector of uint16_t and use it in h263 and... | Michael Niedermayer | 2010-01-09 | 1 | -0/+6 |
* | 100l: Fix compilation after r21037. | Carl Eugen Hoyos | 2010-01-06 | 1 | -1/+1 |
* | Handle more ADPCM codecs in av_get_bits_per_sample(). | Daniel Verkamp | 2010-01-06 | 1 | -0/+3 |
* | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and | Stefano Sabatini | 2010-01-03 | 1 | -2/+2 |
* | Set reordered_opaque in default_reget_buffer() with internal buffers. | Michael Niedermayer | 2009-12-14 | 1 | -1/+3 |
* | Factorize av_get_bit_rate (for future use outside of libavcodec). | Robert Krüger | 2009-11-21 | 1 | -44/+30 |
* | Allocate pictures with enough padding for jpeg. | Michael Niedermayer | 2009-11-20 | 1 | -1/+3 |
* | Add functions to return library license and library configuration. | Diego Biurrun | 2009-11-18 | 1 | -0/+11 |
* | Add a NULL pointer check to avcodec_close() this should prevent a segfault | Michael Niedermayer | 2009-11-10 | 1 | -1/+1 |
* | Move ff_reverse in libavcodec to av_reverse in libavutil. | Francesco Lavra | 2009-11-09 | 1 | -19/+0 |
* | Print a warning message when avcodec_default_free_buffers finds unreleased | Reimar Döffinger | 2009-10-13 | 1 | -0/+2 |
* | Add an execute2 function that is more flexible and allows to use parallel | Reimar Döffinger | 2009-10-12 | 1 | -0/+10 |
* | Make avcodec_open set codec_id and codec_type if they haven't been set. | Reimar Döffinger | 2009-10-01 | 1 | -0/+5 |
* | Make sure priv_data is freed and codec is set to NULL in case of failure of a... | Michael Niedermayer | 2009-09-23 | 1 | -6/+7 |
* | Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_misma... | Michael Niedermayer | 2009-09-22 | 1 | -1/+4 |