Mercurial > libavcodec.hg
graph
-
Remove st1 and st2 variables from context, since they could be just local vars libavcodec2008-07-26, by vitor
-
Rename st{1,2}{a,b} context variables to more meaningful names: {sp,gain}_{rec,hist} libavcodec2008-07-26, by vitor
-
Move colmult() function to the beginning of file to group DSP-related functions. libavcodec2008-07-26, by vitor
-
Give the context structure of ra288 a better name: s/Real288_internal/RA288Context/ libavcodec2008-07-26, by vitor
-
add sample_fmts infrastructure: AVCodec->sample_fmts and SAMPLE_FMT_NB enum. libavcodec2008-07-26, by pross
-
add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder) libavcodec2008-07-26, by pross
-
Add a new -debug option for tracing calls to the default get/release_buffer functions. libavcodec2008-07-26, by astrange
-
Remove another stupidity, long_ref==0 check 4 lines after assert(long_ref==0). libavcodec2008-07-25, by michael
-
Rewrite fill_default_ref_list(), the old code was obfuscated beyond libavcodec2008-07-25, by michael
-
Make remove_short() match remove_long() in that it calls unreference_pic(). libavcodec2008-07-25, by michael
-
Merge oddly duplicated remove_long/remove_long_at_index() function. libavcodec2008-07-25, by michael
-
Remove another of these obfuscated special cases for field pictures libavcodec2008-07-25, by michael
-
Make sure mmco index is 0 (instead of uninitialized) in all error returns. libavcodec2008-07-25, by michael
-
cosmetics: Fix two common typos: wont --> will not, lets --> let us. libavcodec2008-07-24, by diego
-
Rename update() function to backward_filter() and add a doxy comment libavcodec2008-07-24, by vitor
-
Follow FFmpeg convention of returning negative values on error in eval_lpc_coeffs() libavcodec2008-07-24, by vitor
-
Remove truncated support, use an AVParser if you used that, it is the same. libavcodec2008-07-23, by michael
-
Reduce the loglevel on a log message in the Nellymoser decoder. Related to Roundup 447. libavcodec2008-07-23, by banan
-
qscale has a range of 0..51 we thus do not need a 256 entry table and neither need libavcodec2008-07-22, by michael
-
Setting chroma_qp to 0 for PCM blocks is really an interesting minor libavcodec2008-07-22, by michael
-
Correct b_quant offset comment in avcodec.h, it is the description for libavcodec2008-07-21, by diego
-
Use slice_type_nos instead of slice_type where it makes no difference. libavcodec2008-07-21, by michael
-
cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines. libavcodec2008-07-20, by diego
-
cosmetics: Reformat PPC code in libavcodec according to style guidelines. libavcodec2008-07-20, by diego
-
read 'coupling in use' parameter from bitstream into decoder context first, libavcodec2008-07-19, by jbr
-
Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2 libavcodec2008-07-19, by banan
-
Take the brain amputated spec literally if the user asks for it (-strict 1). libavcodec2008-07-19, by michael
-
Fix for possible null pointer dereferencing, closes Coverity report 68 run 2. libavcodec2008-07-19, by banan
-
Make the automatic has_b_frames increasing code increase it up to the libavcodec2008-07-19, by michael
-
cosmetic: use hex value instead of decimal to show relation to 0x7FFFFF libavcodec2008-07-19, by jbr
-
Remove delayed_output_pic, I do not understand what this variable was good for. libavcodec2008-07-19, by michael
-
Make the ugly hack which uses an unused entry in the internal buffer libavcodec2008-07-19, by michael
-
Make frames non reference by default, so they are disposed of automatically libavcodec2008-07-18, by michael
-
100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in the libavcodec2008-07-17, by michael
-
The funny memcpyin svq3 generally has src & dst overlapping, so it libavcodec2008-07-16, by michael
-
float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous. libavcodec2008-07-16, by lorenm
-
Move the size of the H264Context delayed_pic array into a #define. libavcodec2008-07-15, by astrange
-
strdup() the default value for rc_eq in AVCodec when setting it in libavcodec2008-07-13, by stefano
-
Fix the logic to access the location of a string to free when setting libavcodec2008-07-13, by stefano
-
check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough and libavcodec2008-07-13, by reimar
-
mlpdec: Check for bits left before each read of End-of-Stream indicator and libavcodec2008-07-13, by ramiro
-
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it libavcodec2008-07-13, by ramiro
-
Fix MS ADPCM de- and encoding: first and second sample are swapped. libavcodec2008-07-13, by reimar
-
Fix pts handling when encoding with libschroedinger, closes issue 453. libavcodec2008-07-12, by diego
-
100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/surge-2-16-L-ms02.mov libavcodec2008-07-12, by reimar
-
Change MS ADPCM table so they fit into int8_t and change array type. libavcodec2008-07-11, by reimar
-
Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding. libavcodec2008-07-11, by diego
-
increment minor version for commit r14110 (Electronic Arts CMV decoder) libavcodec2008-07-09, by pross
-
Remove wrong casts from vector declarations, this would cause errors when libavcodec2008-07-08, by diego
-
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