0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move ffm_close function up to avoid a forward declaration. More... almost 14 years ago
ffmdec: Do not manually free streams on read_header error, this is always handled by upper layers. Fixes double-frees (issue 2003). Instead call ffm_close to ensure rc_eqs are freed also in the error case. More... almost 14 years ago
VP8: Unroll decoding segment update More... almost 14 years ago
Fix obvious bug in assignment. Somehow, the test vectors don't test this... More... almost 14 years ago
add SubRip muxer and demuxer More... almost 14 years ago
Fix SPLATB_REG mess. Used to be a if/elseif/elseif/elseif spaghetti, so this splits it into small optimization-specific macros which are selected for each DSP function. The advantage of this approach is that the sse4 functions now use the ssse3 codepath also without needing an explicit sse4 codepath. More... almost 14 years ago
Simplify lavfi test script a little
mru
More... almost 14 years ago
Unbreak parallel lavfi testing
mru
More... almost 14 years ago
aacenc: TLS: Save maximum values for each swb in a table. More... almost 14 years ago
10l: Remove some commented out code that slipped in. More... almost 14 years ago
aacenc: TLS: Try to preserve some energy in each non-zero band. More... almost 14 years ago
Use "const" qualifier for pointers that point to input data of audio encoders. This is purely for clarity/documentation purposes. More... almost 14 years ago
Fix a "function declaration isn't a prototype" warning. More... almost 14 years ago
Fix use of uninitialized data: A array element can not be used to initialized another array element of the same array. More... almost 14 years ago
Never shrink the ByteIOContext buffer in ff_rewind_with_probe_data More... almost 14 years ago
mpegts: Warn if unable to seek back More... almost 14 years ago
VP8: Remove no longer used vp8_rac_get_tree_with_offset More... almost 14 years ago
VP8: Remove stray + More... almost 14 years ago
VP8: Inline decoding the huffman tree for the inter macroblock mode More... almost 14 years ago
aacenc: Prevent premature termination of the two loop search. More... almost 14 years ago
aacdec: Only load and write each predictor variable one. More... almost 14 years ago
aacdec: 4% faster main profile decoding. More... almost 14 years ago
aacenc: Favor log2f() and sqrtf() over log2() and sqrt(). More... almost 14 years ago
aacenc: Factorize some scalefactor utilities. More... almost 14 years ago
Inline asm for VP56 arith coder More... almost 14 years ago
VP8: Inline traversing vp8_small_mvtree More... almost 14 years ago
VP8: Use vp56_rac_get_prob_branchy when the bit is only used by an if() More... almost 14 years ago
Decode DCT tokens by branching to a different code path for each branch on the huffman tree, instead of traversing the tree in a while loop. More... almost 14 years ago
Move renormalization of the VP56 arith decoder to before decoding a bit More... almost 14 years ago
Split renorm of vp56 arith decoder to its own function More... almost 14 years ago