2010-07-25 |
Carl Eugen... | Fix r24445: Instead of needlessly initialising a variab... |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Stefano Sabatini | Rename av_exit() to ffmpeg_exit(). |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Stefano Sabatini | Use X ? Y : Z construct, simplify. |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Reimar Döffinger | Cosmetics: fix indentation and remove a useless else. |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Reimar Döffinger | Simplify get_byte and url_fgetc. |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Carl Eugen... | Only 4-bit ADPCM IMA WAV files are supported. |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Stefano Sabatini | Cosmetics: rename enc -> dec in opt_input_file(). |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Reimar Döffinger | Move ffm_close function up to avoid a forward declaration. |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Reimar Döffinger | ffmdec: Do not manually free streams on read_header... |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Ronald S. Bultje | Fix obvious bug in assignment. Somehow, the test vector... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Aurelien Jacobs | add SubRip muxer and demuxer |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Ronald S. Bultje | Fix SPLATB_REG mess. Used to be a if/elseif/elseif... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Måns Rullgård | Simplify lavfi test script a little |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Måns Rullgård | Unbreak parallel lavfi testing |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Alex Converse | aacenc: TLS: Save maximum values for each swb in a... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Alex Converse | 10l: Remove some commented out code that slipped in. |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Alex Converse | aacenc: TLS: Try to preserve some energy in each non... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Reimar Döffinger | Fix compilation, forgot to add const also to the |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Reimar Döffinger | Use "const" qualifier for pointers that point to input... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Reimar Döffinger | Fix a "function declaration isn't a prototype" warning. |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Reimar Döffinger | Fix use of uninitialized data: A array element can... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Reimar Döffinger | More const-correctness fixes to avoid warnings. |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Reimar Döffinger | Add some "const" to avoid incompatible pointer type... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Stefano Sabatini | Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Stefano Sabatini | Add some comments to the rgb2yuv_table, clarifying... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Martin Storsjö | Never shrink the ByteIOContext buffer in ff_rewind_with... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Martin Storsjö | mpegts: Warn if unable to seek back |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Alex Converse | aacenc: Prevent premature termination of the two loop... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Alex Converse | aacdec: Only load and write each predictor variable... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Alex Converse | aacdec: 4% faster main profile decoding. |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Alex Converse | aacenc: Favor log2f() and sqrtf() over log2() and sqrt(). |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Alex Converse | aacenc: Factorize some scalefactor utilities. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Eli Friedman | Inline asm for VP56 arith coder |
commit | commitdiff | tree | snapshot |
2010-07-23 |
David Conrad | VP8: Inline traversing vp8_small_mvtree |
commit | commitdiff | tree | snapshot |
2010-07-23 |
David Conrad | VP8: Use vp56_rac_get_prob_branchy when the bit is... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
David Conrad | Decode DCT tokens by branching to a different code... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
David Conrad | Move renormalization of the VP56 arith decoder to befor... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
David Conrad | Split renorm of vp56 arith decoder to its own function |
commit | commitdiff | tree | snapshot |
2010-07-23 |
David Conrad | vp56's arith decoder's code_word is only 16 bits, no... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Jason Garrett... | Add myself to VP8 copyright and maintainers. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Jason Garrett... | VP8: always_inline some things to force gcc to do the... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Jason Garrett... | VP8: use AV_RL24 instead of defining a new RL24. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Ramiro Polla | swscale-test: scale from reference to source only once... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Ramiro Polla | indent |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Ramiro Polla | swscale-test: change order tests are run, maintaining... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Jason Garrett... | VP8: Slightly faster MV selection |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Jason Garrett... | VP8: use AV_ZERO32 instead of AV_WN32A where relevant |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Jason Garrett... | VP8: eliminate redundant code in r24458 |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Jason Garrett... | VP8: shave a few clocks off check_intra_pred_mode |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Vitor Sessak | Add VP8 sign bias code regtest. Not tested by the offic... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Jason Garrett... | VP8: fix broken sign bias code in MV pred |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Jason Garrett... | VP8: optimize DC-only chroma case in the same way as... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Jason Garrett... | VP8: Clean up some variable shadowing. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Jason Garrett... | VP8 asm: cosmetics (spacing) |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Jason Garrett... | VP8: 30% faster idct_mb |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Jason Garrett... | VP8: smarter prefetching |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Baptiste Coudurier | In h264 parser, return immediately if buf_size is 0... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Baptiste Coudurier | In mpegts muxer, fix rbsp trailing bits in AUD nal... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Jason Garrett... | VP8: clear DCT blocks in iDCT instead of using clear_bl... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Jason Garrett... | VP8: avoid a memset for non-i4x4 blocks with no coeffic... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Jason Garrett... | Get rid of more unnecessary dereferences in VP8 deblocking |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Jason Garrett... | Shut up an uninitialized variable GCC warning in VP8. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Jason Garrett... | Smarter VP8 prefetching |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Stefano Sabatini | Prefer impersonal form over third person, for consisten... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Jason Garrett... | Fix stupid bug in VP8 prefetching code |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Stefano Sabatini | Add an APIchanges entry after the M_PHI addition. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Jason Garrett... | Eliminate a LUT in escape decoding in VP8 decode_block_... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Stefano Sabatini | Remove dependency on avcodec_get_chroma_sub_sample... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Stefano Sabatini | Add the M_PHI constant, contains an approximation of... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Jason Garrett... | Eliminate some repeated dereferences in VP8 inter_predict |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Ronald S. Bultje | Use pextrw for SSE4 mbedge filter result writing, speed... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Ramiro Polla | swscale-test: use only 3 characters to print width... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Ramiro Polla | swscale-test: print test name before running test,... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Måns Rullgård | Do not automatically run configure |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Ramiro Polla | swscale-test: allocate more memory to prevent scalers... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Stefano Sabatini | Factorize indent definition in PRINT_LIB_INFO(). |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Stefano Sabatini | Merge maybe_print_config() and PRINT_LIB_CONFIG() in... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Stefano Sabatini | Rename: |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Stefano Sabatini | Reindent. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Stefano Sabatini | Increase flexibility of PRINT_LIB_VERSION(), make it... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
James Zern | Map settings for 2-pass libvpx encoding. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Jason Garrett... | Eliminate a pointless memset for intra blocks in P... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Jason Garrett... | VP8: Don't store segment in macroblock struct anymore. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Jason Garrett... | Convert VP8 macroblock structures to a ring buffer. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Stefano Sabatini | Add APIchanges entry for the libavfilter media format... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
S.N. Hemanth... | Generalize pixel format enum fields to int formats. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Stefano Sabatini | Document create_filter(). |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Stefano Sabatini | Add simple doxy to link_filter(). |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Stefano Sabatini | Fix documentation for parse_link_name(). |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Stefano Sabatini | Consistently use Uppercase for the first character... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Stefano Sabatini | Make link_filter() propagate the generated error code. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Stefano Sabatini | Fix style: "if(" -> "if (". |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Jason Garrett... | Calculate deblock strength per-MB instead of per-row |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Jason Garrett... | Avoid tracking i4x4 modes in P-frames in VP8 |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Jason Garrett... | Avoid useless fill_rectangle in P-frames in VP8 |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Jason Garrett... | Optimize partition mv decoding in VP8 |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Jason Garrett... | Take shortcuts for mv0 case in VP8 MC |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Jason Garrett... | Much faster VP8 mv and mode prediction |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Jason Garrett... | Convert vp56_mv to 16-bit. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Jason Garrett... | Add prefetching to VP8 decoder |
commit | commitdiff | tree | snapshot |
next |