2008-12-26 |
Stefano Sabatini | Put pass_logfilename_prefix check on a single line... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Stefano Sabatini | Rename variables: |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | Enable faxcompr. |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | Simplify vertical mode |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | And another sechole ... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | Fix yet another sechole. |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | Fix another sechole. |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | Minor simplification. |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | Remove unused run_start variable. |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | Move sync line pointers code to the end of the loop... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | Get rid of check for condition that is always true... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | Get rid of pix_left in the 2d code, it is simpler that... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Reynaldo H... | COSMETICS Part 3 and final of Kenan Gillet's QCELP... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Reynaldo H... | Part 2 of Kenan Gillet's QCELP silence handling patch. |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | Factorize "avctx->width + 2" out to avoid someone mista... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | cosmetic (moving pix_left update) |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | Close gaping sechole. That is, a series of run=0 allows... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | minor simplification |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | Merge ff_ccitt_unpack_1d and 2d. |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | Ensure that an invalid run terminates the line. |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | 10l != vs. == (yes, my fault not kostya's). |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | Simplify zero run handling in put_line(). |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | Avoid negation in put_line(). |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | Factorize mode switching in put_line(). |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | Fix (rewrite) find_group3_syncmarker(). |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Stefano Sabatini | Fix documentation for -passlogfile, the argument is... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Michael Niedermayer | CCITT Fax Group 3 and 4 decompression by kostya. |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Stefano Sabatini | Use more descriptive long_names for Video4Linux input... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Diego Biurrun | ASAO Nelly Moser implementation moved to a better place... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Stefano Sabatini | Choose better names for the variables in create_filter(). |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Stefano Sabatini | Fix documentation for avfilter_parse_graph(). |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Stefano Sabatini | Check that the device is a capture device immediately... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Stefano Sabatini | Remove unnecessary temporary variable "frame_size"... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Stefano Sabatini | Add missing check on the result of a VIDIOCCAPTURE... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Stefano Sabatini | Cosmetics: put a space after each comma, improve consis... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Benoit Fouet | s/FFmpeg-devel/ffmpeg-devel/ |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Jason Garrett... | Fix compilation without optimization under 64-bit with... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Måns Rullgård | ARM: add new h264 idct functions |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Guillaume Poirier | Disable usage of ff_h264_idct_add_altivec since AltiVec... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Diego Biurrun | Change mplayerhq.hu references to ffmpeg.org where... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Diego Biurrun | Fix sample URL. |
commit | commitdiff | tree | snapshot |
2008-12-25 |
avcoder | The VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER. |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Loren Merritt | flatten an array, since gcc fails at optimizing multidi... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Michael Niedermayer | export refs |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Michael Niedermayer | Allow decoders to set AVCodecContext.refs. |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Michael Niedermayer | Optimize pred_pskip_motion() |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Ben Littler | add amr in avi riff tags |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Michael Niedermayer | Indent |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Michael Niedermayer | Integrate get_te0_golomb() calls into the code, this... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Michael Niedermayer | Use get_ue_golomb_31() where possible, almost all are... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Michael Niedermayer | Update golomb decoding tables so that get_*_golomb_31... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Michael Niedermayer | Add get_ue_golomb_31() |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Víctor Paesa | Update again Cygwin Ports URL after my sloppy previous... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Michael Niedermayer | Use the new VLC table for the first non trailing coeff... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Michael Niedermayer | Optimize esc removal code. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Kostya Shishkov | 352l: correct calculating number of bits for storing... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Michael Niedermayer | Indent |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Michael Niedermayer | unified CAVLC level decoding LUT. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Víctor Paesa | Complete the list of external libraries. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Víctor Paesa | Advice on compiler versions |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Víctor Paesa | Update Cygwin Ports URL. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Víctor Paesa | Bring up to date the Cygwin docs. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Michael Niedermayer | Make h264 parser 50% faster. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Michael Niedermayer | 100l, I broke H.264 again, forgot one hunk. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Michael Niedermayer | Optimize 0 0 0-3 search, 45% faster on pentium dual. |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Víctor Paesa | The diffutils package is also needed (for the 'cmp... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Andreas Öman | Revert r16257: |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Carl Eugen... | Fix two identical warnings when compiling riff.c and... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Carl Eugen... | Fix a warning when compiling with icc: |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Michael Niedermayer | Simplify decode_cabac_mb_ref() a little bit, 2 cpu... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Michael Niedermayer | Indent |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Michael Niedermayer | inline decode_cabac_mb_type for I & P frames, 9 cycles... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Michael Niedermayer | Negate 2 more variables, 1 cpu cycle faster on pentium... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Michael Niedermayer | Simplify if/else, no speed change |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Michael Niedermayer | Negate a few variables, this simplifies the code and... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Michael Niedermayer | Simplify ifs(), 8 cpu cycles faster on pentium dual |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Michael Niedermayer | Simplify if(), 3 cpu cycles faster in pentium dual. |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Aurelien Jacobs | Initialize s->opaque before calling url_resetbuf(). |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Diego Biurrun | Rename libavcodec/i386/ --> libavcodec/x86/. |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Wolfram Gloger | Offer an option (disabled by default) to enable the... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Kostya Shishkov | Decode TIFF image only after all tags have been decoded |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Kostya Shishkov | Some TIFFs declare -1 for the single strip height |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Kostya Shishkov | Add monochrome TIFF support |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Kostya Shishkov | Calculate line size variable correctly for lower bitdep... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Kostya Shishkov | Register TIFF tags for CCITT Group 3 and 4 compression... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Diego Biurrun | Remove a bunch of unused variables. |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Diego Biurrun | Use ARCH_X86_32 instead of !ARCH_X86_64, it is more... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Anuradha Suraparaju | Fix incorrectly constructed Dirac parse units that... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Diego Biurrun | Do not use full include path for headers in the same... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Michael Niedermayer | Change mpeg audio parser so it only sets frame_size... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Carl Eugen... | Silence the following icc warnings: |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Andreas Öman | Include "libavutil/common.h" where we use llrint()... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Michael Niedermayer | Fix PTS returned by the demuxers for mpeg4 without... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Michael Niedermayer | Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Michael Niedermayer | Fix detection of audio codec in K70707-ARIA229.flv. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Michael Niedermayer | Remove useless code. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Michael Niedermayer | Only execute clear_blocks() when needed. |
commit | commitdiff | tree | snapshot |
next |