Mercurial > libavcodec.hg
graph
-
get_vlc2() only gets up to three levels in the tables. The last codes weren't being read properly. libavcodec2008-04-26, by ramiro
-
fix adpcm ima qt decoding, channel at init is 0, correct stereo out since samples += avctx->channels libavcodec2008-04-25, by bcoudurier
-
Allow bitrates zero and 13200 (needed for decoding mov and aiff) libavcodec2008-04-25, by mbardiaux
-
add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header() libavcodec2008-04-24, by bwolowiec
-
The code now is pretty self explanatory about the header structure. libavcodec2008-04-22, by ramiro
-
Make Xvid wrapper use threads (with support for newest CVS Xvid only) libavcodec2008-04-22, by superdump
-
Rename diracschro_common.[ch] to libdirac_libschro.[ch], external library libavcodec2008-04-22, by diego
-
libdirac and libschro common code, patch from Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDotuk libavcodec2008-04-22, by lu_zero
-
change ff_ac3_parse_header() to take a GetBitContext instead of const char* libavcodec2008-04-22, by bwolowiec
-
Add checks to ff_split_xiph_headers to ensure that returned header_len and libavcodec2008-04-20, by reimar
-
Part 2 of EAC3 support, this is still disabled as it breaks regressions libavcodec2008-04-19, by michael
-
Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them. libavcodec2008-04-17, by astrange
-
Move scale_bias to a more sane place. I am starting to wonder how this libavcodec2008-04-16, by michael
-
Avoid reverse addressing, not sure if this is faster or slower but people libavcodec2008-04-16, by michael
-
Redo r12838, this time using svn copy to create h264_i386.h from cabac.h. libavcodec2008-04-16, by heydowns
-
Revert 12838 to redo it the right way (use svn copy to create new libavcodec2008-04-16, by heydowns
-
Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs. libavcodec2008-04-16, by astrange
-
Move decode_significance_x86() and decode_significance_8x8_x86() to libavcodec2008-04-15, by heydowns
-
Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithinkswDoTcom libavcodec2008-04-14, by lu_zero
-
Clear DIRS variable in common.mak, so it does not have to be cleared in libavcodec2008-04-13, by diego
-
Unset DIRS after including subdir.mak so that the variable is not used libavcodec2008-04-13, by diego
-
Generate the list of files to clean in subdirectories in common.mak. libavcodec2008-04-13, by diego
-
Crop parameters are unsigned, having them negative could be bad and lead libavcodec2008-04-11, by michael
-
Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsv libavcodec2008-04-11, by michael
-
Only set channels in the stream if previously unset, fixes resampling crash on broken dca frames libavcodec2008-04-10, by banan
-
Fix H.264 interframe decoding when compiling with icc. Patch by Loren libavcodec2008-04-08, by melanson
-
change of aac_ac3_parser, so it is able to send complete portion of data to decoder libavcodec2008-04-05, by bwolowiec
-
Disable the split function. This should end the mpeg1/2 global header issues. libavcodec2008-04-04, by michael
-
Do not use the mlib IDCT by default. We do not want videos which are only libavcodec2008-04-02, by michael
-
change rle encoder to count up to 127, sgi does not support 128 libavcodec2008-03-30, by bcoudurier
-
Use 15-bit LPC precision by default. This generally gives better compression libavcodec2008-03-30, by jbr
-
Altivec and SSE2 require 16-byte alignment, so make sure they get it libavcodec2008-03-30, by gpoirier
-
removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag libavcodec2008-03-28, by bwolowiec
-
only allocate context input buffer if AVCodecContext.error_reslience is greater than 0. libavcodec2008-03-26, by jbr
-
additional protection from segmentation faults and memory access errors by libavcodec2008-03-25, by jbr
-
pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be used libavcodec2008-03-24, by diego
-
Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by libavcodec2008-03-23, by jbr
-
Move functions that are only used when libswscale is not compiled in below libavcodec2008-03-16, by diego
-
log aspect ratio forbidden value, and fail if error resilience is high libavcodec2008-03-14, by bcoudurier
-
do not fail badly if aspect ratio is 0/forbidden, fix issue 369 libavcodec2008-03-13, by bcoudurier
-
This file does not use size_t, so no need to #include <sys/types.h>. libavcodec2008-03-13, by diego
-
Rename --enable-swscaler --> enable-swscale to be consistent with the libavcodec2008-03-10, by diego
-
These video decoders do not need to include and initialize the DSP libavcodec2008-03-10, by melanson
-
downmix before imdct unless different size transforms are used. about 20% libavcodec2008-03-09, by jbr
-
huffman: pass hnode_first as a flag instead of as an argument on its own libavcodec2008-03-08, by aurel
-
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. libavcodec2008-03-08, by diego
-
Make av_class a pointer to a const AVClass. Addresses one warning in libavcodec2008-03-06, by takis