| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | do not display par and dar if not available | Baptiste Coudurier | 2008-03-06 | 1 | -0/+2 |
* | Make av_class a pointer to a const AVClass. Addresses one warning in | Panagiotis Issaris | 2008-03-06 | 1 | -1/+1 |
* | define BI frame type along with other frame types | Aurelien Jacobs | 2008-03-05 | 1 | -0/+1 |
* | cosmetic: align | Aurelien Jacobs | 2008-03-05 | 1 | -1/+1 |
* | remove more useless mpegvideo.h includes | Aurelien Jacobs | 2008-03-05 | 1 | -7/+6 |
* | floating point AAN IDCT | Michael Niedermayer | 2008-02-26 | 1 | -0/+1 |
* | Fix bug I introduced in r11962. | Vitor Sessak | 2008-02-24 | 1 | -1/+1 |
* | Remove apparently unneeded and buggy align. | Michael Niedermayer | 2008-02-22 | 1 | -8/+1 |
* | Simplify avcodec_default_get_buffer() | Vitor Sessak | 2008-02-15 | 1 | -17/+19 |
* | typo fix: inited --> initialized | Diego Biurrun | 2008-02-13 | 1 | -3/+3 |
* | Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may | Paul Kelly | 2008-02-11 | 1 | -1/+2 |
* | Make avcodec_decode_* functions take const input buffers. | Michael Niedermayer | 2008-02-02 | 1 | -3/+3 |
* | one "cast discards qualifiers from pointer target type" less | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | Add support for Matroska attachments. | Evgeniy Stepanov | 2008-01-27 | 1 | -0/+4 |
* | improve CRC API | Aurelien Jacobs | 2008-01-04 | 1 | -12/+0 |
* | Check for avcodec_open codec parameter == NULL and return error in that case | Reimar Döffinger | 2007-12-25 | 1 | -1/+1 |
* | Add option for user to scale the amount of dynamic range compression which is | Justin Ruggles | 2007-12-20 | 1 | -0/+1 |
* | use av_log_get/set_level() | Måns Rullgård | 2007-12-12 | 1 | -1/+1 |
* | av_*_next() API for libavcodec | Michael Niedermayer | 2007-12-12 | 1 | -0/+5 |
* | make rc_buffer_size apply to audio as well | Michael Niedermayer | 2007-12-03 | 1 | -1/+1 |
* | add pcm_s16le_planar support for electronicarts files | Aurelien Jacobs | 2007-11-25 | 1 | -0/+2 |
* | Print pixel and display aspect ratios | Michel Bardiaux | 2007-10-18 | 1 | -0/+9 |
* | oops, revert unrelated change | Loren Merritt | 2007-09-27 | 1 | -1/+1 |
* | unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending ... | Loren Merritt | 2007-09-27 | 1 | -1/+1 |
* | Remove check for input buffer size as it does not guarantee that | Kostya Shishkov | 2007-09-24 | 1 | -2/+1 |
* | add support for yuva420p colorspace (yuv420p + alpha) | Aurelien Jacobs | 2007-09-24 | 1 | -5/+7 |
* | Add request_channels member to AVCodecContext so we now have a proper | Reimar Döffinger | 2007-08-23 | 1 | -0/+1 |
* | Use defines instead of raw hex numbers to specify CRC polynomials | Reimar Döffinger | 2007-08-19 | 1 | -3/+3 |