| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make register_avcodec() call avcodec_init(). | Stefano Sabatini | 2008-12-14 | 1 | -1/+1 |
* | Use a more explicit "codec" rather than "format" as the parameter of | Stefano Sabatini | 2008-12-14 | 1 | -1/+1 |
* | Make av_log_missing_feature an internal function, and change its name | Stefano Sabatini | 2008-12-08 | 1 | -13/+1 |
* | Delete unnecessary 'extern' keywords. | Diego Biurrun | 2008-12-03 | 1 | -1/+1 |
* | Commit last ok'ed parts of QCELP decoder and enable it. | Kenan Gillet | 2008-12-02 | 1 | -1/+1 |
* | enable RV40 decoder | Kostya Shishkov | 2008-12-01 | 1 | -1/+1 |
* | Implement the fields rc_max_available_vbv_use and | Baptiste Coudurier | 2008-11-29 | 1 | -1/+15 |
* | Making it easier to send arbitrary structures as work orders to MT workers | Roman Shaposhnik | 2008-11-12 | 1 | -3/+3 |
* | Electronic Arts TGQ video decoder | Peter Ross | 2008-11-08 | 1 | -1/+3 |
* | Remove duplicated MM_* macros for CPU capabilities from dsputil.h. | Dominik Mierzejewski | 2008-11-03 | 1 | -0/+1 |
* | Change multichannel API define prefix from "CHANNEL_" to "CH_". | Andreas Öman | 2008-11-02 | 1 | -31/+31 |
* | Add audio channel layout API to libavcodec. | Peter Ross | 2008-11-01 | 1 | -1/+54 |
* | dnxhd parser | Baptiste Coudurier | 2008-10-24 | 1 | -1/+1 |
* | Document the directpred auto value. | Francesco Cosoleto | 2008-09-28 | 1 | -1/+1 |
* | Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work | Benjamin Larsson | 2008-09-26 | 1 | -0/+1 |
* | Remove deprecated avcodec_decode_audio() this one was not under #ifdef. | Michael Niedermayer | 2008-09-08 | 1 | -7/+0 |
* | avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_... | Michael Niedermayer | 2008-09-08 | 1 | -1/+1 |
* | Rename error_resilience to error_recognition. | Michael Niedermayer | 2008-09-08 | 1 | -2/+2 |
* | Remove DEFAULT_FRAME_RATE_BASE. | Michael Niedermayer | 2008-09-08 | 1 | -2/+0 |
* | Drop deprecated SAMPLE_FMT_S24. | Michael Niedermayer | 2008-09-08 | 1 | -1/+0 |
* | Remove stuff under #if LIBAVCODEC_VERSION_INT. | Michael Niedermayer | 2008-09-08 | 1 | -108/+0 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -2/+2 |
* | Clarify sample_aspect_ratio. | Michael Niedermayer | 2008-09-03 | 1 | -0/+1 |
* | create a separate codec_id for E-AC-3 | Justin Ruggles | 2008-09-01 | 1 | -1/+2 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Remove 'currently unused' warning about SAMPLE_FMT_xxx. | Peter Ross | 2008-08-30 | 1 | -1/+0 |
* | Bump libavcodec minor version number for r15017. | Peter Ross | 2008-08-29 | 1 | -1/+1 |
* | Add AVCodecContext.bits_per_raw_sample field. | Peter Ross | 2008-08-29 | 1 | -0/+8 |
* | Change AVCodecContext.bits_per_sample to bits_per_coded_sample. | Peter Ross | 2008-08-29 | 1 | -0/+4 |
* | Last hunk of the AAC decoder code to be OKed and build system and documentation | Robert Swain | 2008-08-21 | 1 | -1/+1 |
* | Provide a simpler way for the user to reorder her timestamps. | Michael Niedermayer | 2008-08-20 | 1 | -2/+19 |