Mercurial > libavcodec.hg
graph
-
Correctly clean up IntraX8Context upon codec close. libavcodecFri, 25 Jan 2008 07:37:46 +0000, by andoma
-
Fix crash for CAVLC->CABAC switch caused by writing into NULL tables. libavcodecThu, 24 Jan 2008 19:31:59 +0000, by michael
-
Add #undef printf and disable non-functional code to make test program compile. libavcodecWed, 23 Jan 2008 21:27:07 +0000, by diego
-
Fix test program compilation: Add missing #include and update the call libavcodecWed, 23 Jan 2008 10:23:24 +0000, by diego
-
Put some disabled functions that are only used in the test program in cabac.c libavcodecWed, 23 Jan 2008 10:19:39 +0000, by diego
-
Add #undef random and call the right function to fix test program compilation. libavcodecWed, 23 Jan 2008 10:18:08 +0000, by diego
-
Consistently use TEST as the preprocessor condition to enable test code. libavcodecSun, 20 Jan 2008 23:53:51 +0000, by diego
-
add missing Makefile rules for zork pcm encoder/decoder libavcodecSun, 20 Jan 2008 20:55:28 +0000, by aurel
-
and thus, nellymoser obviously also depens on fft.o libavcodecSun, 20 Jan 2008 20:51:19 +0000, by aurel
-
Save coded block patterns for future loop filtering. libavcodecFri, 18 Jan 2008 07:04:11 +0000, by kostya
-
Simplify preprocessor expression as suggested by Mans. libavcodecThu, 17 Jan 2008 08:34:53 +0000, by diego
-
Replace idiotic (what moron wrote that code?) "buffer overflow" message by libavcodecThu, 17 Jan 2008 00:12:04 +0000, by michael
-
Rename illegal identifiers, _ followed by capital is reserved for the system. libavcodecWed, 16 Jan 2008 21:21:30 +0000, by diego
-
Add const qualifiers to unmodified function parameters, fixes the warning: libavcodecWed, 16 Jan 2008 09:02:22 +0000, by diego
-
Select scan tables for 8x4 and 4x8 blocks only once. libavcodecMon, 14 Jan 2008 06:10:02 +0000, by kostya
-
gcc2 doesn't have bogus mergel, patch from Sigbjrn Skjret cisc...broadpark___no libavcodecSun, 13 Jan 2008 23:58:12 +0000, by lu_zero
-
Add variable alpha and size of half window for Kaiser-Bessel Derived window libavcodecSun, 13 Jan 2008 11:02:08 +0000, by superdump
-
Get rid of fft_rev table, use ff_reverse and a shift. libavcodecSun, 13 Jan 2008 08:33:00 +0000, by reimar
-
Make the Kaiser-Bessel window generator a common function libavcodecSat, 12 Jan 2008 11:11:19 +0000, by andoma
-
Factorize some code into functions, had this in my tree and will be libavcodecFri, 11 Jan 2008 21:34:05 +0000, by michael
-
Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com. libavcodecFri, 11 Jan 2008 18:20:42 +0000, by michael
-
Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com. libavcodecFri, 11 Jan 2008 18:18:45 +0000, by michael
-
Factorize some duplicated code from CAVS and H.264 into a common file. libavcodecFri, 11 Jan 2008 08:29:58 +0000, by diego
-
Fix a bug causing the generated stream to be corrupt if the buffer libavcodecWed, 09 Jan 2008 08:38:28 +0000, by andoma
-
used defined name for testing error resilience level libavcodecTue, 08 Jan 2008 23:44:48 +0000, by jbr
-
Randomly change the amount of noise if nothing is explicitly set. libavcodecTue, 08 Jan 2008 00:25:25 +0000, by michael
-
Mark the ff_svq1_frame_size_table as constant. libavcodecMon, 07 Jan 2008 12:48:42 +0000, by benoit
-
Move wmv1_scantable to .rodata section by making it an array of arrays. libavcodecMon, 07 Jan 2008 12:47:14 +0000, by benoit
-
split out init of downmix coeffs into a separate function that can be called libavcodecMon, 07 Jan 2008 00:18:02 +0000, by jbr
-
make sure that the last coupling band stops at the end of the coupling range libavcodecSun, 06 Jan 2008 23:33:30 +0000, by jbr
-
fix phase flag processing for the case when coupling coordinates are reused libavcodecSun, 06 Jan 2008 20:15:24 +0000, by jbr
-
Rename two structures, identifiers starting with _[A-Z] are reserved. libavcodecSun, 06 Jan 2008 16:02:55 +0000, by diego
-
Fractional parts of motion vectors should be accounted separately too libavcodecSun, 06 Jan 2008 11:47:53 +0000, by kostya
-
move E-AC3 header parsing to ff_ac3_parse_header() libavcodecSat, 05 Jan 2008 18:39:55 +0000, by jbr
-
do not set channels before checking request_channels libavcodecSat, 05 Jan 2008 16:47:40 +0000, by jbr
-
do not set channels before checking request_channels libavcodecSat, 05 Jan 2008 15:18:15 +0000, by jbr
-
adjust output channels based on AVCodecContext.request_channels in AC3 parser libavcodecSat, 05 Jan 2008 05:36:00 +0000, by jbr
-
Drop non key frames before the first key frame. libavcodecSat, 05 Jan 2008 01:14:09 +0000, by michael
-
Enable proper output from the LFE channel, based on patch from Mathias Rauen dear dot madshi at net libavcodecFri, 04 Jan 2008 20:02:10 +0000, by banan
-
Change some files to only include the necessary headers. libavcodecFri, 04 Jan 2008 13:38:25 +0000, by diego
-
only check ac3 crc if AVCodecContext.error_resilience > 0 libavcodecThu, 03 Jan 2008 23:05:53 +0000, by jbr
-
remove workaround which is no longer needed due to libavcodecThu, 03 Jan 2008 22:41:59 +0000, by jbr
-
Direct blocks should use motion vectors from the second reference frame libavcodecMon, 31 Dec 2007 07:12:50 +0000, by kostya
-
pass an AC3DecodeContext to ac3_downmix() instead of multiple arguments libavcodecSun, 30 Dec 2007 22:28:17 +0000, by jbr
-
cosmetics: vertical realignment after last commit libavcodecSun, 30 Dec 2007 21:09:08 +0000, by jbr
-
cosmetics: rename all AC3DecodeContext variables from ctx to s libavcodecSun, 30 Dec 2007 20:58:50 +0000, by jbr
-
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov) libavcodecSat, 29 Dec 2007 20:49:03 +0000, by aurel
-
use cutoff frequency to adjust bandwidth in ac3 encoder libavcodecFri, 28 Dec 2007 06:13:55 +0000, by jbr