Mercurial > libavcodec.hg
graph
-
Add several vector functions used by Monkey's Audio decoder to dsputil libavcodec2008-07-06, by kostya
-
Create a function for float dot product instead of duplicating all over the file libavcodec2008-07-05, by vitor
-
Add a note to remind people that new PCM/ADPCM formats need to be added to libavcodec2008-07-05, by diego
-
Write for loops in a more standard way. In my opinion, they are much more readable now. libavcodec2008-07-04, by vitor
-
Reorder the if/else for residual cats to match gcc's branch prediction. libavcodec2008-07-02, by astrange
-
Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of branches in the main loop. libavcodec2008-07-02, by astrange
-
Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers. libavcodec2008-07-01, by ramiro
-
Clarify/simplify documentation for the default_val field in AVOption. libavcodec2008-06-30, by stefano
-
gain code, gain pitch and pitch delay decoding for ACELP based codecs libavcodec2008-06-30, by voroshil
-
Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter coefficients and not the pointer minus one libavcodec2008-06-29, by vitor
-
Don't set mm_flags in fft-test, since it doesn't do anything anyway. libavcodec2008-06-25, by astrange
-
Make it a little easier to spot that the code is not dealing only with libavcodec2008-06-25, by ramiro
-
Define mm_flags/support to be 0 on architectures where they don't exist. libavcodec2008-06-24, by astrange
-
Add generic ff_sine_window_init function and implement in codecs appropriately libavcodec2008-06-22, by superdump
-
vp6: ensure that huffman decoding table is sorted with descending symbol order libavcodec2008-06-22, by aurel
-
Improve an lclenc.c error message in case of unsupported input pixel libavcodec2008-06-19, by stefano
-
Do not inline g726_iterate() the function is big so its inlining will libavcodec2008-06-17, by michael
-
Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler. libavcodec2008-06-16, by michael
-
Float11 does not need int, .o file becomes smaller and the code might libavcodec2008-06-16, by michael
-
Check number of bits so we do not try to use table entries which do not exist. libavcodec2008-06-16, by michael
-
get_bits() outputs exactly as many bits as requested no need to mask them. libavcodec2008-06-16, by michael
-
Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software libavcodec2008-06-13, by stefano
-
Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec2008-06-12, by stefano
-
Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output and libavcodec2008-06-09, by reimar
-
Almost-cosmetics: split out coeff_count from all_fragments struct into libavcodec2008-06-09, by reimar
-
enable global_header flag for audio and video encoding, was wrongly part of commit r13722 libavcodec2008-06-09, by bcoudurier
-
move the decode context and some macro constants to a new file, ac3dec.h libavcodec2008-06-07, by jbr
-
get the number of blocks from the ac3 parser and use in the ac3 decoder. libavcodec2008-06-07, by jbr
-
Remove Fabrice's copyright from the Makefiles. They have been entirely libavcodec2008-06-06, by diego
-
Our MPEG-TS demuxer does not send complete PES packets but sends them libavcodec2008-06-02, by michael
-
Move new field to the end to avoid ABI breakage, I thought this struct libavcodec2008-06-02, by michael
-
Add off argument so that fetch_timestamp can search for timestamps libavcodec2008-06-02, by michael