| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ticks_per_frame, this should hopefully fix the regressions caused | Michael Niedermayer | 2009-02-26 | 1 | -1/+10 |
* | Completed documentation of reference field. | Carl Eugen Hoyos | 2009-02-26 | 1 | -0/+1 |
* | Add timestamp computation if values are exported by decoder. | Ivan Schreter | 2009-02-24 | 1 | -1/+42 |
* | Change duration computation to use time_base instead of TB/2. | Ivan Schreter | 2009-02-24 | 1 | -4/+1 |
* | More approved hunks for VAAPI & our new and cleaner hwaccel API. | Gwenole Beauchesne | 2009-02-23 | 1 | -0/+100 |
* | Use context variable repeat_pict for frame duration computation and | Ivan Schreter | 2009-02-21 | 1 | -0/+12 |
* | Add convergence_duration to AVCodecParserContext. | Ivan Schreter | 2009-02-19 | 1 | -1/+18 |
* | Add AVERROR_EOF. | Peter Ross | 2009-02-19 | 1 | -1/+2 |
* | Add key_frame to AVCodecParserContext, used in libavformat. | Ivan Schreter | 2009-02-18 | 1 | -1/+9 |
* | Improve grammar: "X next after Y" -> "next X after Y". | Stefano Sabatini | 2009-02-15 | 1 | -1/+1 |
* | Document av_codec_next(). | Stefano Sabatini | 2009-02-15 | 1 | -0/+5 |
* | Another attempt to clarify draw_horiz_band() usage. | Ivan Kalvachev | 2009-02-14 | 1 | -7/+7 |
* | Attempt to clarify draw_horiz_band description and fix two random typos. | Diego Biurrun | 2009-02-14 | 1 | -7/+7 |
* | More clarification for draw_horiz_band() in hwaccell mode. | Ivan Kalvachev | 2009-02-14 | 1 | -0/+4 |
* | Document that ff_draw_horiz_band() could be used as hwaccell callback. | Ivan Kalvachev | 2009-02-14 | 1 | -0/+3 |
* | extend resampling API, add S16 internal conversion | Baptiste Coudurier | 2009-02-11 | 1 | -3/+31 |
* | Try to doxyfy av_resample_init(). I hope I did not misremember anything as I | Michael Niedermayer | 2009-02-09 | 1 | -0/+5 |
* | Move doxy for public resample2 functions to the public header. | Michael Niedermayer | 2009-02-09 | 1 | -0/+29 |
* | Clarify has_b_frames doxy. | Michael Niedermayer | 2009-02-08 | 1 | -1/+2 |
* | Drop the deprecated function register_avcodec() at the next major | Stefano Sabatini | 2009-02-06 | 1 | -0/+2 |
* | Replace the calls to the deprecated function register_avcodec() with | Stefano Sabatini | 2009-02-06 | 1 | -1/+1 |
* | Rename register_avcodec() as avcodec_register() and deprecate the old | Stefano Sabatini | 2009-02-06 | 1 | -2/+7 |
* | Use libopenjpeg for jpeg2k decoding. | Jai Menon | 2009-02-06 | 1 | -1/+1 |
* | Electronic Arts TQI decoder | Peter Ross | 2009-02-05 | 1 | -1/+2 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Fix documentation of the return value of avcodec_encode_video(). | Bitbreaker/METALVOTZE X | 2009-01-31 | 1 | -1/+1 |
* | Directly #include some required headers. | Diego Biurrun | 2009-01-25 | 1 | -1/+1 |
* | Alpha: proper IDCT selection | Måns Rullgård | 2009-01-18 | 1 | -0/+1 |
* | added demuxer for FunCom ISS audio files, | Stefan Gehrer | 2009-01-17 | 1 | -1/+2 |
* | Remove CODEC_ID_H264_VDPAU. | Carl Eugen Hoyos | 2009-01-17 | 1 | -3/+0 |
* | Add CODEC_ID_MP1. | Michael Niedermayer | 2009-01-13 | 1 | -0/+1 |
* | Document the need of buf=NULL buf_size=0 at the end to obtain all frames. | Michael Niedermayer | 2009-01-07 | 1 | -0/+3 |
* | Add VDPAU hardware accelerated decoding for H264 which can be used by | NVIDIA Corporation | 2009-01-04 | 1 | -0/+7 |
* | Move metadata API from avcodec to avformat. | Michael Niedermayer | 2009-01-04 | 1 | -44/+0 |
* | Generic metadata API. | Michael Niedermayer | 2009-01-04 | 1 | -0/+45 |
* | Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes. | Michael Niedermayer | 2009-01-03 | 1 | -1/+1 |
* | Add type, text and ass to AVSubtitleRect. | Michael Niedermayer | 2009-01-03 | 1 | -0/+10 |
* | Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. | Michael Niedermayer | 2009-01-03 | 1 | -3/+6 |
* | Replace some fixed width variable from AVSubtitle* by normal int. | Michael Niedermayer | 2009-01-03 | 1 | -6/+6 |
* | Future doxy for a few fields of AVSubtitleRect. | Michael Niedermayer | 2009-01-03 | 1 | -5/+5 |
* | Change AVSubtitle.rects to an array of pointers so ABI does not break | Michael Niedermayer | 2009-01-03 | 1 | -1/+1 |
* | Add enum AVSubtitleType | Michael Niedermayer | 2009-01-03 | 1 | -0/+18 |
* | Bump minor number for many small improvements, tiff fax decoding, | Reimar Döffinger | 2008-12-27 | 1 | -1/+1 |
* | Allow decoders to set AVCodecContext.refs. | Michael Niedermayer | 2008-12-24 | 1 | -1/+1 |
* | RV30 decoder | Kostya Shishkov | 2008-12-20 | 1 | -1/+1 |
* | Implement av_set_string3(). | Stefano Sabatini | 2008-12-16 | 1 | -2/+2 |
* | ARM: NEON optimised simple_idct | Måns Rullgård | 2008-12-15 | 1 | -0/+1 |
* | Move documentation of avcodec_register_all() from allcodecs.c to | Stefano Sabatini | 2008-12-14 | 1 | -0/+10 |
* | Remove set_all_opt() and its use in av_set_string2(). Make | Stefano Sabatini | 2008-12-14 | 1 | -1/+1 |
* | Document register_avcodec(). | Stefano Sabatini | 2008-12-14 | 1 | -0/+5 |