| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update changelog and general.texi to reflect | Jai Menon | 2008-08-19 | 1 | -1/+1 |
* | Add F64BE, F64LE and F64BE PCM codecs. | Peter Ross | 2008-08-19 | 1 | -1/+4 |
* | Add SAMPLE_FMT_DBL. | Peter Ross | 2008-08-19 | 1 | -1/+2 |
* | Mark SAMPLE_FMT_S24 as deprecated. | Peter Ross | 2008-08-18 | 1 | -1/+1 |
* | Bump minor version as av_log_missing_feature() was added to public API in | Robert Swain | 2008-08-10 | 1 | -1/+1 |
* | Add a generic function to lavc to log messages about missing features. | Justin Ruggles | 2008-08-10 | 1 | -0/+12 |
* | Doxygenate avcodec_version(). | Stefano Sabatini | 2008-08-08 | 1 | -1/+4 |
* | Electronic Arts TGV decoder | Peter Ross | 2008-08-06 | 1 | -1/+2 |
* | increment minor version for commit r14412 (add sample_fmts infrastructure) | Peter Ross | 2008-07-28 | 1 | -1/+1 |
* | add sample_fmts infrastructure: AVCodec->sample_fmts and SAMPLE_FMT_NB enum. | Peter Ross | 2008-07-26 | 1 | -0/+2 |
* | add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder) | Peter Ross | 2008-07-26 | 1 | -1/+2 |
* | Add a new -debug option for tracing calls to the default get/release_buffer f... | Alexander Strange | 2008-07-26 | 1 | -0/+1 |
* | Correct b_quant offset comment in avcodec.h, it is the description for | tripp | 2008-07-21 | 1 | -2/+2 |
* | Make strict_std_compliance available to decoders. | Michael Niedermayer | 2008-07-19 | 1 | -1/+8 |
* | New codec probing system try #1. | Michael Niedermayer | 2008-07-12 | 1 | -0/+2 |
* | Deprecate avcodec_build(), it returns the same value as | Andreas Öman | 2008-07-11 | 1 | -1/+3 |
* | Motion Pixels Video Decoder. | Gregory Montoir | 2008-07-10 | 1 | -1/+2 |
* | increment minor version for commit r14110 (Electronic Arts CMV decoder) | Peter Ross | 2008-07-09 | 1 | -1/+1 |
* | Electronic Arts CMV decoder | Peter Ross | 2008-07-08 | 1 | -0/+1 |
* | MLP/TrueHD decoder. | Ramiro Polla | 2008-07-04 | 1 | -2/+2 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+5 |
* | uniformize trellis quant option | Baptiste Coudurier | 2008-06-09 | 1 | -0/+2 |
* | Oma demuxer | Benjamin Larsson | 2008-06-08 | 1 | -0/+1 |
* | rename me=tesa | Loren Merritt | 2008-06-05 | 1 | -1/+1 |
* | add esa/dia compat me options and new tesa for libx264 | Baptiste Coudurier | 2008-06-05 | 1 | -2/+3 |
* | bump micro version after commit r13615 | Aurelien Jacobs | 2008-06-02 | 1 | -1/+1 |
* | Move new field to the end to avoid ABI breakage, I thought this struct | Michael Niedermayer | 2008-06-02 | 1 | -1/+1 |
* | Rename last_frame_offset to next_frame_offset. | Michael Niedermayer | 2008-06-02 | 1 | -1/+1 |
* | Simplify parser core. | Michael Niedermayer | 2008-06-02 | 1 | -1/+1 |
* | Move *_static to bitstream.c which is the only file left which needs | Michael Niedermayer | 2008-05-30 | 1 | -25/+0 |
* | Clarify avcodec_encode_audio() vs. PCM audio. | Stefano Sabatini | 2008-05-26 | 1 | -0/+2 |
* | LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx net | Lars Täuber | 2008-05-17 | 1 | -1/+2 |