| Commit message (Expand) | Author | Age | Files | Lines |
* | Complete the list of external libraries. | Víctor Paesa | 2008-12-23 | 1 | -3/+16 |
* | Advice on compiler versions | Víctor Paesa | 2008-12-23 | 1 | -0/+3 |
* | Update Cygwin Ports URL. | Víctor Paesa | 2008-12-23 | 1 | -1/+1 |
* | Bring up to date the Cygwin docs. | Víctor Paesa | 2008-12-23 | 1 | -5/+5 |
* | Make h264 parser 50% faster. | Michael Niedermayer | 2008-12-23 | 1 | -0/+9 |
* | 100l, I broke H.264 again, forgot one hunk. | Michael Niedermayer | 2008-12-23 | 1 | -0/+1 |
* | Optimize 0 0 0-3 search, 45% faster on pentium dual. | Michael Niedermayer | 2008-12-23 | 1 | -0/+17 |
* | The diffutils package is also needed (for the 'cmp' command). | Víctor Paesa | 2008-12-22 | 1 | -1/+1 |
* | Revert r16257: | Andreas Öman | 2008-12-22 | 2 | -2/+0 |
* | Fix two identical warnings when compiling riff.c and nuv.c with icc: | Carl Eugen Hoyos | 2008-12-22 | 2 | -3/+3 |
* | Fix a warning when compiling with icc: | Carl Eugen Hoyos | 2008-12-22 | 1 | -2/+2 |
* | Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster on | Michael Niedermayer | 2008-12-22 | 1 | -4/+1 |
* | Indent | Michael Niedermayer | 2008-12-22 | 1 | -7/+7 |
* | inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual. | Michael Niedermayer | 2008-12-22 | 1 | -22/+13 |
* | Negate 2 more variables, 1 cpu cycle faster on pentium dual. | Michael Niedermayer | 2008-12-22 | 1 | -5/+5 |
* | Simplify if/else, no speed change | Michael Niedermayer | 2008-12-22 | 1 | -5/+1 |
* | Negate a few variables, this simplifies the code and makes it 5 cycles faster | Michael Niedermayer | 2008-12-22 | 1 | -15/+15 |
* | Simplify ifs(), 8 cpu cycles faster on pentium dual | Michael Niedermayer | 2008-12-22 | 1 | -12/+4 |
* | Simplify if(), 3 cpu cycles faster in pentium dual. | Michael Niedermayer | 2008-12-22 | 1 | -4/+2 |
* | Initialize s->opaque before calling url_resetbuf(). | Aurelien Jacobs | 2008-12-22 | 1 | -1/+1 |
* | Rename libavcodec/i386/ --> libavcodec/x86/. | Diego Biurrun | 2008-12-22 | 49 | -66/+66 |
* | Offer an option (disabled by default) to enable the copy of the frames before | Wolfram Gloger | 2008-12-22 | 1 | -1/+3 |
* | Decode TIFF image only after all tags have been decoded | Kostya Shishkov | 2008-12-22 | 1 | -44/+50 |
* | Some TIFFs declare -1 for the single strip height | Kostya Shishkov | 2008-12-22 | 1 | -0/+2 |
* | Add monochrome TIFF support | Kostya Shishkov | 2008-12-22 | 1 | -0/+3 |
* | Calculate line size variable correctly for lower bitdepths and use it for raw... | Kostya Shishkov | 2008-12-22 | 1 | -3/+3 |
* | Register TIFF tags for CCITT Group 3 and 4 compression options | Kostya Shishkov | 2008-12-22 | 1 | -0/+2 |
* | Remove a bunch of unused variables. | Diego Biurrun | 2008-12-22 | 1 | -5/+0 |
* | Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward. | Diego Biurrun | 2008-12-22 | 1 | -1/+1 |
* | Fix incorrectly constructed Dirac parse units that caused A/V sync loss. | Anuradha Suraparaju | 2008-12-22 | 3 | -21/+193 |
* | Do not use full include path for headers in the same directory. | Diego Biurrun | 2008-12-21 | 1 | -1/+1 |
* | Change mpeg audio parser so it only sets frame_size, channels and bit_rate | Michael Niedermayer | 2008-12-21 | 3 | -12/+16 |
* | Silence the following icc warnings: | Carl Eugen Hoyos | 2008-12-21 | 3 | -3/+3 |
* | Include "libavutil/common.h" where we use llrint() in case ffmpeg's | Andreas Öman | 2008-12-21 | 2 | -0/+2 |
* | Fix PTS returned by the demuxers for mpeg4 without a decoder. | Michael Niedermayer | 2008-12-21 | 2 | -100/+101 |
* | Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header(). | Michael Niedermayer | 2008-12-21 | 2 | -5/+6 |
* | Fix detection of audio codec in K70707-ARIA229.flv. | Michael Niedermayer | 2008-12-21 | 1 | -1/+3 |
* | Remove useless code. | Michael Niedermayer | 2008-12-21 | 1 | -4/+2 |
* | Only execute clear_blocks() when needed. | Michael Niedermayer | 2008-12-21 | 1 | -4/+3 |
* | AAC: Reindent after last commit | Robert Swain | 2008-12-21 | 1 | -1/+1 |
* | AAC: Fix AAC prediction when used in conjunction with the CPE | Alex Converse | 2008-12-21 | 2 | -9/+15 |
* | AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfig | Alex Converse | 2008-12-21 | 1 | -3/+4 |
* | Optimize get_dct8x8_allowed(). | Michael Niedermayer | 2008-12-20 | 2 | -8/+5 |
* | RV30 decoder | Kostya Shishkov | 2008-12-20 | 6 | -2/+13 |
* | Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks. | Carl Eugen Hoyos | 2008-12-20 | 3 | -10/+15 |
* | RV30 loop filter | Kostya Shishkov | 2008-12-20 | 1 | -0/+122 |
* | Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling' | Reynaldo H. Verdejo Pinochet | 2008-12-20 | 1 | -1/+6 |
* | Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions | Stefano Sabatini | 2008-12-19 | 2 | -0/+4 |
* | Cosmetics, change variable name "o2" to "o" in ffserver_opt_default(). | Stefano Sabatini | 2008-12-19 | 1 | -2/+2 |
* | Remove calls to deprecated av_set_string2() with calls to | Stefano Sabatini | 2008-12-19 | 3 | -7/+8 |