Mercurial > libavcodec.hg
graph
-
Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg. libavcodecSat, 09 Feb 2008 17:55:07 +0000, by diego
-
30% faster ff_vorbis_floor1_render_list, 3% faster overall libavcodecSat, 09 Feb 2008 13:53:15 +0000, by lorenm
-
use fewer registers in apply_welch_window_sse2 libavcodecSat, 09 Feb 2008 05:29:47 +0000, by lorenm
-
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3. libavcodecWed, 06 Feb 2008 12:32:31 +0000, by lorenm
-
put loop counter in a register if possible. makes some of the qpel functions 3% faster. libavcodecWed, 06 Feb 2008 04:44:21 +0000, by lorenm
-
Check that we have enough input data in IMC decoder. libavcodecTue, 05 Feb 2008 18:39:55 +0000, by reimar
-
add qpel rounder once during hv rather than twice during hv and whatever it's averaged with libavcodecTue, 05 Feb 2008 03:58:13 +0000, by lorenm
-
clean up an ugliness introduced in r11826. this syntax will require fewer changes when adding future sse2 code. libavcodecTue, 05 Feb 2008 01:16:48 +0000, by lorenm
-
Deprecate old and inefficient per instruction asm(). libavcodecMon, 04 Feb 2008 20:03:08 +0000, by michael
-
Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple of libavcodecMon, 04 Feb 2008 10:26:35 +0000, by diego
-
mpegvideo.h has two function declarations with the 'inline' specifier libavcodecSun, 03 Feb 2008 17:54:30 +0000, by diego
-
use mmx2/3dnow avg functions in avg_qpel*_mc00 libavcodecSun, 03 Feb 2008 16:19:37 +0000, by lorenm
-
remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2. libavcodecSun, 03 Feb 2008 03:21:47 +0000, by lorenm
-
Make avcodec_decode_* functions take const input buffers. libavcodecSat, 02 Feb 2008 22:54:50 +0000, by michael
-
100l, since we already check for buf_size == 769 we should also libavcodecSat, 02 Feb 2008 22:34:44 +0000, by reimar
-
Use bytestream_get_be24 to simplify palette parsing. libavcodecSat, 02 Feb 2008 22:31:11 +0000, by reimar
-
"swap first two elements of L1 if L0 and L1 are identical" applies after splitting the lists into fields libavcodecSat, 02 Feb 2008 10:54:20 +0000, by lorenm
-
Casts to silcence "incompatible pointer type" warnings. libavcodecFri, 01 Feb 2008 13:51:06 +0000, by michael
-
one "cast discards qualifiers from pointer target type" less libavcodecFri, 01 Feb 2008 03:29:43 +0000, by michael
-
The buffer passed into the decoder should be const. libavcodecFri, 01 Feb 2008 02:26:19 +0000, by michael
-
Fix const qualifer issues found by -Wcast-qual. libavcodecFri, 01 Feb 2008 01:40:46 +0000, by michael
-
Indention, it seems i have forgotton to commit this. libavcodecFri, 01 Feb 2008 01:35:31 +0000, by michael
-
Revert r11689 and r11690 (uninitalized warning fix) as its theoretically libavcodecThu, 31 Jan 2008 14:01:33 +0000, by michael
-
fix "uninitalized" warning, the alternative way. libavcodecThu, 31 Jan 2008 01:38:00 +0000, by michael
-
revert r11677, it is considered speed critical libavcodecThu, 31 Jan 2008 01:25:29 +0000, by bcoudurier
-
add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses around && within || libavcodecThu, 31 Jan 2008 00:57:48 +0000, by bcoudurier
-
add parenthesis, fix warning: qtrleenc.c:257: warning: suggest parentheses around && within || libavcodecThu, 31 Jan 2008 00:50:21 +0000, by bcoudurier
-
cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 of 's->dsp.bswap_buf' from incompatible pointer type libavcodecThu, 31 Jan 2008 00:10:56 +0000, by bcoudurier
-
init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used uninitialized in this function libavcodecThu, 31 Jan 2008 00:05:44 +0000, by bcoudurier
-
cast to dest type, fix warning: 4xm.c:304: warning: initialization from incompatible pointer type libavcodecThu, 31 Jan 2008 00:01:16 +0000, by bcoudurier
-
cast to dest type, fix warning imgconvert.c:1958: warning: assignment from incompatible pointer type libavcodecThu, 31 Jan 2008 00:00:08 +0000, by bcoudurier
-
add const, fix warning: cook.c:276: warning: passing argument 2 of 'maybe_reformat_buffer32' discards qualifiers from pointer target type libavcodecWed, 30 Jan 2008 23:58:44 +0000, by bcoudurier
-
add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest parentheses around arithmetic in operand of | libavcodecWed, 30 Jan 2008 23:54:59 +0000, by bcoudurier
-
fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment from incompatible pointer type libavcodecWed, 30 Jan 2008 23:52:42 +0000, by bcoudurier
-
Add bitstream filter to convert between mov and plain text subtitles libavcodecMon, 28 Jan 2008 21:24:09 +0000, by reimar
-
Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated libavcodecMon, 28 Jan 2008 21:12:38 +0000, by heydowns
-
Move common test program infrastructure to common.mak. libavcodecSun, 27 Jan 2008 23:28:56 +0000, by diego
-
Move some lines in preparation for an upcoming commit. libavcodecSun, 27 Jan 2008 23:27:13 +0000, by diego
-
Add and use DECLARE_ASM_CONST for constants used in assembler code. libavcodecSun, 27 Jan 2008 20:50:16 +0000, by reimar
-
Use DECLARE_ALIGNED and remove unneeded attribute_used libavcodecSun, 27 Jan 2008 19:59:11 +0000, by reimar
-
Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. libavcodecSun, 27 Jan 2008 19:57:04 +0000, by reimar
-
fix indentation that was messed up by r11628 libavcodecSun, 27 Jan 2008 08:37:28 +0000, by gpoirier
-
Do not group libamr_nb and libamr_wb together as libamr. libavcodecSat, 26 Jan 2008 12:46:46 +0000, by diego
-
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 Sigbj©Ìrn Skj©Áret 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
-
Remove mistakenly added multiple inclusion guards. libavcodecFri, 28 Dec 2007 01:42:58 +0000, by diego
-
Check for avcodec_open codec parameter == NULL and return error in that case libavcodecTue, 25 Dec 2007 15:36:12 +0000, by reimar
-
Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventually libavcodecSat, 22 Dec 2007 23:10:02 +0000, by lu_zero
-
Partially address issue299, no performance change apparently libavcodecSat, 22 Dec 2007 15:17:46 +0000, by lu_zero
-
add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding. libavcodecFri, 21 Dec 2007 23:11:22 +0000, by gpoirier
-
Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ. libavcodecFri, 21 Dec 2007 12:38:41 +0000, by diego
-
~15% faster h264_chroma_mc2/4_c() these also prevent some possible out libavcodecFri, 21 Dec 2007 10:16:22 +0000, by michael
-
30% faster h264_chroma_mc8_c(), this also prevents a possible out of libavcodecFri, 21 Dec 2007 10:01:04 +0000, by michael
-
Document a few more structure change rules with relation to ABI/API. libavcodecThu, 20 Dec 2007 09:59:07 +0000, by michael
-
Document structure change rules with relation to ABI/API. libavcodecThu, 20 Dec 2007 09:43:01 +0000, by michael
-
Add option for user to scale the amount of dynamic range compression which is libavcodecThu, 20 Dec 2007 00:55:08 +0000, by jbr
-
Fix problem with multithreaded decoding, introduced by r11214. libavcodecWed, 19 Dec 2007 23:03:52 +0000, by cehoyos
-
Remove old variable with the next major version bump. libavcodecTue, 18 Dec 2007 14:51:55 +0000, by michael
-
add bitrate helper to choose all dnxhd variants libavcodecTue, 18 Dec 2007 13:52:07 +0000, by bcoudurier
-
avoid infinite loop if pixel format conversion does not exist libavcodecTue, 18 Dec 2007 13:49:58 +0000, by bcoudurier
-
ME default does not belong to the ME type enum. libavcodecMon, 17 Dec 2007 19:26:11 +0000, by michael
-
Correct spatial prediction mode in RV30/40 for vertical left direction libavcodecMon, 17 Dec 2007 18:43:34 +0000, by kostya
-
Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option libavcodecMon, 17 Dec 2007 17:41:24 +0000, by reimar
-
Fix crash in PCM decoder when number of channels is not set. libavcodecMon, 17 Dec 2007 10:41:47 +0000, by benoit
-
Skip dialog normalization. It shouldn't be used by the decoder, and there is libavcodecMon, 17 Dec 2007 01:09:00 +0000, by jbr
-
Revert commit made in revision 11228. I'm getting some strange results in the libavcodecMon, 17 Dec 2007 01:03:19 +0000, by jbr
-
Make strict altivec parsers happy (gcc-4.3 and others) libavcodecSun, 16 Dec 2007 14:31:38 +0000, by lu_zero
-
downmix before the IMDCT if no block switching is used libavcodecSun, 16 Dec 2007 04:25:50 +0000, by jbr
-
Add 'l' suffix where it is necessary because type can not always be libavcodecSat, 15 Dec 2007 23:08:15 +0000, by reimar
-
Make DCA decoder honor avctx->request_channels in a more advisory way. libavcodecSat, 15 Dec 2007 07:01:33 +0000, by andoma
-
Make AC3 decoder honor avctx->request_channels libavcodecSat, 15 Dec 2007 07:00:19 +0000, by andoma
-
Make fill_rectangle() available for other decoders libavcodecSat, 15 Dec 2007 06:06:16 +0000, by kostya
-
Fix brain-dead parts of r11216, specifically: libavcodecFri, 14 Dec 2007 22:49:30 +0000, by heydowns
-
Ensure that our total reference frame count does not exceed the SPS libavcodecFri, 14 Dec 2007 06:25:23 +0000, by heydowns
-
Actually return with an error condition if we're being asked to deal with too libavcodecFri, 14 Dec 2007 05:48:27 +0000, by heydowns
-
Make h264 decoder conform to requirements of mpegvideo's MPV_frame_start. libavcodecFri, 14 Dec 2007 05:37:23 +0000, by heydowns
-
Add a missing break, before av_set_number would always return NULL for libavcodecThu, 13 Dec 2007 19:00:53 +0000, by reimar
-
Fix non_zero_count_cache for deblocking in field pictures. libavcodecThu, 13 Dec 2007 00:50:47 +0000, by heydowns
-
add required include to make this file self-contained libavcodecWed, 12 Dec 2007 22:45:03 +0000, by aurel
-
Show which bitstreamfilters were compiled in, similar to the protocols etc libavcodecWed, 12 Dec 2007 11:52:27 +0000, by takis
-
Switch VC-1 decoder to output decoded residual immediately. libavcodecSat, 08 Dec 2007 10:41:18 +0000, by kostya
-
prevent warnings about functions being possibly unused libavcodecThu, 06 Dec 2007 08:38:49 +0000, by michael
-
thank you for your efforts to keep my code clean, but i would like to libavcodecThu, 06 Dec 2007 02:02:41 +0000, by michael
-
Initialize function pointers used by error resilience code before any libavcodecWed, 05 Dec 2007 05:24:54 +0000, by heydowns
-
make the AVOption code work with strings instead of crash libavcodecMon, 03 Dec 2007 01:03:54 +0000, by michael
-
Use the correct "const float *" type for variable instead of casting const away. libavcodecSun, 02 Dec 2007 21:12:43 +0000, by reimar
-
Add missing const to last argument of decode_significance_8x8_x86. libavcodecSun, 02 Dec 2007 21:11:43 +0000, by reimar
-
fix corner case when qscale 1 bits < frame bits but max bits with worst padding > frame bits libavcodecSun, 02 Dec 2007 19:20:46 +0000, by bcoudurier
-
Misc spelling fixes, prefer American over British English. libavcodecSun, 02 Dec 2007 15:43:08 +0000, by diego
-
Fix nodes[nb_codes*2-1].count being uninitialized and used to initialize libavcodecSat, 01 Dec 2007 09:39:59 +0000, by reimar
-
stupid code (casting of void*) found by checktree.sh libavcodecSat, 01 Dec 2007 00:19:44 +0000, by michael
-
wma_decode_superframe always returns s->block_align, so make libavcodecFri, 30 Nov 2007 21:51:34 +0000, by reimar
-
Fix make checkheaders, #include <inttypes.h> was missing. libavcodecFri, 30 Nov 2007 14:08:00 +0000, by diego
-
Clarify documentation for avcodec_encode_audio. libavcodecWed, 28 Nov 2007 12:41:35 +0000, by diego
-
remove useless #ifdef around extern declaration libavcodecTue, 27 Nov 2007 22:56:15 +0000, by aurel
-
make ff_p* vars extern so that they can be used in various *_mmx.c files libavcodecTue, 27 Nov 2007 22:23:34 +0000, by aurel
-
10l: init_get_bits want size in bits, not bytes libavcodecTue, 27 Nov 2007 22:00:45 +0000, by aurel
-
sync message with modern ffmpeg bitrate option syntax. libavcodecTue, 27 Nov 2007 05:32:04 +0000, by rfelker
-
remove some empty close/init functions in avcodec libavcodecSun, 25 Nov 2007 17:31:55 +0000, by aurel
-
add pcm_s16le_planar support for electronicarts files libavcodecSun, 25 Nov 2007 16:32:47 +0000, by aurel
-
split wmv2 encoder and decoder in their own files libavcodecSun, 25 Nov 2007 16:23:42 +0000, by aurel
-
Typo fix. Previous version had some picture error building up until next keyframe. libavcodecSun, 25 Nov 2007 09:43:35 +0000, by gpoirier
-
Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P gisquet A free P fr% libavcodecSat, 24 Nov 2007 14:34:25 +0000, by gpoirier
-
Add missing #includes to fix 'make checkheaders'. libavcodecSat, 24 Nov 2007 10:08:02 +0000, by diego
-
add VC-1 MMX DSP functions, under MIT license. libavcodecWed, 21 Nov 2007 22:41:31 +0000, by gpoirier
-
use sizeof in snprintf (note the changed code is all under #if 0) libavcodecMon, 19 Nov 2007 20:18:30 +0000, by michael
-
Call mpegvideo flush routine on h264 flush. Needed in particular libavcodecSat, 17 Nov 2007 03:04:21 +0000, by heydowns
-
Put halfpel_interpol under the same #ifdef as its usage, fixes the warning: libavcodecThu, 15 Nov 2007 12:40:40 +0000, by diego
-
Attribute for specifying direction should come right after @param. libavcodecThu, 15 Nov 2007 10:28:12 +0000, by takis
-
Use put_signed_pixels_clamped where appropriate libavcodecThu, 15 Nov 2007 06:25:20 +0000, by kostya
-
Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR. libavcodecWed, 14 Nov 2007 15:30:15 +0000, by alex
-
Make sine_window static. Acked by Benjamin Larsson libavcodecWed, 14 Nov 2007 15:21:42 +0000, by alex
-
Fix nellymoser decode_tag return value, patch by Stefano Sabatini libavcodecWed, 14 Nov 2007 08:22:15 +0000, by banan
-
cosmetics: Keep all OBJS entries on a line of their own. libavcodecMon, 12 Nov 2007 22:29:37 +0000, by diego
-
tring to workaround gcc 2.95 bug which causes random failures libavcodecMon, 12 Nov 2007 02:04:01 +0000, by michael
-
Improve unsupported (pixel) format error message. libavcodecSat, 10 Nov 2007 16:25:44 +0000, by diego
-
cosmetics: Fix spacial --> spatial typo in function names. libavcodecSat, 10 Nov 2007 12:24:02 +0000, by diego
-
misc spelling/grammar/wording fixes in comments libavcodecSat, 10 Nov 2007 11:51:56 +0000, by diego
-
remove inline from non speed critical functions libavcodecFri, 09 Nov 2007 21:58:50 +0000, by michael
-
add {} to make the else look a little more normal libavcodecFri, 09 Nov 2007 21:52:29 +0000, by michael
-
Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation libavcodecThu, 08 Nov 2007 10:53:32 +0000, by benoit
-
Fix deblocking filter for field pictures by properly looking for first libavcodecWed, 07 Nov 2007 23:35:48 +0000, by heydowns
-
rename some msmpeg4 symbols and make them non-static libavcodecWed, 07 Nov 2007 23:23:35 +0000, by aurel
-
Fix make checkheaders by adding missing #include. libavcodecWed, 07 Nov 2007 23:06:27 +0000, by diego
-
split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODER libavcodecWed, 07 Nov 2007 22:54:31 +0000, by aurel
-
Fix poc for field pictures. Prior to this, the poc of the second field libavcodecTue, 06 Nov 2007 18:48:18 +0000, by heydowns
-
fix predictor initialization for adpcm-ima encoder not to lose first sample libavcodecTue, 06 Nov 2007 13:08:04 +0000, by benoit
-
Correct assignment of interlaced_frame; was being set on output frames, libavcodecMon, 05 Nov 2007 18:16:42 +0000, by heydowns
-
Remove libvorbis Vorbis decoding support. Our native decoder is complete libavcodecSun, 04 Nov 2007 12:55:32 +0000, by diego
-
Move external library codec registration to a separate section after all libavcodecSun, 04 Nov 2007 01:25:21 +0000, by diego
-
Add decoding support for variable block size FLAC files using the latest FLAC libavcodecSun, 04 Nov 2007 00:06:33 +0000, by jbr
-
Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson. libavcodecSat, 03 Nov 2007 23:54:50 +0000, by jbr
-
Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel] NellyMoser transform bug, 10/25/2007 12:24 PM libavcodecSat, 03 Nov 2007 14:34:25 +0000, by banan
-
Split Musepack decoder into SV7 decoder and synth core libavcodecFri, 02 Nov 2007 06:40:42 +0000, by kostya
-
remove useless initialization to 0 of adx context libavcodecThu, 01 Nov 2007 17:50:05 +0000, by aurel
-
simplify dpcm decoders declaration using a macro libavcodecThu, 01 Nov 2007 16:04:30 +0000, by aurel
-
don't register adpcm encoders which are not implemented libavcodecThu, 01 Nov 2007 15:51:51 +0000, by aurel
-
prefer our native vorbis decoder over libvorbis libavcodecWed, 31 Oct 2007 22:39:10 +0000, by michael
-
Clarify comment block and rewrite in better English. libavcodecMon, 22 Oct 2007 15:13:10 +0000, by diego
-
remove some useless initializations (the whole context is initialized to 0) libavcodecSun, 21 Oct 2007 22:44:05 +0000, by aurel
-
Make RV10/20 decoder work with new frame format libavcodecSun, 21 Oct 2007 17:22:37 +0000, by kostya
-
ensure all compiled in codec/muxer are registered libavcodecThu, 18 Oct 2007 23:59:31 +0000, by aurel
-
WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform libavcodecThu, 18 Oct 2007 16:10:36 +0000, by kostya
-
replace (disabled by default) assert(0) by abort() if the picture buffer libavcodecThu, 18 Oct 2007 11:11:33 +0000, by michael
-
Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample(). libavcodecWed, 17 Oct 2007 23:02:35 +0000, by diego
-
Explain why there are no multiple inclusion guards in these header files. libavcodecWed, 17 Oct 2007 22:29:13 +0000, by diego
-
Clarify comment that explains why this header lacks multiple inclusion guards. libavcodecWed, 17 Oct 2007 18:23:11 +0000, by diego
-
Add FFMPEG_ prefix to all multiple inclusion guards. libavcodecWed, 17 Oct 2007 09:37:46 +0000, by diego
-
Add a comment that explains why this header lacks multiple inclusion guards. libavcodecWed, 17 Oct 2007 09:34:48 +0000, by diego
-
Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by libavcodecMon, 15 Oct 2007 22:17:39 +0000, by cehoyos
-
Fix mix-up of values in r10690 (deblocking for PAFF). libavcodecMon, 15 Oct 2007 06:23:02 +0000, by cehoyos
-
add support for VP6 with huffman encoded blocks libavcodecSun, 14 Oct 2007 22:30:59 +0000, by aurel
-
moves fraps huffman decoder to its own file, making it more generic libavcodecSun, 14 Oct 2007 21:19:40 +0000, by aurel
-
prevent infinite loop and memcpy of negative amounts libavcodecSat, 13 Oct 2007 12:25:31 +0000, by michael
-
factorize code and add safety check to prevent memcpying negative amounts libavcodecSat, 13 Oct 2007 09:58:39 +0000, by michael
-
Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870 libavcodecSat, 13 Oct 2007 01:34:00 +0000, by ramiro
-
10l: refill2() is not unused, it is used conditionally. libavcodecFri, 12 Oct 2007 09:38:34 +0000, by diego
-
Interlaced pictures (not just MBAFF) + spatial direct mode is not libavcodecFri, 12 Oct 2007 09:10:07 +0000, by cehoyos
-
Disable unused code; fixes several gcc warnings: libavcodecFri, 12 Oct 2007 08:43:23 +0000, by diego
-
Enable avpicture_deinterlace() for PIX_FMT_GRAY8. libavcodecThu, 11 Oct 2007 22:31:08 +0000, by cehoyos
-
Fix intended order of operations for 4 assert() checks. libavcodecThu, 11 Oct 2007 22:18:38 +0000, by cehoyos
-
Specify in documentation that avcodec_find_(en|de)coder* only searches for libavcodecThu, 11 Oct 2007 21:09:40 +0000, by ramiro
-
Set pict->interlaced_frame if returned frame is MBAFF or PAFF. libavcodecWed, 10 Oct 2007 20:31:42 +0000, by cehoyos
-
fix incorrect check for abs_diff_pic_num overflow libavcodecTue, 09 Oct 2007 17:45:34 +0000, by andoma
-
Allow to override zlib compression level in PNG encoder via avctx->compression_level libavcodecTue, 09 Oct 2007 15:33:19 +0000, by reimar
-
oops... mpegvideo_enc also depends on motion_est and ratecontrol libavcodecTue, 09 Oct 2007 05:39:49 +0000, by aurel
-
dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix) libavcodecTue, 09 Oct 2007 04:49:12 +0000, by aurel
-
Manage Picture buffers for fields as well as frames. Pair complementary fields into one MPV Picture. libavcodecMon, 08 Oct 2007 17:44:38 +0000, by andoma
-
preliminary 10 bit depth decoding support, still miss generic api to export picture, working on it libavcodecMon, 08 Oct 2007 12:23:00 +0000, by bcoudurier
-
Re-indent after PAFF MMCO implementation patch. libavcodecSun, 07 Oct 2007 23:46:51 +0000, by cehoyos
-
Augment MMCO execution to work with both fields and frames. Part of PAFF libavcodecSun, 07 Oct 2007 23:32:42 +0000, by cehoyos
-
Cosmetic renaming variable so that it makes more sense for forthcoming PAFF mmco patches. libavcodecSat, 06 Oct 2007 15:50:55 +0000, by andoma
-
Augment mmcodecoding process to work properly with fields. Part of PAFF implementation. libavcodecSat, 06 Oct 2007 15:49:13 +0000, by andoma
-
Edge emulation for fields. Part of PAFF implementation libavcodecSat, 06 Oct 2007 15:47:02 +0000, by andoma
-
Set Picture.poc for fields and field pairs. Part of PAFF implementation. libavcodecSat, 06 Oct 2007 15:44:58 +0000, by andoma
-
Modifies macroblock addressing and current macroblock y-position for field decoding. libavcodecSat, 06 Oct 2007 05:59:14 +0000, by andoma
-
Support function and changes to reference picture reordering for PAFF. libavcodecFri, 05 Oct 2007 13:54:11 +0000, by andoma
-
Reindent fill_default_ref_list after changes for PAFF libavcodecFri, 05 Oct 2007 13:47:46 +0000, by andoma
-
Support functions and changes to default reference list creation for PAFF. libavcodecFri, 05 Oct 2007 13:41:27 +0000, by andoma
-
blackfin optimized vp3 transform and infastructure for idct libavcodecThu, 04 Oct 2007 20:47:12 +0000, by mhoffman
-
Replace "signed short" typecast with "int16_t" as suggested by libavcodecThu, 04 Oct 2007 15:13:42 +0000, by voroshil
-
Reorganize long reference management to minimize code duplication in upcoming PAFF implementation. libavcodecThu, 04 Oct 2007 06:53:12 +0000, by andoma
-
Fix Picture.key_frame setting to be compatible with frame and field contexts. Part of PAFF implementation. libavcodecThu, 04 Oct 2007 06:50:44 +0000, by andoma
-
Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support. libavcodecThu, 04 Oct 2007 06:43:58 +0000, by andoma
-
Rename variable to make sense in both field and frame contexts (support of PAFF implementation). libavcodecThu, 04 Oct 2007 06:41:49 +0000, by andoma
-
Further modularize short reference list management for upcoming PAFF implementation. libavcodecThu, 04 Oct 2007 06:38:58 +0000, by andoma
-
Modify unreference_pic implementation with PAFF in mind. libavcodecThu, 04 Oct 2007 06:35:46 +0000, by andoma
-
Partial PAFF implementation at macroblock level. libavcodecThu, 04 Oct 2007 06:33:26 +0000, by andoma
-
Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short" libavcodecWed, 03 Oct 2007 19:32:57 +0000, by voroshil
-
remove alternative declaration of h263_encode_init() libavcodecWed, 03 Oct 2007 17:47:41 +0000, by aurel
-
fix declaration name from MPV_common_init_ppc to MPV_common_init_altivec libavcodecWed, 03 Oct 2007 17:37:22 +0000, by aurel
-
Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is libavcodecWed, 03 Oct 2007 14:01:42 +0000, by diego
-
Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a file libavcodecWed, 03 Oct 2007 13:49:51 +0000, by diego
-
remove unused code, spotted by Jeff Downs, heydowns a borg d com libavcodecTue, 02 Oct 2007 20:04:39 +0000, by andoma
-
Hopefully fix sparc compilation again, add incorrectly removed variable declaration libavcodecTue, 02 Oct 2007 19:51:18 +0000, by reimar
-
Remove uses of SIGILL for CPU extension detection, that method is not acceptable libavcodecTue, 02 Oct 2007 18:18:35 +0000, by reimar
-
Rename MMCO stuff to prepare for h264/PAFF implementation. libavcodecTue, 02 Oct 2007 14:35:20 +0000, by andoma
-
Cosmetic preparations for h264/PAFF implementation. libavcodecTue, 02 Oct 2007 14:25:47 +0000, by andoma
-
100l: Revert accidental commit, restore previous version. libavcodecTue, 02 Oct 2007 13:14:37 +0000, by diego
-
Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER). libavcodecTue, 02 Oct 2007 12:34:43 +0000, by diego
-
Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs. libavcodecTue, 02 Oct 2007 12:16:33 +0000, by diego
-
Sanitize altivec code so it can be built with runtime check properly libavcodecTue, 02 Oct 2007 11:39:32 +0000, by lu_zero
-
Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec libavcodecTue, 02 Oct 2007 10:22:22 +0000, by diego
-
Remove const vector macro indirection that is useless and obfuscating libavcodecMon, 01 Oct 2007 14:23:36 +0000, by diego
-
unroll finite differences to avoid swapping registers. libavcodecSat, 29 Sep 2007 23:44:34 +0000, by lorenm
-
encode_residual_fixed(): replace FIR with finite differences. libavcodecSat, 29 Sep 2007 23:21:57 +0000, by lorenm
-
Add variables to prepare to the AMV decoder patch. libavcodecSat, 29 Sep 2007 12:52:56 +0000, by vitor
-
was computing one more autocorrelation coefficient that was actually used libavcodecSat, 29 Sep 2007 07:43:52 +0000, by lorenm
-
replace brute force find_optimal_param() with a closed-form solution. libavcodecSat, 29 Sep 2007 05:41:27 +0000, by lorenm
-
gcc isn't smart enough to factor out duplicate stores libavcodecSat, 29 Sep 2007 01:54:25 +0000, by lorenm
-
On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will segfault when xvmc is in use. libavcodecFri, 28 Sep 2007 20:38:32 +0000, by iive
-
unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending on lpc order. libavcodecThu, 27 Sep 2007 02:42:00 +0000, by lorenm
-
h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held for delayed output libavcodecWed, 26 Sep 2007 13:28:13 +0000, by andoma
-
oops, potential overflow on really large blocks libavcodecTue, 25 Sep 2007 23:34:48 +0000, by lorenm
-
rename one variable to be consistent with the rest of the file libavcodecTue, 25 Sep 2007 22:31:00 +0000, by aurel
-
add a new vp6a codec (add alpha plan support to vp6) libavcodecTue, 25 Sep 2007 19:12:46 +0000, by aurel
-
Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an libavcodecTue, 25 Sep 2007 07:30:22 +0000, by diego
-
move all model related tables into their own struct libavcodecMon, 24 Sep 2007 22:29:11 +0000, by aurel
-
Remove check for input buffer size as it does not guarantee that libavcodecMon, 24 Sep 2007 16:50:32 +0000, by kostya
-
add support for yuva420p colorspace (yuv420p + alpha) libavcodecMon, 24 Sep 2007 13:21:41 +0000, by aurel
-
factor out dequant table lookup outside loops, gives a 1-2% speed-up libavcodecMon, 24 Sep 2007 13:01:15 +0000, by gpoirier
-
Do not try to decode more data than output buffer may hold libavcodecMon, 24 Sep 2007 03:32:24 +0000, by kostya
-
VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC. libavcodecSun, 23 Sep 2007 21:59:09 +0000, by diego
-
some experimental iterative quantization code libavcodecSun, 23 Sep 2007 21:11:36 +0000, by michael
-
VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC. libavcodecSun, 23 Sep 2007 21:02:22 +0000, by diego
-
Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff). libavcodecSun, 23 Sep 2007 16:11:07 +0000, by kostya
-
Apply skip_loop_filter before checking if we can parallelize with the selected libavcodecSat, 22 Sep 2007 10:28:22 +0000, by reimar
-
Do not decode more data than output buffer may hold libavcodecSat, 22 Sep 2007 09:09:47 +0000, by kostya
-
Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup. libavcodecFri, 21 Sep 2007 00:26:31 +0000, by diego
-
allcodecs.h and allformats.h are not used anymore libavcodecThu, 20 Sep 2007 20:42:50 +0000, by aurel
-
remove last dependencies on allformats.h and allcodecs.h libavcodecThu, 20 Sep 2007 20:36:15 +0000, by aurel
-
properly tell the compiler that A0 and A1 are clobbered libavcodecMon, 17 Sep 2007 13:17:50 +0000, by mhoffman
-
Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to libavcodecMon, 17 Sep 2007 10:14:56 +0000, by diego
-
fix image corruption when with multi-threaded decoding. libavcodecSun, 16 Sep 2007 10:37:07 +0000, by gpoirier
-
HALFPQ should be used only for when PQUANT is selected libavcodecSat, 15 Sep 2007 09:24:53 +0000, by kostya
-
In case when any quantizer may occur, HALFPQ should be zero libavcodecSat, 15 Sep 2007 09:23:58 +0000, by kostya
-
cosmetics: rename variables. tbl->tab for consistency with other AC3 tables libavcodecSat, 15 Sep 2007 00:19:21 +0000, by jbr
-
Pass correct CPU flags to compilation of sparc/simple_idct_vis.o. libavcodecThu, 13 Sep 2007 09:13:56 +0000, by diego
-
Add checks on input/output buffers size for some audio decoders libavcodecThu, 13 Sep 2007 05:59:58 +0000, by kostya
-
make changing spatial_decomposition_count per frame work libavcodecSun, 09 Sep 2007 18:28:36 +0000, by michael
-
dsputil must be initialized before calling rtjpeg init. libavcodecSun, 09 Sep 2007 18:14:11 +0000, by reimar
-
do not force the halfpel filter coeffs to be retransmitted on every frame libavcodecSun, 09 Sep 2007 16:54:00 +0000, by michael
-
allow changing of the spatial_decomposition_count and quantization tables libavcodecSun, 09 Sep 2007 15:06:46 +0000, by michael
-
perform init after reading the values needed for init libavcodecSun, 09 Sep 2007 13:47:25 +0000, by michael
-
allocate slice buffer after parsing the header containing needed parameters libavcodecSun, 09 Sep 2007 12:33:34 +0000, by michael
-
scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently) libavcodecSun, 09 Sep 2007 12:22:11 +0000, by michael
-
Properly handle nuv file with changing resolution libavcodecSun, 09 Sep 2007 10:20:47 +0000, by reimar
-
Fix extreme stupidity: buffer size check must of course be before buffer use! libavcodecSun, 09 Sep 2007 09:00:12 +0000, by reimar
-
First ugly and slow attempt to fix nuv files with extra frameheader libavcodecSun, 09 Sep 2007 08:42:49 +0000, by reimar
-
rename HTAPS -> HTAPS_MAX (later is correct after the previous change) libavcodecSat, 08 Sep 2007 14:52:21 +0000, by michael
-
store halfpel filter coefficients in the header as well as the libavcodecSat, 08 Sep 2007 14:51:13 +0000, by michael
-
Let H.264 decoder skip deblocking across slices libavcodecFri, 07 Sep 2007 18:27:13 +0000, by benoit
-
Set data_size to zero when DCA header parse failed libavcodecThu, 06 Sep 2007 14:55:13 +0000, by kostya
-
Avoid a crash when H264 MMC operation causes the short term reference libavcodecWed, 05 Sep 2007 20:04:09 +0000, by benoit
-
Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm. libavcodecWed, 05 Sep 2007 11:05:33 +0000, by diego
-
Move H.264 intra prediction functions into their own context libavcodecWed, 05 Sep 2007 05:30:08 +0000, by kostya
-
fix decoding of dracula.4xm before diego complains libavcodecWed, 05 Sep 2007 01:21:32 +0000, by michael
-
Replace constants by HTAPS (half pel interpolation filter taps) where appropriate. libavcodecWed, 05 Sep 2007 00:49:09 +0000, by michael
-
code to do halfpel interpolation per frame (unfinished and under ifdef but it libavcodecWed, 05 Sep 2007 00:06:34 +0000, by michael
-
Fix issue 123 (Support Magic-carpet fli version, libavcodecTue, 04 Sep 2007 17:31:25 +0000, by melanson
-
Silence warnings about NAL_SVC_NON_IDR in H.264. libavcodecTue, 04 Sep 2007 14:48:39 +0000, by diego
-
Remove error raising when explicitely skipping frame libavcodecMon, 03 Sep 2007 08:46:24 +0000, by benoit
-
add a warning message for unsupported kind of encoding libavcodecSat, 01 Sep 2007 13:04:25 +0000, by aurel
-
cosmetics: Add some whitespace for better readability. libavcodecThu, 30 Aug 2007 23:16:34 +0000, by diego
-
cosmetics: Sort some lines, whitespace changes. libavcodecThu, 30 Aug 2007 23:11:24 +0000, by diego
-
Blackfin 32bit multiplication primitives MULH MUL16 libavcodecThu, 30 Aug 2007 15:15:48 +0000, by mhoffman
-
Replace complicated and currently broken manual alignment code by libavcodecThu, 30 Aug 2007 11:41:58 +0000, by reimar
-
Change 4xm demuxer and video decoder to pass the video format version in libavcodecMon, 27 Aug 2007 21:58:39 +0000, by rtogni
-
Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific libavcodecMon, 27 Aug 2007 09:17:03 +0000, by diego
-
Do not wrongly mark Apple gcc workarounds as being specific to Darwin. libavcodecSun, 26 Aug 2007 22:06:40 +0000, by diego
-
remove alignment correction of the destination pointers in luma_16x6 libavcodecSun, 26 Aug 2007 21:47:58 +0000, by gpoirier
-
workaround gcc bug, untested as my gcc is not complaining libavcodecSun, 26 Aug 2007 12:34:22 +0000, by michael
-
optimize the first vertical lifting step, this also prevents another libavcodecSun, 26 Aug 2007 11:16:23 +0000, by michael
-
get rid of totally senseless "m" + read in register we have enough libavcodecSun, 26 Aug 2007 06:51:51 +0000, by michael
-
avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum libavcodecSun, 26 Aug 2007 01:11:02 +0000, by michael
-
avoid an overflow in the 1 horizontal lifting step libavcodecSat, 25 Aug 2007 19:04:33 +0000, by michael
-
prevent one overflow in the first vertical lifting step libavcodecSat, 25 Aug 2007 16:28:45 +0000, by michael
-
cleanup (remove some old experimentation related code) libavcodecSat, 25 Aug 2007 03:19:39 +0000, by michael
-
we only have 2 wavelets, the 3rd was just for experimentation ... libavcodecSat, 25 Aug 2007 03:04:13 +0000, by michael
-
use 16bit IDWT (a SIMD implementation of it should be >2x faster then with libavcodecSat, 25 Aug 2007 03:00:51 +0000, by michael
-
Remove HAVE_ALTIVEC preprocessor directives that are only compiled libavcodecFri, 24 Aug 2007 23:01:50 +0000, by diego
-
Fix trivial mixed declarations and code warning caused by a double semicolon. libavcodecFri, 24 Aug 2007 15:42:50 +0000, by diego
-
Remove SYS_DARWIN preprocessor directive that is just a duplicate of a libavcodecFri, 24 Aug 2007 15:38:37 +0000, by diego
-
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor libavcodecFri, 24 Aug 2007 15:18:41 +0000, by diego
-
Move Apple gcc AltiVec vector declaration syntax to libavutil. libavcodecFri, 24 Aug 2007 15:04:00 +0000, by diego
-
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor libavcodecFri, 24 Aug 2007 14:57:46 +0000, by diego
-
Add request_channels member to AVCodecContext so we now have a proper libavcodecThu, 23 Aug 2007 20:28:28 +0000, by reimar
-
Initialize the "stc" variable before using it in ff_find_start_code() libavcodecThu, 23 Aug 2007 07:02:27 +0000, by lucabe
-
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). libavcodecWed, 22 Aug 2007 22:46:39 +0000, by diego
-
Identifiers starting with underscores are reserved. libavcodecWed, 22 Aug 2007 12:41:16 +0000, by diego
-
parsers and bsfs declarations are not meant to be part of public API libavcodecTue, 21 Aug 2007 18:24:08 +0000, by aurel
-
Change rounding of the horizontal DWT to match the vertical one. libavcodecTue, 21 Aug 2007 16:29:40 +0000, by michael
-
asv1.c directly uses Put/GetBitContext, so it should include bitstream.h libavcodecTue, 21 Aug 2007 15:48:08 +0000, by aurel
-
remove code which become unused by the previous changes libavcodecTue, 21 Aug 2007 00:05:30 +0000, by michael
-
Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested) libavcodecTue, 21 Aug 2007 00:03:18 +0000, by michael
-
Simplify and optimize the 4th vertical lifting step of the MMX code libavcodecTue, 21 Aug 2007 00:02:19 +0000, by michael
-
Simplify and speedup code, reduce needed headroom by 2 bits in the 3rd libavcodecMon, 20 Aug 2007 23:59:20 +0000, by michael
-
simplify, speedup and reduce needed headroom by 2 bits in the 3rd libavcodecMon, 20 Aug 2007 23:54:49 +0000, by michael
-
slightly change horizontal lift3 so it needs 1 bit less headroom libavcodecMon, 20 Aug 2007 23:02:59 +0000, by michael
-
remove idiotc double subtraction from the sse2 code (untested, no sse2 here) libavcodecMon, 20 Aug 2007 22:41:47 +0000, by michael
-
and of course the unneeded double subtractions were blindly put in the libavcodecMon, 20 Aug 2007 22:29:21 +0000, by michael
-
Use defines instead of raw hex numbers to specify CRC polynomials libavcodecSun, 19 Aug 2007 12:36:15 +0000, by reimar
-
Statements like a = b = c = d = e; store from right-to-left, so if libavcodecTue, 14 Aug 2007 22:28:09 +0000, by gpoirier
-
Move msmpeg4 tables from a header file to msmpegdata.c. libavcodecMon, 13 Aug 2007 17:57:06 +0000, by diego
-
Add attribute that forces alignment of stack to functions that need it. libavcodecMon, 13 Aug 2007 15:28:29 +0000, by ramiro
-
special handling for vp3 idct, use the c reference libavcodecMon, 13 Aug 2007 14:16:20 +0000, by mhoffman
-
use bytestream_get_le*() this also fixes a big endian bug libavcodecMon, 13 Aug 2007 13:20:16 +0000, by michael
-
Support for WavPack version 0x410 (false stereo chunks) libavcodecMon, 13 Aug 2007 05:36:50 +0000, by kostya
-
Rename flag for consistency with the next commit libavcodecMon, 13 Aug 2007 05:35:48 +0000, by kostya
-
fix type 3 aka skipped blocks for old version libavcodecMon, 13 Aug 2007 01:06:04 +0000, by michael
-
use version instead of some random 32bit value to switch between 16 and libavcodecMon, 13 Aug 2007 00:55:39 +0000, by michael
-
replace vlc_type by version and set that from codec_tag which contains the libavcodecMon, 13 Aug 2007 00:53:55 +0000, by michael
-
support ifr2 from Toy-Story2_better-image-quality.4xa libavcodecSun, 12 Aug 2007 15:47:27 +0000, by michael
-
use shorter types vec_"type" instead of the too long vector "type" libavcodecSun, 12 Aug 2007 13:50:06 +0000, by gpoirier
-
Don't check the return value of decode_cabac_residual since it always libavcodecSun, 12 Aug 2007 00:07:29 +0000, by conrad
-
various simplifications around recent av_clip_int16() usage libavcodecSat, 11 Aug 2007 23:17:03 +0000, by aurel
-
fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq libavcodecSat, 11 Aug 2007 23:09:28 +0000, by michael
-
ensure that default_get_buffer() doesnt reuse images if the dimension or libavcodecFri, 10 Aug 2007 19:28:28 +0000, by michael
-
* renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) libavcodecThu, 09 Aug 2007 17:01:15 +0000, by romansh
-
comments modification: add, clean up, Doxygenize, and reword libavcodecThu, 09 Aug 2007 00:36:49 +0000, by jbr
-
use reget_buffer and remove internal copying of buffer - codec works again libavcodecThu, 09 Aug 2007 00:16:27 +0000, by alex
-
debug: tell how much bits are skipped with unknown nal code libavcodecWed, 08 Aug 2007 20:27:18 +0000, by alex
-
make output buffer larger so drift compensation can work libavcodecMon, 06 Aug 2007 23:34:41 +0000, by michael
-
add pointer to the parent context for use with av_log() libavcodecSun, 05 Aug 2007 21:34:33 +0000, by jbr
-
make wmv1 and wmv2 playable with M$ DMO decoder libavcodecSun, 05 Aug 2007 20:03:37 +0000, by michael
-
fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swf libavcodecSun, 05 Aug 2007 13:41:44 +0000, by bcoudurier
-
Remove AVCodecContext parameter from parse_timecode function libavcodecSun, 05 Aug 2007 12:11:31 +0000, by reimar
-
Colours except background should not be transparent libavcodecSun, 05 Aug 2007 12:11:24 +0000, by reimar
-
get rid of av_rescale_q, it does not work as intended. libavcodecSun, 05 Aug 2007 12:11:22 +0000, by reimar
-
get rid of xsubdec array and calculate value instead libavcodecSun, 05 Aug 2007 12:11:20 +0000, by reimar
-
Add the handling of the INT32INFO block to the WavPack decoder. libavcodecSun, 05 Aug 2007 05:56:34 +0000, by kostya
-
prevent huffyuv from generating codewords of length 32. (regression in r9069) libavcodecSun, 05 Aug 2007 00:29:02 +0000, by lorenm
-
use dsputil for float to signed 16-bit sample conversion libavcodecSat, 04 Aug 2007 20:59:22 +0000, by jbr
-
Add support for grayscale MJPEG streams sent by Axis cameras such as the libavcodecSat, 04 Aug 2007 20:49:39 +0000, by diego
-
consolidate decoding of lfe and coupling channels with decoding of full-bandwidth channels. libavcodecSat, 04 Aug 2007 19:19:48 +0000, by jbr
-
cosmetics: use more appropriate names for iterator variables. libavcodecSat, 04 Aug 2007 13:52:56 +0000, by jbr
-
make exponent decoding consistent (prepare for merging coupling and lfe code with normal channel code). libavcodecSat, 04 Aug 2007 13:26:46 +0000, by jbr
-
no need to duplicate cid table vars in context libavcodecSat, 04 Aug 2007 13:09:08 +0000, by bcoudurier
-
add coding unit size for interlaced decoding libavcodecSat, 04 Aug 2007 12:59:49 +0000, by bcoudurier
-
cosmetics: use braces when it makes the code easier to read. libavcodecSat, 04 Aug 2007 12:04:41 +0000, by jbr
-
change AC3DecodeContext variable to local variable libavcodecSat, 04 Aug 2007 11:55:10 +0000, by jbr
-
Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader. libavcodecSat, 04 Aug 2007 11:01:11 +0000, by michael
-
use table for converting dynamic range codes to scale factors libavcodecSat, 04 Aug 2007 03:27:05 +0000, by jbr
-
use floating-point mantissa dequantization tables libavcodecSat, 04 Aug 2007 03:21:17 +0000, by jbr
-
dither zero-bit mantissas by default. remove dithering only if it's explicitly turned off. libavcodecSat, 04 Aug 2007 01:13:08 +0000, by jbr
-
merge decoding of coupling channel coefficients and regular channel coefficients libavcodecSat, 04 Aug 2007 00:04:17 +0000, by jbr
-
split out coupling coefficient reconstruction into a separate function libavcodecFri, 03 Aug 2007 23:53:53 +0000, by jbr
-
output last frame if seq end code is encountered libavcodecThu, 02 Aug 2007 20:49:42 +0000, by michael
-
exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane, libavcodecWed, 01 Aug 2007 22:12:52 +0000, by michael
-
exchange for() and if() order in the MT_FRAME case libavcodecWed, 01 Aug 2007 21:05:58 +0000, by michael
-
merge another 2 if() to save a few cpu cycles libavcodecWed, 01 Aug 2007 20:04:12 +0000, by michael
-
reorder if() so that the condition can be simplified libavcodecWed, 01 Aug 2007 19:37:28 +0000, by michael
-
use buf_ptr to correctly decode second field libavcodecWed, 01 Aug 2007 13:18:23 +0000, by bcoudurier
-
make grayscale only decoding checks in inner loops compiletime killable libavcodecWed, 01 Aug 2007 00:39:39 +0000, by michael
-
move some code which was executed for every skipped MB so it is only executed libavcodecTue, 31 Jul 2007 21:39:09 +0000, by michael
-
chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it libavcodecTue, 31 Jul 2007 20:44:48 +0000, by michael
-
Identifiers starting with underscores are reserved. libavcodecTue, 31 Jul 2007 06:55:48 +0000, by diego
-
fix cabac decoding with some Blue-Ray sources libavcodecMon, 30 Jul 2007 21:19:36 +0000, by gpoirier
-
replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32 libavcodecMon, 30 Jul 2007 18:05:46 +0000, by romansh
-
support silly PCM variant used by zork nemesis libavcodecMon, 30 Jul 2007 02:05:16 +0000, by michael
-
prevent assert failure with negative quant_offset libavcodecSun, 29 Jul 2007 21:34:31 +0000, by michael
-
make the reference code use double instead of float where it is easy libavcodecSun, 29 Jul 2007 10:11:12 +0000, by michael
-
BLOCK_SIZE is not used properly, just use numbers instead to avoid confusion libavcodecSat, 28 Jul 2007 20:50:25 +0000, by jbr
-
remove broken downmixing. will add new implementation later. libavcodecSat, 28 Jul 2007 19:33:19 +0000, by jbr
-
Take care of some renames (Doxygen and function name) after the previous pure rename patch. libavcodecSat, 28 Jul 2007 18:26:43 +0000, by takis
-
remove "Advanced Prediction Mode not supported" spam libavcodecThu, 26 Jul 2007 15:47:43 +0000, by michael
-
Update the dvdsub parser to be able to parse HD-DVD subtitle packets. libavcodecTue, 24 Jul 2007 14:17:13 +0000, by takis
-
Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit libavcodecTue, 24 Jul 2007 13:03:13 +0000, by takis
-
help some gcc version to optimize out those functions libavcodecTue, 24 Jul 2007 08:54:56 +0000, by aurel
-
set bit allocation parameters directly instead of copying libavcodecTue, 24 Jul 2007 01:35:25 +0000, by jbr
-
use enum value instead of numerical value for acmod libavcodecMon, 23 Jul 2007 22:47:49 +0000, by jbr
-
use consistent data type for exponents. needs to be int8_t to pass to bit allocation. libavcodecMon, 23 Jul 2007 22:23:37 +0000, by jbr
-
Use shared AC-3 header parsing. Move some initializations to block parsing function. libavcodecSat, 21 Jul 2007 16:28:12 +0000, by jbr
-
don't need to synchronize in the decoder. the parser does that already. libavcodecSat, 21 Jul 2007 13:56:04 +0000, by jbr
-
Return AVERROR(EINVAL) when invalid width and/or height are specified to libavcodecFri, 20 Jul 2007 15:09:10 +0000, by takis
-
Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open. libavcodecFri, 20 Jul 2007 15:08:10 +0000, by takis
-
bail out on unknown jpeg pixel format instead of silently decoding data incorrectly libavcodecThu, 19 Jul 2007 15:56:56 +0000, by gpoirier
-
Fix the self tests which are contained in some codecs and are using random(). libavcodecThu, 19 Jul 2007 08:47:07 +0000, by takis
-
Fix the compilation of dct-test, fft-test and motion-test which are using libavcodecThu, 19 Jul 2007 08:46:28 +0000, by takis
-
update license header. add copyright for myself. correct and complete the statement about liba52. libavcodecThu, 19 Jul 2007 02:16:20 +0000, by jbr
-
remove portions of bit allocation which are no longer needed since they are shared with the encoder libavcodecThu, 19 Jul 2007 00:50:31 +0000, by jbr
-
Set the step index correctly for flash adpcm. Patch by Baptiste libavcodecWed, 18 Jul 2007 18:40:03 +0000, by banan
-
Calculate the correct blocksize for flash adpcm. Patch by Baptiste libavcodecWed, 18 Jul 2007 18:35:03 +0000, by banan
-
Make deinterlace_16 receive an array as a parameter and not two separated vars libavcodecWed, 18 Jul 2007 14:45:01 +0000, by vitor
-
Remove more code duplication. Based on a patch by Matthieu Castet. libavcodecWed, 18 Jul 2007 06:06:21 +0000, by vitor
-
Move var. declaration to allow further clean up libavcodecTue, 17 Jul 2007 23:51:34 +0000, by vitor
-
Remove code duplication. Based on a patch by Matthieu Castet. libavcodecTue, 17 Jul 2007 22:05:33 +0000, by vitor
-
create colorspace.h and use it where appropriate libavcodecTue, 17 Jul 2007 12:33:14 +0000, by benoit
-
fixpoint: renaming all lowlevel arithmetic routines to xxx_float libavcodecTue, 17 Jul 2007 11:06:12 +0000, by mhoffman
-
Don't segfault if an empty codebook gets used. libavcodecTue, 17 Jul 2007 07:12:40 +0000, by benoit
-
* making profile selection a bit more tolerant to the badly broken streams libavcodecTue, 17 Jul 2007 04:06:03 +0000, by romansh
-
cosmetics: adding some white space to align the arguments of a couple of functions libavcodecTue, 17 Jul 2007 00:36:47 +0000, by mhoffman
-
remove useless #ifdef CONFIG_ZLIB from zmbv decoder libavcodecMon, 16 Jul 2007 21:05:16 +0000, by mru
-
fixpoint: move cplscales to context structure and provide hook for data format conversion libavcodecMon, 16 Jul 2007 13:24:43 +0000, by mhoffman
-
fixpoint: lowlevel functional abstraction for all buffer arithmetics libavcodecMon, 16 Jul 2007 12:32:41 +0000, by mhoffman
-
fixpoint: separate windowing arithmetic imlt_window_float libavcodecMon, 16 Jul 2007 11:52:46 +0000, by mhoffman
-
separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation libavcodecMon, 16 Jul 2007 11:25:56 +0000, by mhoffman
-
separating saturation codes so that we can support other data formats libavcodecMon, 16 Jul 2007 01:28:58 +0000, by mhoffman
-
moving automatic allocation of joint_decode/decode_buffer libavcodecSun, 15 Jul 2007 22:06:08 +0000, by mhoffman
-
cosmetic changing hardwired 20 to SUBBAND_SIZE libavcodecSun, 15 Jul 2007 21:48:17 +0000, by mhoffman
-
hardly anything in PNGContext is shared; split it libavcodecSun, 15 Jul 2007 19:23:55 +0000, by mru
-
fix visual painting of MVs from h264: they are painted twice too long libavcodecSun, 15 Jul 2007 19:03:12 +0000, by gpoirier
-
no need for the decoder to have the license as a prefix libavcodecSun, 15 Jul 2007 01:38:13 +0000, by jbr
-
remove a debugging function and variable, and remove the commented-out code which uses them. libavcodecSun, 15 Jul 2007 01:35:46 +0000, by jbr
-
move some common values to ac3.h and utilize them libavcodecSun, 15 Jul 2007 01:31:09 +0000, by jbr
-
revise license header for simplicity and consistency libavcodecSat, 14 Jul 2007 18:53:56 +0000, by jbr
-
AC-3 decoder, soc revision 402, Jul 14 13:45:14 2007 UTC by jbr libavcodecSat, 14 Jul 2007 16:06:14 +0000, by jbr
-
AC-3 decoder, soc revision 148, Sep 28 18:38:27 2006 UTC by banan libavcodecSat, 14 Jul 2007 16:05:39 +0000, by jbr
-
AC-3 decoder, soc revision 109, Sep 22 22:42:54 2006 UTC by banan libavcodecSat, 14 Jul 2007 16:05:13 +0000, by jbr
-
AC-3 decoder, soc revision 72, Sep 7 04:20:00 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:04:40 +0000, by jbr
-
AC-3 decoder, soc revision 71, Sep 4 09:47:12 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:04:17 +0000, by jbr
-
AC-3 decoder, soc revision 70, Aug 31 18:04:23 2006 UTC by banan libavcodecSat, 14 Jul 2007 16:03:47 +0000, by jbr
-
AC-3 decoder, soc revision 69, Aug 31 07:12:56 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:03:14 +0000, by jbr
-
AC-3 decoder, soc revision 58, Aug 19 14:20:45 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:02:32 +0000, by jbr
-
AC-3 decoder, soc revision 57, Aug 19 12:44:38 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:02:08 +0000, by jbr
-
AC-3 decoder, soc revision 56, Aug 17 14:21:58 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:01:44 +0000, by jbr
-
AC-3 decoder, soc revision 55, Aug 17 12:25:24 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:01:14 +0000, by jbr
-
AC-3 decoder, soc revision 54, Aug 17 09:13:08 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:00:38 +0000, by jbr
-
AC-3 decoder, soc revision 53, Aug 17 08:53:44 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:00:05 +0000, by jbr
-
AC-3 decoder, soc revision 52, Aug 16 22:45:07 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:59:25 +0000, by jbr
-
AC-3 decoder, soc revision 48, Aug 16 11:27:49 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:58:42 +0000, by jbr
-
AC-3 decoder, soc revision 40, Aug 9 00:10:14 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:57:51 +0000, by jbr
-
AC-3 decoder, soc revision 38, Aug 7 00:03:00 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:56:55 +0000, by jbr
-
AC-3 decoder, soc revision 34, Jul 18 14:27:54 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:51:00 +0000, by jbr
-
AC-3 decoder, soc revision 33, Jul 17 12:13:40 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:49:12 +0000, by jbr
-
AC-3 decoder, soc revision 32, Jul 17 09:37:32 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:48:28 +0000, by jbr
-
AC-3 decoder, soc revision 31, Jul 14 23:53:28 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:42:15 +0000, by jbr
-
AC-3 decoder, soc revision 26, Jul 5 04:55:15 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:41:27 +0000, by jbr
-
AC-3 decoder, soc revision 9, Jun 14 03:52:02 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:38:39 +0000, by jbr
-
The mpegaudio parser depends on mpegaudiodata.o. libavcodecSat, 14 Jul 2007 13:23:26 +0000, by aurel
-
The svq3 decoder depends on h264idct.o and also requires h264_parser. libavcodecSat, 14 Jul 2007 13:11:15 +0000, by aurel
-
Replace non-existing @fixme doxygen tags with @todo. libavcodecFri, 13 Jul 2007 13:04:55 +0000, by diego
-
Make "channels" variable mean the number of channels, not the number of libavcodecFri, 13 Jul 2007 00:06:46 +0000, by vitor
-
map warning levels between libx264 and libavutil libavcodecThu, 12 Jul 2007 08:22:28 +0000, by benoit
-
license header consistency: Remove redundant "all rights reserved" statement libavcodecThu, 12 Jul 2007 00:23:53 +0000, by diego
-
Inport the original intiger IDCT from MPEG2 reference decoder. libavcodecWed, 11 Jul 2007 22:01:21 +0000, by iive
-
move ff_h263_round_chroma() to mpegvideo.h as static inline libavcodecWed, 11 Jul 2007 21:04:53 +0000, by mru
-
comment explaining that text subtitle need to be UTF-8 for now libavcodecWed, 11 Jul 2007 13:19:58 +0000, by aurel
-
makes compilation of h263.o and mpegvideo_enc.o conditional libavcodecTue, 10 Jul 2007 20:28:56 +0000, by aurel
-
Avoid linking with h263.c functions when the relevant codecs libavcodecTue, 10 Jul 2007 20:23:08 +0000, by aurel
-
Better place to disable some mpeg4 code and ensure that libavcodecTue, 10 Jul 2007 17:31:17 +0000, by aurel
-
Split ff_set_mpeg4_time() and move the non mpeg4 specific part libavcodecTue, 10 Jul 2007 14:37:33 +0000, by aurel
-
Add standard licensing header to files that lack it. libavcodecTue, 10 Jul 2007 10:02:01 +0000, by diego
-
don't compile some mpeg4 encoder code when encoders are disabled libavcodecTue, 10 Jul 2007 08:40:00 +0000, by aurel
-
Port some useful comments from newest version of David Hammerton's decoder (from which alac.c is based) libavcodecTue, 10 Jul 2007 03:40:37 +0000, by vitor
-
avoid deprecation warnings for ImgReSampleContext from avcodec.h libavcodecMon, 09 Jul 2007 22:15:07 +0000, by mru
-
split rawvideo encoder and decoder in their own files libavcodecMon, 09 Jul 2007 16:26:11 +0000, by aurel
-
set sample rate in more logical place, kill warning libavcodecSun, 08 Jul 2007 23:15:10 +0000, by mru
-
Pass modes as parameters instead of calculating them inplace. libavcodecSun, 08 Jul 2007 13:34:02 +0000, by kostya
-
split decoder-specific parts into their own file libavcodecSun, 08 Jul 2007 07:37:30 +0000, by stefang
-
prepare splitting decoder-only parts into own file: libavcodecSun, 08 Jul 2007 07:13:25 +0000, by stefang
-
* Getting rid of the use of GCC language extensions libavcodecSun, 08 Jul 2007 03:16:59 +0000, by romansh
-
simplify ff_copy_bits() when compiled with config-small libavcodecSat, 07 Jul 2007 23:03:14 +0000, by aurel
-
prepare splitting decoder-only parts into own file: libavcodecSat, 07 Jul 2007 07:35:18 +0000, by stefang
-
move dequantization into its own inline function libavcodecSat, 07 Jul 2007 07:14:58 +0000, by stefang
-
cosmetic: rename VLC tables to make clear they libavcodecSat, 07 Jul 2007 06:49:20 +0000, by stefang
-
setting special motion vectors in intra macroblocks libavcodecSat, 07 Jul 2007 06:34:30 +0000, by stefang
-
setting intra prediction modes to default values libavcodecSat, 07 Jul 2007 06:27:44 +0000, by stefang
-
move modification of intra prediction modes into libavcodecSat, 07 Jul 2007 06:15:05 +0000, by stefang
-
move preparation of chroma intra prediction into its libavcodecSat, 07 Jul 2007 05:27:59 +0000, by stefang
-
move existing inline functions from cavs.c to cavs.h libavcodecSat, 07 Jul 2007 05:03:22 +0000, by stefang
-
move context structure definition from cavs.c to cavs.h libavcodecSat, 07 Jul 2007 04:58:54 +0000, by stefang
-
split SVQ1 decoder and encoder in their own files libavcodecFri, 06 Jul 2007 15:19:35 +0000, by aurel
-
Add support for streams with different chroma_qp_index_offset libavcodecFri, 06 Jul 2007 14:21:37 +0000, by gpoirier
-
Precompute a chroma_qp table with index offset for each pps, libavcodecFri, 06 Jul 2007 07:58:08 +0000, by gpoirier
-
Compute the dequant coefficient table ptr outside the loop, libavcodecFri, 06 Jul 2007 07:55:37 +0000, by gpoirier
-
include snow encoder only if it is not disabled libavcodecThu, 05 Jul 2007 22:57:52 +0000, by aurel
-
Group all copyright and author notices together. libavcodecThu, 05 Jul 2007 10:37:29 +0000, by diego
-
move mpeg encoder specific initialization in the encoder specific file libavcodecThu, 05 Jul 2007 09:48:29 +0000, by aurel
-
use av_freep() in free_vlc() and failed init_vlc() libavcodecThu, 05 Jul 2007 06:47:00 +0000, by mru
-
Remove variables made unused by the last two patches and test svn access. libavcodecTue, 03 Jul 2007 02:50:36 +0000, by vitor
-
Remove leading underscores from specifiers, they are reserved. libavcodecMon, 02 Jul 2007 17:00:04 +0000, by diego
-
Add missing comment markers to #endif directive. libavcodecMon, 02 Jul 2007 10:08:47 +0000, by diego
-
Identify the loop_filter flag as such and remove the unused variables in the context. libavcodecWed, 27 Jun 2007 14:27:47 +0000, by iive
-
removing dependency on bfin_sram.h, which is not used right now libavcodecFri, 22 Jun 2007 13:44:58 +0000, by mhoffman
-
renaming L1CODE to attribute_l1_text, which is defined in dsputil_bfin.h libavcodecFri, 22 Jun 2007 13:43:47 +0000, by mhoffman
-
modify msmpeg4 functions to generate VC1 compatible block layer bitstream libavcodecFri, 22 Jun 2007 08:35:21 +0000, by benoit
-
Don't swap back un-deblocked lines for intra prediction when libavcodecThu, 21 Jun 2007 07:52:06 +0000, by gpoirier
-
split frame rate and frame size abbreviation into two structures libavcodecThu, 21 Jun 2007 07:46:48 +0000, by benoit
-
move dct_quantize and denoise_dct function pointers initialization to C libavcodecWed, 20 Jun 2007 11:01:50 +0000, by benoit
-
Do not reuse the rbsp de-escape buffer if both libavcodecWed, 20 Jun 2007 08:53:53 +0000, by benoit
-
Decouple bit context from h264 context in decode_ref_pic_marking() libavcodecTue, 19 Jun 2007 21:34:04 +0000, by gpoirier
-
add a comment to indicate which #endif belong to which #define libavcodecSun, 17 Jun 2007 18:59:28 +0000, by gpoirier
-
re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_altivec, libavcodecSun, 17 Jun 2007 09:38:35 +0000, by gpoirier
-
part 2/2 of fixing Altivec-accelerated H264 luma inloop filter libavcodecSun, 17 Jun 2007 09:37:13 +0000, by gpoirier
-
convert h264_deblock_q1 to an inline function. libavcodecSun, 17 Jun 2007 09:14:02 +0000, by gpoirier
-
move a couple of macros and structs to mpegaudio.h libavcodecSat, 16 Jun 2007 22:58:43 +0000, by mru
-
Factor out init_scan_tables(), patch by Andreas ªÓman %andreas A olebyn.nu% libavcodecSat, 16 Jun 2007 19:54:04 +0000, by gpoirier
-
Use a faster way to compute 255-val: Instead of creating a vector of libavcodecSat, 16 Jun 2007 18:59:10 +0000, by gpoirier
-
move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't libavcodecSat, 16 Jun 2007 15:15:19 +0000, by mru
-
replace endian detection hack with #ifdef WORDS_BIGENDIAN libavcodecSat, 16 Jun 2007 14:52:10 +0000, by mru
-
replace TARGET_* with HAVE_* simplifying lists in configure script libavcodecFri, 15 Jun 2007 20:35:44 +0000, by mru
-
use if() instead of #ifdef and ensure all possible optimisations are enabled libavcodecFri, 15 Jun 2007 18:18:31 +0000, by aurel
-
some samples aren't decoded correctly such as libavcodecFri, 15 Jun 2007 08:22:06 +0000, by gpoirier
-
Remove an unreferenced variable from qpeg_decode_inter(). libavcodecThu, 14 Jun 2007 16:16:37 +0000, by takis
-
removing underscores from block profiling renaming to xx_ libavcodecWed, 13 Jun 2007 12:46:27 +0000, by mhoffman
-
Improve understanding ofavcodec_find_decoder() libavcodecWed, 13 Jun 2007 08:28:00 +0000, by benoit
-
kill one vector constant value load by the right combination of vec_splatX/vec_sl libavcodecTue, 12 Jun 2007 21:24:25 +0000, by gpoirier
-
restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no% libavcodecTue, 12 Jun 2007 21:17:22 +0000, by gpoirier
-
integrating MPV_common_init_bfin into the build system and mpegvideo.c libavcodecTue, 12 Jun 2007 19:34:06 +0000, by mhoffman
-
Blackfin IDCT has no special permutation it uses normal order libavcodecTue, 12 Jun 2007 19:06:39 +0000, by mhoffman
-
Move the video size and rate abbreviations system from libavformat to libavcodec libavcodecTue, 12 Jun 2007 08:06:54 +0000, by benoit
-
move codecs declarations from avcodec.h to allcodecs.h libavcodecMon, 11 Jun 2007 16:05:32 +0000, by aurel
-
one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go libavcodecMon, 11 Jun 2007 08:00:31 +0000, by gpoirier
-
Altivec version of h264_(h|v)_loop_filter_luma libavcodecSat, 09 Jun 2007 19:13:34 +0000, by gpoirier
-
Add some #includes to allow compilation without HAVE_AV_CONFIG_H. libavcodecSat, 09 Jun 2007 17:52:16 +0000, by diego
-
work around issues with the old version of Gnu Assembler shipped on libavcodecFri, 08 Jun 2007 20:35:30 +0000, by gpoirier
-
emms --> emms_c, taken from a patch by Ronald Bultje libavcodecThu, 07 Jun 2007 21:31:26 +0000, by diego
-
Preprocessor #defines starting with __ are reserved for the system. libavcodecThu, 07 Jun 2007 17:19:37 +0000, by diego
-
Add CPU feature definitions for SSE3 and SSSE3. libavcodecThu, 07 Jun 2007 16:58:08 +0000, by diego
-
CPU feature definitions should always be available, not just when the libavcodecThu, 07 Jun 2007 16:15:20 +0000, by diego
-
Add some forgotten lib prefixes to Makefile variables. libavcodecWed, 06 Jun 2007 18:56:14 +0000, by diego
-
Consistent naming and lib prefixes for x264, xvid and mp3lame within the code. libavcodecWed, 06 Jun 2007 08:51:41 +0000, by diego
-
Give names of external library decoders/encoders a lib prefix libavcodecWed, 06 Jun 2007 08:41:45 +0000, by diego
-
Give all wrappers for external libraries names starting with lib. libavcodecWed, 06 Jun 2007 00:14:18 +0000, by diego
-
Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks libavcodecTue, 05 Jun 2007 08:05:16 +0000, by benoit
-
Rename code012() to ff_code012(), and remove static qualifier: paves the way libavcodecTue, 05 Jun 2007 07:18:29 +0000, by gpoirier
-
fix error: indeo2.c:202:1: directives may not be used inside a macro argument, libavcodecMon, 04 Jun 2007 11:03:24 +0000, by gpoirier
-
h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com> libavcodecSun, 03 Jun 2007 13:27:44 +0000, by lu_zero
-
filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delegate that case to filter_mb(). libavcodecSun, 03 Jun 2007 11:44:43 +0000, by lorenm
-
Rename aac_decoder to libfaad_decoder for consistency and to be able to libavcodecSat, 02 Jun 2007 11:44:44 +0000, by diego
-
Rename faac_encoder to libfaac_encoder for consistency and to be able to libavcodecSat, 02 Jun 2007 11:20:24 +0000, by diego
-
check qblur > 1 (prevent assert failure / segfault) libavcodecThu, 31 May 2007 21:40:22 +0000, by michael
-
sanity checks (should prevent hypothetical div by zero issue) libavcodecWed, 30 May 2007 23:06:37 +0000, by michael
-
Add support for listing the supported pixel formats using the option libavcodecWed, 30 May 2007 14:20:55 +0000, by benoit
-
rename attribute_unused to av_unused and moves its declaration to common.h libavcodecWed, 30 May 2007 09:32:25 +0000, by benoit
-
Do proper frame swapping so VMD video decoder works again libavcodecTue, 29 May 2007 16:43:25 +0000, by kostya
-
Split RoQ decoder to accommodate future encoder patch libavcodecTue, 29 May 2007 15:01:33 +0000, by benoit
-
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. libavcodecMon, 28 May 2007 09:30:41 +0000, by diego
-
make decoder decode the first frame properly if theres more than just one libavcodecSun, 27 May 2007 22:34:49 +0000, by michael
-
Correct the parameter order for the call to "av_clip". libavcodecFri, 25 May 2007 14:42:11 +0000, by takis
-
use sparse huffman tables. 1.5% faster huffyuv decoding. libavcodecThu, 24 May 2007 17:40:02 +0000, by lorenm
-
add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables. libavcodecThu, 24 May 2007 17:38:56 +0000, by lorenm
-
fix mjpeg decoding with broken huffman table headers libavcodecWed, 23 May 2007 18:41:34 +0000, by ods15
-
Export the four remaining H.264 decoder intra prediction functions for reuse in libavcodecWed, 23 May 2007 13:46:11 +0000, by takis
-
merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv decoding. libavcodecWed, 23 May 2007 09:02:07 +0000, by lorenm
-
Remove mdct.o and fft.o from fft-test prerequisites list. libavcodecTue, 22 May 2007 07:08:38 +0000, by diego
-
Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic libavcodecMon, 21 May 2007 15:24:31 +0000, by takis
-
Split the h261.c file into separate files for the encoder, decoder and common stuff. libavcodecMon, 21 May 2007 12:51:29 +0000, by takis
-
Rename motion_test.c to motion-test.c, which is the naming scheme used by all libavcodecMon, 21 May 2007 07:11:27 +0000, by diego
-
remove dependency of mpeg audio encoder over mpeg audio decoder libavcodecSun, 20 May 2007 22:50:29 +0000, by aurel
-
Remove incorrect comment; MMX2 is preferred over 3DNow! on Athlon libavcodecSun, 20 May 2007 05:07:44 +0000, by zuxy
-
sanity checks for bitrate tolerance and buffer size (= fail if a single frame at the libavcodecSun, 20 May 2007 01:35:15 +0000, by michael
-
move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.h libavcodecSat, 19 May 2007 15:06:34 +0000, by aurel
-
change brute force search to min-heap. 3.6x faster generate_len_table, 8% faster ffvhuff encoding. libavcodecSat, 19 May 2007 02:32:59 +0000, by lorenm
-
move mjpega_dump_header bitstream filter in its own file libavcodecSat, 19 May 2007 00:53:41 +0000, by aurel
-
move imx_dump_header bitstream filter in its own file libavcodecSat, 19 May 2007 00:44:41 +0000, by aurel
-
move dump_extradata bitstream filter in its own file libavcodecSat, 19 May 2007 00:35:27 +0000, by aurel
-
move remove_extradata bitstream filter in its own file libavcodecSat, 19 May 2007 00:32:11 +0000, by aurel
-
move mp3_header_compress bitstream filter in its own file libavcodecSat, 19 May 2007 00:27:43 +0000, by aurel
-
move mp3_header_decompress bitstream filter in its own file libavcodecSat, 19 May 2007 00:24:34 +0000, by aurel
-
add proper prefix to extern mpeg audio data tables libavcodecSat, 19 May 2007 00:13:35 +0000, by aurel
-
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c libavcodecSat, 19 May 2007 00:06:02 +0000, by aurel
-
move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c libavcodecFri, 18 May 2007 22:58:01 +0000, by aurel
-
add a proper prefix to all mjpeg encoder exported functions libavcodecFri, 18 May 2007 22:54:54 +0000, by aurel
-
r3938 broke 2pass huffyuv (not that anyone uses it) libavcodecFri, 18 May 2007 08:56:46 +0000, by lorenm
-
3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw instead of pmulhw libavcodecFri, 18 May 2007 08:18:56 +0000, by zuxy
-
Move attribute_unused to variable declarations in macros instead of libavcodecThu, 17 May 2007 20:18:46 +0000, by reimar
-
remove libdts decoder, we have a native dts decoder libavcodecThu, 17 May 2007 17:04:00 +0000, by aurel
-
split mjpeg.c into an encoder and a decoder file libavcodecThu, 17 May 2007 16:29:11 +0000, by aurel
-
use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables libavcodecThu, 17 May 2007 14:14:53 +0000, by gpoirier
-
Remove lots of unused commented code. (Cleanup) libavcodecThu, 17 May 2007 07:50:08 +0000, by banan
-
better separation of vp3dsp functions from dsputil_mmx.c libavcodecWed, 16 May 2007 23:23:45 +0000, by aurel
-
printf --> av_log, patch by Denis Fortin, fortin nerim net libavcodecWed, 16 May 2007 12:57:27 +0000, by diego
-
DTS decoding was broken for every speaker configuration except 5.1. libavcodecWed, 16 May 2007 10:50:18 +0000, by diego
-
Add libavcodec to compiler include flags in order to simplify header libavcodecWed, 16 May 2007 09:51:45 +0000, by diego
-
Change some leftover __attribute__((unused)) and __attribute__((used)) to libavcodecMon, 14 May 2007 14:07:50 +0000, by reimar
-
jpegls encoder does not call this function, so remove useless tests libavcodecSun, 13 May 2007 23:22:05 +0000, by aurel
-
split jpeg_ls into jpeglsdec, jpeglsenc and jpegls libavcodecSun, 13 May 2007 23:16:56 +0000, by aurel
-
Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency. libavcodecSun, 13 May 2007 22:15:52 +0000, by diego
-
Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com% libavcodecSun, 13 May 2007 16:32:32 +0000, by gpoirier
-
use DECLARE_ALIGNED from mem.h (which is included through common.h) libavcodecSun, 13 May 2007 14:01:15 +0000, by alex
-
allow to enable or disable every bitstream filters individually libavcodecSat, 12 May 2007 23:33:53 +0000, by aurel
-
jpegls never call this code, so those tests are useless libavcodecSat, 12 May 2007 22:50:12 +0000, by aurel
-
Added support for instances where linesize[0] is negative. libavcodecSat, 12 May 2007 19:37:26 +0000, by banan
-
Remove redundant extern declaration of j_rev_dct that is already libavcodecSat, 12 May 2007 10:53:33 +0000, by diego
-
factor sum_abs_dctelem out of dct_sad, and simd it. libavcodecSat, 12 May 2007 02:41:25 +0000, by lorenm
-
sse2 & ssse3 versions of hadamard. unroll and inline diff_pixels. libavcodecSat, 12 May 2007 01:16:06 +0000, by lorenm
-
rename pnm.c to pnmenc.c and pnm_common.c to pnm.c libavcodecFri, 11 May 2007 09:28:07 +0000, by aurel
-
Remove duplicate #includes, avcodec.h #includes common.h. libavcodecFri, 11 May 2007 07:21:14 +0000, by diego
-
rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c libavcodecThu, 10 May 2007 15:24:01 +0000, by aurel
-
loosen vorbis_enc.c dependencies by spliting vorbis.c libavcodecThu, 10 May 2007 15:17:17 +0000, by aurel
-
Fix Vorbis encoder Xiph dependency by making sure the references to libavcodecThu, 10 May 2007 14:36:36 +0000, by takis
-
disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in libavcodecThu, 10 May 2007 13:11:36 +0000, by aurel
-
use header instead of copying table declarations libavcodecThu, 10 May 2007 10:12:02 +0000, by aurel
-
split msmpeg4 data to easily share some of it with vc1.c libavcodecThu, 10 May 2007 10:03:16 +0000, by aurel
-
Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodecThu, 10 May 2007 09:00:44 +0000, by diego
-
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c libavcodecWed, 09 May 2007 23:13:43 +0000, by aurel
-
Use 1 array with double the size instead of 2 arrays with normal size libavcodecWed, 09 May 2007 22:24:23 +0000, by ramiro
-
Add bias instead of -32 or 0, as is done in g.722.1 libavcodecWed, 09 May 2007 22:00:08 +0000, by ramiro
-
Add another tmpbias variable, as bias' value will be used later libavcodecWed, 09 May 2007 21:56:22 +0000, by ramiro
-
Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER. libavcodecWed, 09 May 2007 18:23:20 +0000, by diego
-
Add ff_ prefix to (externally) visible variables libavcodecWed, 09 May 2007 16:59:46 +0000, by kostya
-
Allow conditional compilation of H.263-related decoders. libavcodecWed, 09 May 2007 09:26:06 +0000, by diego
-
cosmetics: remove code duplication in hadamard8_diff_mmx libavcodecWed, 09 May 2007 01:46:33 +0000, by lorenm
-
cosmetics: rename for consistency after previous aac and ac3 parsers move libavcodecTue, 08 May 2007 23:29:07 +0000, by aurel
-
fix display of theora videos with visible size smaller than encoded size libavcodecMon, 07 May 2007 15:43:01 +0000, by aurel
-
make some parser parameters const to avoid casting const to non-const libavcodecMon, 07 May 2007 00:47:03 +0000, by aurel
-
fix possibly exploitable stack overflow with num_sprite_warping_points (found by reimar) libavcodecSun, 06 May 2007 15:25:04 +0000, by michael
-
Make vc1_parser.c compilable without special defines libavcodecSun, 06 May 2007 11:01:25 +0000, by kostya
-
Remove superfluous #includes, parser.h now includes its prerequisites. libavcodecSat, 05 May 2007 21:11:22 +0000, by diego
-
ff_frame_rate_tab is now declared in mpegvideo.h libavcodecSat, 05 May 2007 18:32:19 +0000, by aurel
-
avoid a clash between two definitions of SEQ_START_CODE libavcodecSat, 05 May 2007 18:31:34 +0000, by aurel
-
add a ff_ prefix to the now exported mpeg1_find_frame_end() function libavcodecSat, 05 May 2007 18:25:02 +0000, by aurel
-
avoid a 'discards qualifiers from pointer' warning libavcodecSat, 05 May 2007 18:17:03 +0000, by aurel
-
parser.h uses AVCodecContext so it needs to include avcodec.h libavcodecSat, 05 May 2007 17:56:47 +0000, by aurel
-
parser.c is compiled unconditionally, there is no need to compile it libavcodecSat, 05 May 2007 12:24:51 +0000, by diego
-
Fix multiple "¡Æinline/static¡Ç is not at beginning of declaration" warnings. libavcodecSat, 05 May 2007 12:18:14 +0000, by diego
-
parser.c is compiled unconditionally, there is no need to compile it libavcodecSat, 05 May 2007 09:15:03 +0000, by diego
-
100l to myself. Do not include stuff unneeded by parser libavcodecFri, 04 May 2007 12:31:40 +0000, by kostya
-
Give libamr decoders/encoders a lib prefix in the name. libavcodecThu, 03 May 2007 10:38:03 +0000, by diego
-
1000l to myself - DCA decoder should not be registered in video codecs section libavcodecWed, 02 May 2007 16:43:29 +0000, by kostya
-
cosmetics: Group all external library decoders and encoders together. libavcodecWed, 02 May 2007 09:37:47 +0000, by diego
-
patch so that the deprecated items show up correctly libavcodecWed, 02 May 2007 09:13:47 +0000, by benoit
-
make mpeg decoder handle mid-stream changes in resolution libavcodecWed, 02 May 2007 08:18:28 +0000, by benoit
-
prevent going out of the buffer if the nal size does not fit in the buffer. libavcodecSun, 29 Apr 2007 23:18:39 +0000, by gpoirier
-
check for channels<=0 and print a reasonable error message libavcodecSun, 29 Apr 2007 13:25:32 +0000, by alex
-
Mark code parts that cannot work on AMD64 due to broken relocations as such. libavcodecFri, 27 Apr 2007 09:32:31 +0000, by diego
-
10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE. libavcodecThu, 26 Apr 2007 00:32:31 +0000, by diego
-
cosmetics: Put AMR entry in alphabetical order with all external libraries. libavcodecWed, 25 Apr 2007 19:13:09 +0000, by diego
-
Remove hackish support for the non-free fixed-point AMR-NB reference code. libavcodecWed, 25 Apr 2007 19:12:04 +0000, by diego
-
1000l to myself as used VLC indexes were totally wrong libavcodecTue, 24 Apr 2007 17:31:39 +0000, by kostya
-
simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail com libavcodecSat, 21 Apr 2007 18:47:30 +0000, by bcoudurier
-
ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c libavcodecSat, 21 Apr 2007 00:29:01 +0000, by alex
-
add .type foo, %function directives for the benefit of debuggers libavcodecThu, 19 Apr 2007 20:09:43 +0000, by mru
-
Deobfuscade decodeTonalComponents calling logic. libavcodecWed, 18 Apr 2007 19:58:20 +0000, by banan
-
Pullback should be performed on scaled motion vectors in B-frames libavcodecWed, 18 Apr 2007 17:36:52 +0000, by kostya
-
Remove the build instructions from the doxygen comments, they are duplicated libavcodecWed, 18 Apr 2007 09:34:08 +0000, by diego
-
Move AC3 header parsing code together with the rest of the AC3 parsing code. libavcodecSun, 15 Apr 2007 12:32:36 +0000, by diego
-
correct another possible buffer overflow where interlaced would libavcodecSat, 14 Apr 2007 22:05:12 +0000, by michael
-
fix tiff regression test (bitexact flag was ignoredwhich caused the libavcodecSat, 14 Apr 2007 18:58:26 +0000, by michael
-
Update preprocessor directive comments to take recent changes to this file libavcodecSat, 14 Apr 2007 09:59:57 +0000, by diego
-
timestamps generation improvement when parsing avi libavcodecFri, 13 Apr 2007 07:50:04 +0000, by benoit
-
As usual Real actually took something existing and rebranded it. libavcodecThu, 12 Apr 2007 15:37:23 +0000, by banan
-
Add complete instructions for the brave people wishing to fiddle with the libavcodecThu, 12 Apr 2007 11:12:43 +0000, by diego
-
Replace hackish support for amr-nb and amr-wb. Instead of including the source libavcodecThu, 12 Apr 2007 10:59:52 +0000, by diego
-
Update download URL with a link to a working version. libavcodecThu, 12 Apr 2007 10:27:40 +0000, by diego
-
ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1 libavcodecTue, 10 Apr 2007 09:47:37 +0000, by lu_zero
-
Add support for grayscale images with arbitrary maxvals. libavcodecTue, 10 Apr 2007 09:15:54 +0000, by ivo
-
Fix an underflow/overflow that was causing some crackles when playing libavcodecTue, 10 Apr 2007 08:18:04 +0000, by diego
-
Set C predictor to zero if unavailable (should fix B-frame border artifacts) libavcodecTue, 10 Apr 2007 05:31:22 +0000, by kostya
-
When dst_length == 0 bit_length has to be 0, too, but the current code still libavcodecMon, 09 Apr 2007 14:10:07 +0000, by diego
-
Remove a NAL unit's trailing zero bytes even when dst_length is 1. libavcodecMon, 09 Apr 2007 13:39:35 +0000, by diego
-
scenario: A properly coded frame is followed by an end of sequence NAL unit, libavcodecMon, 09 Apr 2007 12:55:07 +0000, by diego
-
Only compile in Theora-specific functions if the Theora decoder has been libavcodecSun, 08 Apr 2007 18:54:53 +0000, by diego
-
cosmetics: Move one code block to save an #ifdef in the next commit. libavcodecSun, 08 Apr 2007 18:52:03 +0000, by diego
-
Fix compilation when Theora decoder is disabled, but VP3 is enabled. libavcodecSun, 08 Apr 2007 13:42:44 +0000, by diego
-
remove c93_ prefix from static functions in c93.c libavcodecSun, 08 Apr 2007 09:31:54 +0000, by michael
-
use bytestream reader instead of bitstream for THP libavcodecSat, 07 Apr 2007 22:04:33 +0000, by michael
-
table[index][ch] -> table[ch][index] (might be faster ...) libavcodecSat, 07 Apr 2007 21:15:52 +0000, by michael
-
Fix segmentation fault for gray16le to gray conversion. libavcodecSat, 07 Apr 2007 19:24:27 +0000, by ivo
-
Remove superfluous setting of has_b_frames in codecs without B-frames. libavcodecSat, 07 Apr 2007 17:37:30 +0000, by diego
-
THP PCM decoder, used on the Nintendo GameCube. libavcodecSat, 07 Apr 2007 16:03:23 +0000, by diego
-
TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) libavcodecSat, 07 Apr 2007 15:15:45 +0000, by michael
-
LZW encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl libavcodecSat, 07 Apr 2007 15:10:22 +0000, by michael
-
Print a list of valid AMR bitrates if a wrong one is used. libavcodecSat, 07 Apr 2007 11:57:35 +0000, by diego
-
YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl) libavcodecFri, 06 Apr 2007 23:16:08 +0000, by michael
-
s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad students mimuw edu pl libavcodecFri, 06 Apr 2007 20:49:26 +0000, by michael
-
Return correct decoded size, decoder is called with only one frame at a time. libavcodecFri, 06 Apr 2007 10:37:34 +0000, by diego
-
IWMMXT-specific dsputils clear_blocks function. libavcodecFri, 06 Apr 2007 09:59:55 +0000, by diego
-
remove compound literals gcc 2.95 doesnt support taking an address of a compound literal libavcodecThu, 05 Apr 2007 00:09:48 +0000, by michael
-
WMA decoder improvement, output closer to the dmo binary. libavcodecWed, 04 Apr 2007 13:49:55 +0000, by banan
-
changes some function declarations from () to (void) as per ansi c. libavcodecWed, 04 Apr 2007 11:51:08 +0000, by gpoirier
-
Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl. libavcodecWed, 04 Apr 2007 11:43:08 +0000, by diego
-
Explain which configure options are necessary for which AMR variant. libavcodecTue, 03 Apr 2007 14:15:59 +0000, by diego
-
FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil Nowosad libavcodecTue, 03 Apr 2007 13:52:00 +0000, by michael
-
tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) libavcodecTue, 03 Apr 2007 13:43:57 +0000, by michael
-
dont use *int8_t for the arguments (ive missed that in the patches ...) libavcodecTue, 03 Apr 2007 06:46:12 +0000, by michael
-
Changed the rle encoder a little and made it more universal. libavcodecTue, 03 Apr 2007 06:40:21 +0000, by michael
-
fix indention (less work to fix it myself than to check if a indention fix patch is ok ...) libavcodecTue, 03 Apr 2007 01:23:37 +0000, by michael
-
generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl libavcodecTue, 03 Apr 2007 01:01:46 +0000, by michael
-
Remove stray object from list of Blackfin assembler objects. libavcodecMon, 02 Apr 2007 07:26:14 +0000, by diego
-
bfin dsputils, basic pixel operations sads, diffs, motion compensation libavcodecSun, 01 Apr 2007 22:28:45 +0000, by diego
-
support for the THP game format by Marco Gerards, mgerards xs4all nl libavcodecSun, 01 Apr 2007 14:28:48 +0000, by diego
-
Add '#undef exit', the function is now forbidden. libavcodecSun, 01 Apr 2007 11:40:36 +0000, by diego
-
Add doxy comments, based on Loren's explanations posted here: libavcodecSat, 31 Mar 2007 22:39:43 +0000, by gpoirier
-
platform-independent restructuring and code simplification libavcodecSat, 31 Mar 2007 17:24:09 +0000, by diego
-
Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com. libavcodecSat, 31 Mar 2007 16:20:51 +0000, by diego
-
move some stuff out of an inner loop. 12% faster svq1 encoding. libavcodecFri, 30 Mar 2007 19:16:41 +0000, by lorenm
-
Fix a bug in av_find_opt(). Because some of the AVOption structures have field libavcodecFri, 30 Mar 2007 09:26:13 +0000, by takis
-
add 'all' and 'none' options for partitions config libavcodecFri, 30 Mar 2007 09:05:52 +0000, by gpoirier
-
Update specification and reference implementation links. libavcodecFri, 30 Mar 2007 06:33:15 +0000, by diego
-
Fix compilation when using the --disable-opts parameter. This to help those libavcodecThu, 29 Mar 2007 14:20:30 +0000, by takis
-
FASTTX==0 means additional 16 bits in extradata libavcodecTue, 27 Mar 2007 07:28:52 +0000, by kostya
-
set pict_type to I type during init so parsers which dont set it get all i frames, fixes mp3 seeking libavcodecMon, 26 Mar 2007 17:33:45 +0000, by michael
-
get rid of unused entries in the middle of xvmc_render struct, libavcodecMon, 26 Mar 2007 15:21:19 +0000, by iive
-
Optimize by building the mdct window and multipying/adding at the same time. libavcodecMon, 26 Mar 2007 10:03:57 +0000, by banan
-
properly set *data_size when returning >= 0 values in shorten_decode_frame() libavcodecMon, 26 Mar 2007 00:00:43 +0000, by aurel
-
check input validity, this prevents a few variables from reachin odd values which might have lead to out of array writes and thus might have been exploitable libavcodecSun, 25 Mar 2007 23:37:38 +0000, by michael
-
increment subminor version due to r8502 and r8504, those revisions make dnxhd and gif decoders in line with libavcodec API libavcodecSun, 25 Mar 2007 20:52:45 +0000, by bcoudurier
-
pass correct buffer size to lzw decode init libavcodecSun, 25 Mar 2007 16:29:11 +0000, by bcoudurier
-
move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, avoids some checks in the innermost loop and also gets rid of the controversal break while hopefully retaining the last byte in a valid bytestream, invalid bytestreams still can have very significant overread libavcodecSun, 25 Mar 2007 15:43:46 +0000, by michael
-
1000l to myself - get correct quantization for blocks 1 and 2 libavcodecSun, 25 Mar 2007 06:00:06 +0000, by kostya
-
use generic xiph header spliting func to split theora headers libavcodecSun, 25 Mar 2007 01:09:26 +0000, by aurel
-
extract vorbis header spliting code into a reusable function libavcodecSun, 25 Mar 2007 01:06:45 +0000, by aurel
-
return error if loop has ended before decoding image libavcodecSun, 25 Mar 2007 00:12:24 +0000, by bcoudurier
-
break if eob is reached to avoid reading one too much byte libavcodecSat, 24 Mar 2007 23:23:05 +0000, by bcoudurier
-
iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, but libavcodecFri, 23 Mar 2007 00:05:45 +0000, by mru
-
set more reasonable cutoff for audio rate conversion libavcodecThu, 22 Mar 2007 14:27:16 +0000, by michael
-
replace long double in the audiophile kiddy mode with doubles, its faster (and more portable) and the audiophile placebo 120db stopband attenuation isnt affected libavcodecThu, 22 Mar 2007 11:23:38 +0000, by michael
-
change high precision mode to 30 bits again after making the code less overflow sensitive libavcodecThu, 22 Mar 2007 11:13:13 +0000, by michael
-
optimize linear filter coeff interpolation code, this also makes the code less prone to overflows libavcodecThu, 22 Mar 2007 11:10:30 +0000, by michael
-
utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30% libavcodecThu, 22 Mar 2007 05:34:26 +0000, by jbr
-
revert r8469 (increase bits for non default highprecision mode) libavcodecThu, 22 Mar 2007 03:18:34 +0000, by michael
-
optimize bessel function instead of trusting gcc to do trivial optimizations (as gcc doesnt ...) libavcodecThu, 22 Mar 2007 00:52:49 +0000, by michael
-
select more sensible default windows (= attenuation beyond the dynamic range of your input is silly if it negatively affects other parameters) libavcodecThu, 22 Mar 2007 00:16:41 +0000, by michael
-
make kaiser windows with other beta than 16 available libavcodecWed, 21 Mar 2007 23:44:49 +0000, by michael
-
enable iwmmxt support, removing mm_support() stub libavcodecWed, 21 Mar 2007 23:07:24 +0000, by mru
-
make high precision mode accessible at compile time libavcodecWed, 21 Mar 2007 22:39:00 +0000, by michael
-
increase bits for non default highprecision mode libavcodecWed, 21 Mar 2007 22:38:07 +0000, by michael
-
code for testing the accuracy of the resampler libavcodecWed, 21 Mar 2007 22:37:05 +0000, by michael
-
remove dithering of filter coefficients, improves precision by 1-2 bits and libavcodecWed, 21 Mar 2007 22:02:52 +0000, by michael
-
Small simplifications to subband coefficient handling and use av_random(). libavcodecTue, 20 Mar 2007 18:08:51 +0000, by banan
-
fix handling of special case for lowest snroffset. regressions are unaffected. libavcodecTue, 20 Mar 2007 02:12:13 +0000, by jbr
-
10l, fix debug, dprintf does not have log level libavcodecMon, 19 Mar 2007 16:07:51 +0000, by bcoudurier
-
AC-3 encoded volume is too high. Revert revision 7160: libavcodecSun, 18 Mar 2007 23:18:05 +0000, by jbr
-
split ac3_parametric_bit_allocation into 3 separate functions libavcodecSun, 18 Mar 2007 21:43:20 +0000, by jbr
-
Proper handling of motion vectors for adv. profile libavcodecSun, 18 Mar 2007 07:51:40 +0000, by kostya
-
Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com. libavcodecSat, 17 Mar 2007 14:59:58 +0000, by diego
-
Move the encoding of the image data to its own function. libavcodecSat, 17 Mar 2007 13:16:18 +0000, by diego
-
Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com. libavcodecSat, 17 Mar 2007 12:56:34 +0000, by diego
-
force 16-bytes alignement of block array, as needed by the implementation of ff_dct_sse2 libavcodecThu, 15 Mar 2007 23:45:20 +0000, by gpoirier
-
remove silly static int done protecting the initalization of 32 elements to 1 libavcodecTue, 13 Mar 2007 22:51:11 +0000, by michael
-
Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behaviour. libavcodecSun, 11 Mar 2007 21:01:33 +0000, by banan
-
Replace custom modified discrete cosine transform with ffmpeg's own. libavcodecSun, 11 Mar 2007 20:30:06 +0000, by banan
-
Check dimensions to avoid division by zero due to invalid new dimensions. libavcodecSun, 11 Mar 2007 09:16:11 +0000, by reimar
-
remove redundancy in AC-3 parser by using common tables from ac3tab.h libavcodecSun, 11 Mar 2007 02:13:05 +0000, by jbr
-
Remove common code from AC-3 encoder and utilize ac3.c. libavcodecFri, 09 Mar 2007 13:57:42 +0000, by jbr
-
Create ac3.c which will be used for AC-3 common code. libavcodecFri, 09 Mar 2007 13:54:44 +0000, by jbr
-
Don't output the first two frames, since they don't contain valid audio. libavcodecThu, 08 Mar 2007 19:47:03 +0000, by banan
-
bitrate sanity check (fixes assertion failure) libavcodecThu, 08 Mar 2007 10:25:06 +0000, by michael
-
Remove useless casts as recommended by M«©ns Rullg«©rd. libavcodecThu, 08 Mar 2007 10:21:35 +0000, by takis
-
Move the initialization on context definition. In amr.c, only the libavcodecThu, 08 Mar 2007 10:06:59 +0000, by takis
-
add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType as an additional parameter libavcodecWed, 07 Mar 2007 09:29:44 +0000, by michael
-
add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags match a user specified & mask = flags libavcodecWed, 07 Mar 2007 02:21:35 +0000, by michael
-
make av_find_opt() available to the public and add a mask+flags parameter to search for specific AVOptions libavcodecWed, 07 Mar 2007 02:03:44 +0000, by michael
-
change management of "ab" option in ffmpeg.c, so that it works as "b" option. libavcodecMon, 05 Mar 2007 10:04:53 +0000, by gpoirier
-
Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" libavcodecSun, 04 Mar 2007 11:53:11 +0000, by takis
-
imx dump header bitstream filter, modifies bitstream to fit in mov and be decoded by final cut pro decoder libavcodecSun, 04 Mar 2007 02:59:11 +0000, by bcoudurier
-
partial avid meridien uncompressed support libavcodecSat, 03 Mar 2007 14:11:45 +0000, by bcoudurier
-
Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2. libavcodecSat, 03 Mar 2007 08:33:07 +0000, by diego
-
support feeding individual NAL units to the decoder instead of just complete frames libavcodecFri, 02 Mar 2007 23:35:26 +0000, by michael
-
support for mjpeg bottom field first in mov libavcodecFri, 02 Mar 2007 12:26:07 +0000, by bcoudurier
-
remove ps option and rename rtp_payload_size AVOption to ps libavcodecThu, 01 Mar 2007 16:36:38 +0000, by bcoudurier
-
Add documentation to some avcodec.h's pix_fmt related functions and defines. libavcodecThu, 01 Mar 2007 15:27:26 +0000, by takis
-
get rid of CODEC_FLAG_H263P_AIC with next major bump libavcodecThu, 01 Mar 2007 10:29:03 +0000, by bcoudurier
-
define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bump libavcodecThu, 01 Mar 2007 10:24:07 +0000, by bcoudurier
-
get rid of rtp_mode field after next major bump libavcodecWed, 28 Feb 2007 17:56:45 +0000, by bcoudurier
-
enable rtp payload size AVOption for video encoding libavcodecWed, 28 Feb 2007 17:40:31 +0000, by bcoudurier
-
The Snow DEcoding routines should be under CONFIG_SNOW_DECODER. libavcodecTue, 27 Feb 2007 00:24:49 +0000, by diego
-
Move the unaltered documentation of the functions which are part of the public libavcodecSun, 25 Feb 2007 07:53:44 +0000, by takis
-
Only compile snowdsp_mmx.c if the Snow decoder is enabled. libavcodecSat, 24 Feb 2007 11:59:26 +0000, by diego
-
Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated. libavcodecSat, 24 Feb 2007 11:58:52 +0000, by diego
-
cosmetics: Fix another common typo, dependAnt --> dependEnt. libavcodecSat, 24 Feb 2007 09:41:43 +0000, by diego
-
h264 optimization: common case hl_decode_mb patch by (Alexander Strange astrange ithinksw com) libavcodecSat, 24 Feb 2007 00:58:28 +0000, by michael
-
reorder a few more paddws to reduce dependancy chains libavcodecFri, 23 Feb 2007 15:44:56 +0000, by michael
-
add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c libavcodecFri, 23 Feb 2007 15:19:29 +0000, by gpoirier
-
fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron co kr) libavcodecFri, 23 Feb 2007 14:29:13 +0000, by michael
-
use av_noinline instead of __attribute((noinline)) libavcodecFri, 23 Feb 2007 10:23:45 +0000, by aurel
-
dont check buffer size if the decode function wont be called at all libavcodecFri, 23 Feb 2007 00:47:21 +0000, by michael
-
av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_. libavcodecFri, 23 Feb 2007 00:20:39 +0000, by takis
-
Move the av_realloc_static() declaration out of avcodec.h into bitstream.c. libavcodecThu, 22 Feb 2007 20:21:33 +0000, by takis
-
Doxygenize the comments for the av_fast_realloc() function. libavcodecThu, 22 Feb 2007 19:14:07 +0000, by takis
-
Doxygenize the comments for the av_free_static() function. libavcodecThu, 22 Feb 2007 19:12:40 +0000, by takis
-
Doxygenize the comments for the av_mallocz_static() function. libavcodecThu, 22 Feb 2007 19:11:33 +0000, by takis
-
Doxygenize the comments for the av_realloc_static() function. libavcodecThu, 22 Feb 2007 19:10:55 +0000, by takis
-
Doxygenize the comments for the av_get_bits_per_sample() function. libavcodecThu, 22 Feb 2007 19:09:35 +0000, by takis
-
Doxygenize the comments for the av_get_pict_type_char() function. libavcodecThu, 22 Feb 2007 19:08:39 +0000, by takis
-
Doxygenize the comments for the avpicture_free() function. libavcodecThu, 22 Feb 2007 19:06:28 +0000, by takis
-
Move the Doxygen function documentation unaltered from libavcodec/utils.c to libavcodecThu, 22 Feb 2007 19:05:44 +0000, by takis
-
The memsetting of the end of buffer is not needed for audio. libavcodecThu, 22 Feb 2007 12:56:31 +0000, by takis
-
Stray comment, probably copy & pasted from audio_encode_example(). libavcodecThu, 22 Feb 2007 02:12:54 +0000, by takis
-
cosmetics: Fix another common typo, gurantee --> guArantee. libavcodecWed, 21 Feb 2007 19:19:46 +0000, by diego
-
cosmetics: Fix a common typo, sepErate --> sepArate. libavcodecWed, 21 Feb 2007 10:15:08 +0000, by diego
-
Add some more Doxygen documentation to libavcodec/utils.c. libavcodecTue, 20 Feb 2007 12:45:16 +0000, by takis
-
Remove a non-C dependency (being M_PI) from the libavcodec example. libavcodecSun, 18 Feb 2007 21:23:50 +0000, by takis
-
Don't use byte swaps and use the more portable way libavcodecSun, 18 Feb 2007 19:12:20 +0000, by banan
-
remove imgresample and convert with the next version bump libavcodecSat, 17 Feb 2007 11:55:57 +0000, by michael
-
prevent h.264 MC related functions from being inlined (yes this is much faster the code just doesnt fit in the code cache otherwise) libavcodecFri, 16 Feb 2007 21:21:07 +0000, by michael
-
Move xvmc_render.h to libavcodec where it belongs. Blessed by Ivan. libavcodecWed, 14 Feb 2007 23:33:16 +0000, by diego
-
rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF libavcodecTue, 13 Feb 2007 23:45:28 +0000, by mru
-
This fixes error handling for BeOS, removing the need for some ifdefs. libavcodecTue, 13 Feb 2007 18:26:14 +0000, by mmu_man
-
Intensity compensation for B-frames in AP was missing libavcodecTue, 13 Feb 2007 07:48:23 +0000, by kostya
-
Restore the possibility to link liba52 instead of dlopening. libavcodecMon, 12 Feb 2007 10:05:19 +0000, by diego
-
Rename ac3 decoder to liba52 to prepare for native decoder. libavcodecSun, 11 Feb 2007 19:02:59 +0000, by diego
-
Remove internal liba52; external lib still works, native decoder coming up. libavcodecSun, 11 Feb 2007 16:29:00 +0000, by diego
-
always decode extradata when of non-avc stream (like RTSP) libavcodecFri, 09 Feb 2007 22:25:29 +0000, by gpoirier
-
factor out common subexprssion (gcc of course is too stupid to do this ...) libavcodecFri, 09 Feb 2007 12:37:38 +0000, by michael
-
merge asm fragments in H264_CHROMA_MC2_TMPL() libavcodecFri, 09 Feb 2007 12:24:22 +0000, by michael
-
fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not easily) libavcodecFri, 09 Feb 2007 02:21:34 +0000, by michael
-
Directly access av_log_level instead of calling av_log_{set, get}_level() libavcodecThu, 08 Feb 2007 18:55:36 +0000, by lucabe
-
Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian. libavcodecWed, 07 Feb 2007 17:35:36 +0000, by reimar
-
vorbis suffers from the same sign flip issue as wma (so this lame workaround, though it arguably doesnt matter much where the sign is fliped back) libavcodecWed, 07 Feb 2007 16:59:10 +0000, by michael
-
Add a comment about swapped numerator and denominator. libavcodecWed, 07 Feb 2007 14:10:50 +0000, by diego
-
Replace deprecated PIX_FMT names by the newer variants. libavcodecWed, 07 Feb 2007 01:48:09 +0000, by diego
-
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>) libavcodecTue, 06 Feb 2007 19:14:16 +0000, by michael
-
Progressive frames disguised as interlaced are supported libavcodecTue, 06 Feb 2007 07:16:52 +0000, by kostya
-
B-frames could not be determined from broken_link/closed_entry, use fixed value libavcodecTue, 06 Feb 2007 07:11:20 +0000, by kostya
-
ensure that data[0] is set to NULL for next frame libavcodecTue, 06 Feb 2007 00:35:51 +0000, by aurel
-
cosmetic: indent sensibly so code can be read at all libavcodecMon, 05 Feb 2007 19:35:36 +0000, by mru
-
BMP encoder by Michel Bardiaux, mbardiaux mediaxim be libavcodecMon, 05 Feb 2007 15:05:29 +0000, by diego
-
Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com. libavcodecMon, 05 Feb 2007 09:11:10 +0000, by diego
-
useless as this file wont be compiled if this is not true libavcodecSun, 04 Feb 2007 11:20:32 +0000, by michael
-
some (probably exploitable) out of array write fixes libavcodecFri, 02 Feb 2007 02:58:01 +0000, by michael
-
Add decode_end method to bmp decoder. Patch by Michel Bardiaux, libavcodecThu, 01 Feb 2007 09:48:09 +0000, by takis
-
Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux, libavcodecThu, 01 Feb 2007 09:45:05 +0000, by takis
-
optimize IDCT of rows with mostly zero coefficients libavcodecWed, 31 Jan 2007 23:04:56 +0000, by mru
-
Make sure we do not accidentially "fix" cnt to something < 0 libavcodecWed, 31 Jan 2007 21:20:31 +0000, by reimar
-
Simplify checks, use that we know that cnt will not be < 0 libavcodecWed, 31 Jan 2007 21:00:48 +0000, by reimar
-
Remove boundary checks that are actually done "well enough" libavcodecWed, 31 Jan 2007 20:57:30 +0000, by reimar
-
Documentation fix: Copy functions should "work" fine for cnt == 0 libavcodecWed, 31 Jan 2007 20:26:32 +0000, by reimar
-
replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my doubts that gcc can replace the shifts as x is signed, it could in theory but well its gcc ... libavcodecWed, 31 Jan 2007 10:07:22 +0000, by michael
-
Add code to testcode to ease comparing with liblzo. libavcodecWed, 31 Jan 2007 09:37:02 +0000, by reimar
-
Make BMP decoder use bytestream. Patch by Michel Bardiaux libavcodecWed, 31 Jan 2007 00:34:56 +0000, by takis
-
Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian libavcodecTue, 30 Jan 2007 14:24:12 +0000, by takis
-
Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not libavcodecTue, 30 Jan 2007 14:19:43 +0000, by takis
-
Add the const specifier as needed to reduce the number of warnings. libavcodecTue, 30 Jan 2007 10:31:34 +0000, by takis
-
typo fix by Dmitry Antipov dmantipov =a= yandex =d= ru libavcodecMon, 29 Jan 2007 22:27:27 +0000, by mru
-
Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be. libavcodecMon, 29 Jan 2007 14:07:12 +0000, by takis
-
Check that js_vlc_bits from the extradata is in a valid range. libavcodecMon, 29 Jan 2007 10:42:36 +0000, by banan
-
Get rid of the COOKextradata struct. And use valid C to parse the extradata. libavcodecMon, 29 Jan 2007 10:32:14 +0000, by banan
-
decode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk. libavcodecMon, 29 Jan 2007 08:37:22 +0000, by banan
-
LZO optimization: check input buffer bounds less frequently if padded libavcodecSun, 28 Jan 2007 16:49:51 +0000, by reimar
-
Cook stereo (MONO_COOK2) bugfix, by Ian Braithwaite. libavcodecSun, 28 Jan 2007 10:05:21 +0000, by banan