Mercurial > libavcodec.hg
graph
-
Allow bitrates zero and 13200 (needed for decoding mov and aiff) libavcodecFri, 25 Apr 2008 13:05:15 +0000, by mbardiaux
-
add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header() libavcodecThu, 24 Apr 2008 22:27:13 +0000, by bwolowiec
-
Do not ignore .depend files, they are no longer generated. libavcodecThu, 24 Apr 2008 10:17:55 +0000, by diego
-
The code now is pretty self explanatory about the header structure. libavcodecTue, 22 Apr 2008 20:30:50 +0000, by ramiro
-
Use bytestream functions for reading frame header. libavcodecTue, 22 Apr 2008 20:24:07 +0000, by ramiro
-
Make Xvid wrapper use threads (with support for newest CVS Xvid only) libavcodecTue, 22 Apr 2008 20:21:21 +0000, by superdump
-
Rename diracschro_common.[ch] to libdirac_libschro.[ch], external library libavcodecTue, 22 Apr 2008 16:26:15 +0000, by diego
-
libdirac and libschro common code, patch from Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDotuk libavcodecTue, 22 Apr 2008 13:22:21 +0000, by lu_zero
-
change ff_ac3_parse_header() to take a GetBitContext instead of const char* libavcodecTue, 22 Apr 2008 11:14:01 +0000, by bwolowiec
-
Add checks to ff_split_xiph_headers to ensure that returned header_len and libavcodecSun, 20 Apr 2008 23:33:49 +0000, by reimar
-
Implement FFMAX3(a,b,c) - maximum over three arguments. libavcodecSat, 19 Apr 2008 17:07:58 +0000, by voroshil
-
Make most of E-AC-3 work without breaking regression tests. libavcodecSat, 19 Apr 2008 12:04:33 +0000, by michael
-
This fixes the code so it is correct on both sides of the if(). libavcodecSat, 19 Apr 2008 11:14:55 +0000, by michael
-
Part 2 of EAC3 support, this is still disabled as it breaks regressions libavcodecSat, 19 Apr 2008 02:29:27 +0000, by michael
-
Change aac and ac3 parsers to use ff_combine_frame(). libavcodecSat, 19 Apr 2008 01:50:40 +0000, by michael
-
cosmetics: __asm__ __volatile__ --> asm volatile libavcodecThu, 17 Apr 2008 21:57:52 +0000, by diego
-
10l: my last commit broke compilation and introduced warnings libavcodecThu, 17 Apr 2008 19:48:02 +0000, by vitor
-
Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them. libavcodecThu, 17 Apr 2008 15:41:25 +0000, by astrange
-
Change k limiting code, i think the code was buggy. libavcodecThu, 17 Apr 2008 03:00:08 +0000, by michael
-
Move scale_bias to a more sane place. I am starting to wonder how this libavcodecWed, 16 Apr 2008 15:28:11 +0000, by michael
-
Avoid reverse addressing, not sure if this is faster or slower but people libavcodecWed, 16 Apr 2008 14:59:23 +0000, by michael
-
Redo r12838 one more time, hopefully transferring the history libavcodecWed, 16 Apr 2008 14:22:36 +0000, by heydowns
-
Redo r12838, this time using svn copy to create h264_i386.h from cabac.h. libavcodecWed, 16 Apr 2008 04:40:21 +0000, by heydowns
-
Revert 12838 to redo it the right way (use svn copy to create new libavcodecWed, 16 Apr 2008 04:26:52 +0000, by heydowns
-
Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs. libavcodecWed, 16 Apr 2008 01:34:55 +0000, by astrange
-
Move decode_significance_x86() and decode_significance_8x8_x86() to libavcodecTue, 15 Apr 2008 13:51:41 +0000, by heydowns
-
Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithinkswDoTcom libavcodecMon, 14 Apr 2008 20:54:23 +0000, by lu_zero
-
Clear DIRS variable in common.mak, so it does not have to be cleared in libavcodecSun, 13 Apr 2008 10:37:30 +0000, by diego
-
Unset DIRS after including subdir.mak so that the variable is not used libavcodecSun, 13 Apr 2008 10:22:46 +0000, by diego
-
Generate the list of files to clean in subdirectories in common.mak. libavcodecSun, 13 Apr 2008 10:09:47 +0000, by diego
-
Add a header file to declare Xvid IDCT functions. libavcodecSat, 12 Apr 2008 16:54:36 +0000, by diego
-
Crop parameters are unsigned, having them negative could be bad and lead libavcodecFri, 11 Apr 2008 12:57:49 +0000, by michael
-
Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsv libavcodecFri, 11 Apr 2008 12:55:21 +0000, by michael
-
Only set channels in the stream if previously unset, fixes resampling crash on broken dca frames libavcodecThu, 10 Apr 2008 06:15:17 +0000, by banan
-
Fix H.264 interframe decoding when compiling with icc. Patch by Loren libavcodecTue, 08 Apr 2008 23:49:34 +0000, by melanson
-
Fix reference to a file in MPlayer that was renamed. libavcodecTue, 08 Apr 2008 15:16:48 +0000, by diego
-
Increase alignment for DCT block arrays from 8 to 16 libavcodecTue, 08 Apr 2008 01:09:33 +0000, by superdump
-
Add a missing comma in tiff_encoder.pix_fmts libavcodecTue, 08 Apr 2008 00:57:12 +0000, by superdump
-
change of aac_ac3_parser, so it is able to send complete portion of data to decoder libavcodecSat, 05 Apr 2008 20:09:36 +0000, by bwolowiec
-
Disable the split function. This should end the mpeg1/2 global header issues. libavcodecFri, 04 Apr 2008 00:43:34 +0000, by michael