| Commit message (Expand) | Author | Age | Files | Lines |
* | VC-1: fix reading of custom PAR. | Reimar Döffinger | 2011-08-14 | 1 | -2/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-13 | 2 | -4/+6 |
|\ |
|
| * | 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 |
* | | mxf: move framenum to timecode convert to timecode helpers. | Clément Bœsch | 2011-08-13 | 2 | -0/+27 |
* | | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925' | Michael Niedermayer | 2011-08-13 | 39 | -1689/+426 |
|\| |
|
| * | 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 |
* | | ac3dec: export center & suroundmix levels | Michael Niedermayer | 2011-08-13 | 2 | -0/+17 |
* | | opt_find: fix segfault | Michael Niedermayer | 2011-08-13 | 1 | -1/+1 |
* | | ac3enc: drop common fixed/float encoder | Michael Niedermayer | 2011-08-12 | 6 | -168/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-11 | 7 | -82/+123 |
|\| |
|
| * | 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 |
* | | cavsdec: check run value validity | Michael Niedermayer | 2011-08-11 | 1 | -0/+2 |
* | | cavsdec: avoid possible crash with crafted input | Michael Niedermayer | 2011-08-10 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-10 | 10 | -93/+131 |
|\| |
|
| * | 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 |
* | | timecode: move dropframe code and doxycomment it. | Clément Bœsch | 2011-08-10 | 3 | -7/+19 |
* | | timecode: introduce timecode and honor it in MPEG-1/2. | Clément Bœsch | 2011-08-10 | 6 | -8/+150 |
* | | cavs: fix oCERT #2011-002 FFmpeg/libavcodec insufficient boundary check | Michael Niedermayer | 2011-08-10 | 1 | -1/+2 |
* | | lavc: bump minor for Go2Meeting codec ID | Michael Niedermayer | 2011-08-09 | 1 | -2/+2 |
* | | AVCodec: Add Go2Meeting codec ID | Thierry Foucu | 2011-08-09 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-09 | 6 | -178/+166 |
|\| |
|
| * | 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 |
* | | ra288: avoid one multiply | Michael Niedermayer | 2011-08-09 | 1 | -3/+3 |
* | | 100l: fix parentheses placement when checking for ret < 0 | Baptiste Coudurier | 2011-08-08 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-09 | 1 | -5/+14 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-07 | 2 | -2/+4 |
|\| |
|
| * | 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 |