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