| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove incorrect return statement from avcodec_thread_free() | Mans Rullgard | 2011-02-10 | 1 | -1/+1 |
* | Fix build with threading disabled | Mans Rullgard | 2011-02-09 | 1 | -0/+2 |
* | check sample_fmt in avcodec_open | Reimar Döffinger | 2011-02-09 | 1 | -0/+10 |
* | Deprecate avcodec_thread_init() | Alexander Strange | 2011-02-09 | 1 | -3/+17 |
* | Frame-based multithreading framework using pthreads | Alexander Strange | 2011-02-09 | 1 | -6/+54 |
* | Set pkt_pts in avcodec_default_reget_buffer() | Nicolas George | 2011-02-03 | 1 | -0/+2 |
* | Make the ff_lockmgr_cb function pointer static to utils.c | Diego Elio Pettenò | 2011-01-24 | 1 | -1/+1 |
* | update av_log_missing_feature() to git | Janne Grunau | 2011-01-17 | 1 | -1/+1 |
* | don't complain about codec type/id mismatche for attachment streams | Aurelien Jacobs | 2011-01-12 | 1 | -1/+2 |
* | Show profile in avcodec_string(). | Anssi Hannula | 2011-01-08 | 1 | -0/+8 |
* | Add pkt_dts to AVFrame, this will in the future allow multithreading decoders | Michael Niedermayer | 2011-01-07 | 1 | -0/+2 |
* | Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.pts | Michael Niedermayer | 2011-01-07 | 1 | -0/+8 |
* | Add av_get_profile_name() to get profile names. | Anssi Hannula | 2011-01-07 | 1 | -0/+13 |
* | free subtitle_header before overwriting it to avoid memleak | Aurelien Jacobs | 2010-12-31 | 1 | -0/+5 |
* | Fix -lowres with ffplay. | Anatoly Nenashev | 2010-12-19 | 1 | -1/+2 |
* | Change the argument of memory allocation functions from unsigned int to size_t | Michael Niedermayer | 2010-12-04 | 1 | -8/+11 |
* | Use the new libavcore audio channel API. | Stefano Sabatini | 2010-11-21 | 1 | -1/+2 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -2/+2 |
* | Move internal function ff_set_systematic_pal() to libavcore, and | Stefano Sabatini | 2010-11-09 | 1 | -1/+2 |
* | H.264 decode: support cropping up to 28 pixels in interlaced mode. | Reimar Döffinger | 2010-11-03 | 1 | -1/+1 |
* | Remove usage of deprecated libavcodec/audioconvert.h functions. | Stefano Sabatini | 2010-11-03 | 1 | -1/+2 |
* | Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h and | Stefano Sabatini | 2010-11-02 | 1 | -13/+3 |
* | add FF_API_SUBTITLE_OLD define to disable the deprecated decode_subtitle API | Aurelien Jacobs | 2010-09-30 | 1 | -1/+1 |
* | add FF_API_VIDEO_OLD define to disable the deprecated decode_video API | Aurelien Jacobs | 2010-09-30 | 1 | -1/+1 |
* | 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 |