| Commit message (Expand) | Author | Age | Files | Lines |
* | Make av_log_missing_feature an internal function, and change its name | Stefano Sabatini | 2008-12-08 | 1 | -1/+1 |
* | Implement the fields rc_max_available_vbv_use and | Baptiste Coudurier | 2008-11-29 | 1 | -0/+2 |
* | Making it easier to send arbitrary structures as work orders to MT workers | Roman Shaposhnik | 2008-11-12 | 1 | -2/+2 |
* | Add missing #include "libavutil/avstring.h", fixes | Diego Biurrun | 2008-11-05 | 1 | -0/+1 |
* | Add audio channel layout API to libavcodec. | Peter Ross | 2008-11-01 | 1 | -18/+5 |
* | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs | 2008-10-21 | 1 | -2/+2 |
* | allows calling avcodec_find_(en|de)coder_by_name with NULL parameter | Aurelien Jacobs | 2008-10-08 | 1 | -0/+4 |
* | Mark list heads static. Patch by Diego Pettenò | Diego Pettenò | 2008-10-04 | 1 | -1/+1 |
* | x264 has removed the b-rdo and bime options, and instead integrated | Jason Garrett-Glaser | 2008-10-02 | 1 | -1/+0 |
* | Allocate 1 line more in the chroma plane for H.264, this avoids some | Michael Niedermayer | 2008-09-30 | 1 | -0/+2 |
* | Replace second (and wrong) call to avcodec_align_dimensions() by adjusting | Michael Niedermayer | 2008-09-30 | 1 | -4/+15 |
* | Uniformly define _XOPEN_SOURCE to 600. | Diego Biurrun | 2008-09-29 | 1 | -1/+1 |
* | Document the directpred auto value. | Francesco Cosoleto | 2008-09-28 | 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 | -1/+1 |
* | Drop deprecated SAMPLE_FMT_S24. | Michael Niedermayer | 2008-09-08 | 1 | -2/+0 |
* | Remove stuff under #if LIBAVCODEC_VERSION_INT. | Michael Niedermayer | 2008-09-08 | 1 | -29/+0 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -1/+0 |
* | Add AVCodecContext.bits_per_raw_sample field. | Peter Ross | 2008-08-29 | 1 | -0/+1 |
* | Change AVCodecContext.bits_per_sample to bits_per_coded_sample. | Peter Ross | 2008-08-29 | 1 | -0/+4 |
* | Provide a simpler way for the user to reorder her timestamps. | Michael Niedermayer | 2008-08-20 | 1 | -0/+2 |
* | Add F64BE, F64LE and F64BE PCM codecs. | Peter Ross | 2008-08-19 | 1 | -0/+9 |
* | Add SAMPLE_FMT_DBL. | Peter Ross | 2008-08-19 | 1 | -0/+2 |
* | Fix rc_eq mem leak. | Michael Niedermayer | 2008-08-16 | 1 | -1/+0 |
* | Revert r14260 | Michael Niedermayer | 2008-08-16 | 1 | -1/+0 |
* | ensure we get explicit definition of various _XOPEN_SOURCE functions we use | Aurelien Jacobs | 2008-08-14 | 1 | -0/+4 |
* | Add a generic function to lavc to log messages about missing features. | Justin Ruggles | 2008-08-10 | 1 | -0/+13 |
* | Make avcodec_string() and av_get_bits_per_sample() report the sample size for... | Peter Ross | 2008-08-04 | 1 | -0/+2 |
* | Write sample format description within avcodec_string() | Peter Ross | 2008-07-31 | 1 | -0/+5 |
* | add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder) | Peter Ross | 2008-07-26 | 1 | -0/+2 |
* | Add a new -debug option for tracing calls to the default get/release_buffer f... | Alexander Strange | 2008-07-26 | 1 | -0/+7 |
* | Add skip* AVOptions, which seem to have been missed. | Michael Niedermayer | 2008-07-20 | 1 | -0/+9 |
* | Make strict_std_compliance available to decoders. | Michael Niedermayer | 2008-07-19 | 1 | -6/+6 |
* | Make the ugly hack which uses an unused entry in the internal buffer | Michael Niedermayer | 2008-07-19 | 1 | -2/+2 |
* | 100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in the | Michael Niedermayer | 2008-07-17 | 1 | -5/+5 |
* | Free in avcodec_close() avctx->rc_eq. Fix a memory leak. | Stefano Sabatini | 2008-07-16 | 1 | -0/+1 |
* | strdup() the default value for rc_eq in AVCodec when setting it in | Stefano Sabatini | 2008-07-13 | 1 | -1/+1 |
* | Deprecate avcodec_build(), it returns the same value as | Andreas Öman | 2008-07-11 | 1 | -0/+2 |
* | Add command line support for '-idct simplearmv6'. | Laurent Desnogues | 2008-06-29 | 1 | -0/+1 |
* | mark read-only data as const | Stefan Gehrer | 2008-06-24 | 1 | -2/+2 |
* | enable global_header flag for audio and video encoding, was wrongly part of c... | Baptiste Coudurier | 2008-06-09 | 1 | -1/+1 |
* | revert wrong part of r13722 commit | Baptiste Coudurier | 2008-06-09 | 1 | -1/+1 |
* | uniformize trellis quant option | Baptiste Coudurier | 2008-06-09 | 1 | -1/+3 |
* | add esa/dia compat me options and new tesa for libx264 | Baptiste Coudurier | 2008-06-05 | 1 | -0/+3 |
* | Move *_static to bitstream.c which is the only file left which needs | Michael Niedermayer | 2008-05-30 | 1 | -54/+0 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -2/+2 |
* | Fix closed gop flag disapearence. | Michael Niedermayer | 2008-03-29 | 1 | -2/+2 |
* | Fix possible heap overflow caused by av_fast_realloc() | Michael Niedermayer | 2008-03-25 | 1 | -1/+5 |
* | typo fixes | Diego Biurrun | 2008-03-12 | 1 | -3/+3 |
* | indentation | Baptiste Coudurier | 2008-03-06 | 1 | -8/+8 |