| Commit message (Expand) | Author | Age | Files | Lines |
* | RV3/4 parser: remove unused variable 'off' | Kostya Shishkov | 2011-08-17 | 1 | -2/+0 |
* | Use parsers for RealVideo 3/4 to determine correct PTS | Kostya Shishkov | 2011-08-17 | 3 | -0/+101 |
* | rv10/20: tell decoder to use edge emulation | Kostya Shishkov | 2011-08-17 | 1 | -0/+1 |
* | lavc: add avcodec_get_type() for mapping codec_id -> type. | Anton Khirnov | 2011-08-16 | 3 | -2/+24 |
* | lavc: add audio flag to the 'b' option, deprecate 'ab'. | Anton Khirnov | 2011-08-16 | 1 | -2/+2 |
* | svq3: propagate codec memory allocation failure in context init | Dustin Brody | 2011-08-15 | 1 | -1/+4 |
* | Fix NASM include directive | Dave Yeo | 2011-08-15 | 22 | -41/+41 |
* | dsputil_mmx: Honor HAVE_AMD3DNOW | Alex Converse | 2011-08-15 | 1 | -5/+5 |
* | VC-1: fix reading of custom PAR. | Reimar Döffinger | 2011-08-15 | 1 | -2/+2 |
* | mpeg12: remove repeat-field code disabled since May 2002 | Dustin Brody | 2011-08-15 | 1 | -12/+0 |
* | aacenc: Fix number of coefficients used in a LFE channel. | Nathan Caldwell | 2011-08-13 | 1 | -1/+7 |
* | aacenc: Fix a segfault with grouped psymodel. | Nathan Caldwell | 2011-08-13 | 1 | -1/+4 |
* | rv34: free+allocate buffer instead of reallocating it to preserve alignment | Kostya Shishkov | 2011-08-12 | 1 | -1/+2 |
* | h264: add missing brackets. | Ronald S. Bultje | 2011-08-12 | 1 | -3/+4 |
* | Move x86util.asm from libavcodec/ to libavutil/. | Ronald S. Bultje | 2011-08-12 | 20 | -561/+19 |
* | Move x86inc.asm to libavutil/. | Ronald S. Bultje | 2011-08-12 | 23 | -927/+22 |
* | libx264: Include hint for possible values for configuring libx264 | Reinhard Tartler | 2011-08-12 | 1 | -4/+4 |
* | Add weighted motion compensation for RV40 B-frames | Kostya Shishkov | 2011-08-11 | 4 | -11/+96 |
* | RV3/4: calculate B-frame motion weights once per frame | Kostya Shishkov | 2011-08-11 | 2 | -5/+13 |
* | Move RV3/4-specific DSP functions into their own context | Kostya Shishkov | 2011-08-11 | 10 | -178/+253 |
* | mjpeg: propagate decode errors from ff_mjpeg_decode_sos and ff_mjpeg_decode_dqt | Dustin Brody | 2011-08-11 | 3 | -5/+15 |
* | h264: notice memory allocation failure | Dustin Brody | 2011-08-11 | 1 | -2/+8 |
* | ac3enc: add macros for option names to make them more understandable. | Justin Ruggles | 2011-08-11 | 3 | -76/+94 |
* | ac3enc: fix 'channel_coupling' option to actually allow 'auto'. | Justin Ruggles | 2011-08-11 | 2 | -3/+7 |
* | cavs: fix some crashes with invalid bitstreams | Mans Rullgard | 2011-08-10 | 1 | -3/+8 |
* | ac3enc: clip coupling coordinates during calculation | Justin Ruggles | 2011-08-10 | 1 | -2/+1 |
* | Remove incorrect info in documentation of AVCodecContext.bits_per_raw_sample. | Justin Ruggles | 2011-08-10 | 1 | -1/+0 |
* | lavc: fix parentheses placement in avcodec_open2(). | Baptiste Coudurier | 2011-08-10 | 1 | -1/+1 |
* | lavc: make avcodec_init() static on next bump. | Anton Khirnov | 2011-08-10 | 3 | -8/+15 |
* | ac3enc: remove unneeded #include | Justin Ruggles | 2011-08-09 | 1 | -2/+0 |
* | ac3enc: restructure coupling coordinate reuse calculation | Justin Ruggles | 2011-08-09 | 1 | -21/+27 |
* | ac3enc: allow new coupling coordinates to be sent independently for each | Justin Ruggles | 2011-08-09 | 4 | -38/+26 |
* | ac3enc: separate exponent bit counting from exponent grouping. | Justin Ruggles | 2011-08-09 | 3 | -8/+36 |
* | h264: propagate error return values for AV_LOG_ERROR-triggering events | Dustin Brody | 2011-08-09 | 2 | -15/+25 |
* | aac: Don't attempt to output configure an invalid channel configuration. | Alex Converse | 2011-08-09 | 1 | -4/+5 |
* | Pretty-print RV3/4 decoder source | Kostya Shishkov | 2011-08-09 | 5 | -121/+121 |
* | Saner RV1/2 initialisation and RV2 header parsing. | Kostya Shishkov | 2011-08-08 | 1 | -57/+45 |
* | libx264: do not set pic quality if no frame is output | Baptiste Coudurier | 2011-08-08 | 1 | -1/+2 |
* | libx264: add preset, tune, profile and fastfirstpass private options | Baptiste Coudurier | 2011-08-08 | 1 | -33/+79 |
* | lavc: fix misspelling in comment | Dustin Brody | 2011-08-05 | 1 | -1/+1 |
* | aac: propagate error return values for AV_LOG_ERROR-triggering events | Dustin Brody | 2011-08-05 | 1 | -1/+3 |
* | h263dec: Fix asserts broken by the elimination of FF_COMMON_FRAME. | Alex Converse | 2011-08-03 | 1 | -2/+2 |
* | cosmetics: remove some stray comments from AVCodec declarations | Diego Biurrun | 2011-08-03 | 2 | -2/+0 |
* | cosmetics: fix indentation/alignment in AVCodec declarations | Diego Biurrun | 2011-08-03 | 4 | -12/+12 |
* | arm: Avoid using the movw instruction needlessly | Måns Rullgård | 2011-08-03 | 1 | -2/+2 |
* | Move an int64_t down in MpegEncContext | Martin Storsjö | 2011-08-03 | 2 | -7/+8 |
* | dct32: Add SSE2 ASM optimizations | Vitor Sessak | 2011-08-02 | 3 | -9/+33 |
* | Correct chroma vector calculation for RealVideo 3. | Kostya Shishkov | 2011-08-02 | 1 | -2/+2 |
* | avpacket: signal possibly corrupted packets | Luca Barbato | 2011-08-02 | 2 | -2/+6 |
* | mpeg4videodec: remove dead code that would have detected erroneous encoding | Dustin Brody | 2011-08-01 | 1 | -22/+0 |