Mercurial > libavcodec.hg
graph
-
thank you for your efforts to keep my code clean, but i would like to libavcodec2007-12-06, by michael
-
Initialize function pointers used by error resilience code before any libavcodec2007-12-05, by heydowns
-
Use the correct "const float *" type for variable instead of casting const away. libavcodec2007-12-02, by reimar
-
fix corner case when qscale 1 bits < frame bits but max bits with worst padding > frame bits libavcodec2007-12-02, by bcoudurier
-
Fix nodes[nb_codes*2-1].count being uninitialized and used to initialize libavcodec2007-12-01, by reimar
-
make ff_p* vars extern so that they can be used in various *_mmx.c files libavcodec2007-11-27, by aurel
-
Typo fix. Previous version had some picture error building up until next keyframe. libavcodec2007-11-25, by gpoirier
-
Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P gisquet A free P fr% libavcodec2007-11-24, by gpoirier
-
Put halfpel_interpol under the same #ifdef as its usage, fixes the warning: libavcodec2007-11-15, by diego
-
Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR. libavcodec2007-11-14, by alex
-
Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation libavcodec2007-11-08, by benoit
-
Fix deblocking filter for field pictures by properly looking for first libavcodec2007-11-07, by heydowns
-
Fix poc for field pictures. Prior to this, the poc of the second field libavcodec2007-11-06, by heydowns
-
fix predictor initialization for adpcm-ima encoder not to lose first sample libavcodec2007-11-06, by benoit
-
Correct assignment of interlaced_frame; was being set on output frames, libavcodec2007-11-05, by heydowns
-
Remove libvorbis Vorbis decoding support. Our native decoder is complete libavcodec2007-11-04, by diego
-
Move external library codec registration to a separate section after all libavcodec2007-11-04, by diego
-
Add decoding support for variable block size FLAC files using the latest FLAC libavcodec2007-11-04, by jbr
-
Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson. libavcodec2007-11-03, by jbr
-
Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel] NellyMoser transform bug, 10/25/2007 12:24 PM libavcodec2007-11-03, by banan
-
remove some useless initializations (the whole context is initialized to 0) libavcodec2007-10-21, by aurel
-
WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform libavcodec2007-10-18, by kostya
-
replace (disabled by default) assert(0) by abort() if the picture buffer libavcodec2007-10-18, by michael
-
Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample(). libavcodec2007-10-17, by diego
-
Explain why there are no multiple inclusion guards in these header files. libavcodec2007-10-17, by diego
-
Clarify comment that explains why this header lacks multiple inclusion guards. libavcodec2007-10-17, by diego
-
Add a comment that explains why this header lacks multiple inclusion guards. libavcodec2007-10-17, by diego
-
Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by libavcodec2007-10-15, by cehoyos
-
factorize code and add safety check to prevent memcpying negative amounts libavcodec2007-10-13, by michael
-
Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870 libavcodec2007-10-13, by ramiro
-
Specify in documentation that avcodec_find_(en|de)coder* only searches for libavcodec2007-10-11, by ramiro
-
Allow to override zlib compression level in PNG encoder via avctx->compression_level libavcodec2007-10-09, by reimar
-
Manage Picture buffers for fields as well as frames. Pair complementary fields into one MPV Picture. libavcodec2007-10-08, by andoma
-
preliminary 10 bit depth decoding support, still miss generic api to export picture, working on it libavcodec2007-10-08, by bcoudurier
-
Augment MMCO execution to work with both fields and frames. Part of PAFF libavcodec2007-10-07, by cehoyos
-
Cosmetic renaming variable so that it makes more sense for forthcoming PAFF mmco patches. libavcodec2007-10-06, by andoma
-
Augment mmcodecoding process to work properly with fields. Part of PAFF implementation. libavcodec2007-10-06, by andoma
-
Set Picture.poc for fields and field pairs. Part of PAFF implementation. libavcodec2007-10-06, by andoma
-
Modifies macroblock addressing and current macroblock y-position for field decoding. libavcodec2007-10-06, by andoma
-
Support function and changes to reference picture reordering for PAFF. libavcodec2007-10-05, by andoma
-
Support functions and changes to default reference list creation for PAFF. libavcodec2007-10-05, by andoma
-
Reorganize long reference management to minimize code duplication in upcoming PAFF implementation. libavcodec2007-10-04, by andoma
-
Fix Picture.key_frame setting to be compatible with frame and field contexts. Part of PAFF implementation. libavcodec2007-10-04, by andoma
-
Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support. libavcodec2007-10-04, by andoma
-
Rename variable to make sense in both field and frame contexts (support of PAFF implementation). libavcodec2007-10-04, by andoma
-
Further modularize short reference list management for upcoming PAFF implementation. libavcodec2007-10-04, by andoma
-
Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short" libavcodec2007-10-03, by voroshil
-
fix declaration name from MPV_common_init_ppc to MPV_common_init_altivec libavcodec2007-10-03, by aurel
-
Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is libavcodec2007-10-03, by diego
-
Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a file libavcodec2007-10-03, by diego
-
Hopefully fix sparc compilation again, add incorrectly removed variable declaration libavcodec2007-10-02, by reimar
-
Remove uses of SIGILL for CPU extension detection, that method is not acceptable libavcodec2007-10-02, by reimar
-
Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs. libavcodec2007-10-02, by diego
-
Sanitize altivec code so it can be built with runtime check properly libavcodec2007-10-02, by lu_zero
-
Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec libavcodec2007-10-02, by diego
-
Remove const vector macro indirection that is useless and obfuscating libavcodec2007-10-01, by diego
-
was computing one more autocorrelation coefficient that was actually used libavcodec2007-09-29, by lorenm
-
replace brute force find_optimal_param() with a closed-form solution. libavcodec2007-09-29, by lorenm
-
On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will segfault when xvmc is in use. libavcodec2007-09-28, by iive
-
unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending on lpc order. libavcodec2007-09-27, by lorenm
-
h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held for delayed output libavcodec2007-09-26, by andoma
-
Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an libavcodec2007-09-25, by diego
-
factor out dequant table lookup outside loops, gives a 1-2% speed-up libavcodec2007-09-24, by gpoirier
-
VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC. libavcodec2007-09-23, by diego
-
VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC. libavcodec2007-09-23, by diego
-
Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff). libavcodec2007-09-23, by kostya
-
Apply skip_loop_filter before checking if we can parallelize with the selected libavcodec2007-09-22, by reimar
-
Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to libavcodec2007-09-17, by diego
-
cosmetics: rename variables. tbl->tab for consistency with other AC3 tables libavcodec2007-09-15, by jbr
-
do not force the halfpel filter coeffs to be retransmitted on every frame libavcodec2007-09-09, by michael
-
allow changing of the spatial_decomposition_count and quantization tables libavcodec2007-09-09, by michael
-
allocate slice buffer after parsing the header containing needed parameters libavcodec2007-09-09, by michael
-
scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently) libavcodec2007-09-09, by michael
-
Fix extreme stupidity: buffer size check must of course be before buffer use! libavcodec2007-09-09, by reimar
-
First ugly and slow attempt to fix nuv files with extra frameheader libavcodec2007-09-09, by reimar
-
rename HTAPS -> HTAPS_MAX (later is correct after the previous change) libavcodec2007-09-08, by michael
-
Avoid a crash when H264 MMC operation causes the short term reference libavcodec2007-09-05, by benoit
-
Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm. libavcodec2007-09-05, by diego
-
Replace constants by HTAPS (half pel interpolation filter taps) where appropriate. libavcodec2007-09-05, by michael
-
code to do halfpel interpolation per frame (unfinished and under ifdef but it libavcodec2007-09-05, by michael
-
Change 4xm demuxer and video decoder to pass the video format version in libavcodec2007-08-27, by rtogni
-
Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific libavcodec2007-08-27, by diego
-
Do not wrongly mark Apple gcc workarounds as being specific to Darwin. libavcodec2007-08-26, by diego
-
remove alignment correction of the destination pointers in luma_16x6 libavcodec2007-08-26, by gpoirier
-
optimize the first vertical lifting step, this also prevents another libavcodec2007-08-26, by michael
-
get rid of totally senseless "m" + read in register we have enough libavcodec2007-08-26, by michael
-
avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum libavcodec2007-08-26, by michael
-
use 16bit IDWT (a SIMD implementation of it should be >2x faster then with libavcodec2007-08-25, by michael
-
Fix trivial mixed declarations and code warning caused by a double semicolon. libavcodec2007-08-24, by diego
-
Remove SYS_DARWIN preprocessor directive that is just a duplicate of a libavcodec2007-08-24, by diego
-
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor libavcodec2007-08-24, by diego
-
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor libavcodec2007-08-24, by diego
-
Add request_channels member to AVCodecContext so we now have a proper libavcodec2007-08-23, by reimar
-
Initialize the "stc" variable before using it in ff_find_start_code() libavcodec2007-08-23, by lucabe
-
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). libavcodec2007-08-22, by diego
-
parsers and bsfs declarations are not meant to be part of public API libavcodec2007-08-21, by aurel
-
asv1.c directly uses Put/GetBitContext, so it should include bitstream.h libavcodec2007-08-21, by aurel
-
Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested) libavcodec2007-08-21, by michael
-
Simplify and optimize the 4th vertical lifting step of the MMX code libavcodec2007-08-21, by michael
-
Simplify and speedup code, reduce needed headroom by 2 bits in the 3rd libavcodec2007-08-20, by michael
-
remove idiotc double subtraction from the sse2 code (untested, no sse2 here) libavcodec2007-08-20, by michael
-
and of course the unneeded double subtractions were blindly put in the libavcodec2007-08-20, by michael
-
Statements like a = b = c = d = e; store from right-to-left, so if libavcodec2007-08-14, by gpoirier
-
Add attribute that forces alignment of stack to functions that need it. libavcodec2007-08-13, by ramiro
-
use version instead of some random 32bit value to switch between 16 and libavcodec2007-08-13, by michael
-
replace vlc_type by version and set that from codec_tag which contains the libavcodec2007-08-13, by michael
-
use shorter types vec_"type" instead of the too long vector "type" libavcodec2007-08-12, by gpoirier
-
Don't check the return value of decode_cabac_residual since it always libavcodec2007-08-12, by conrad
-
fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq libavcodec2007-08-11, by michael
-
ensure that default_get_buffer() doesnt reuse images if the dimension or libavcodec2007-08-10, by michael
-
use reget_buffer and remove internal copying of buffer - codec works again libavcodec2007-08-09, by alex
-
fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swf libavcodec2007-08-05, by bcoudurier
-
prevent huffyuv from generating codewords of length 32. (regression in r9069) libavcodec2007-08-05, by lorenm
-
Add support for grayscale MJPEG streams sent by Axis cameras such as the libavcodec2007-08-04, by diego
-
consolidate decoding of lfe and coupling channels with decoding of full-bandwidth channels. libavcodec2007-08-04, by jbr
-
make exponent decoding consistent (prepare for merging coupling and lfe code with normal channel code). libavcodec2007-08-04, by jbr
-
Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader. libavcodec2007-08-04, by michael
-
dither zero-bit mantissas by default. remove dithering only if it's explicitly turned off. libavcodec2007-08-04, by jbr
-
merge decoding of coupling channel coefficients and regular channel coefficients libavcodec2007-08-04, by jbr
-
split out coupling coefficient reconstruction into a separate function libavcodec2007-08-03, by jbr
-
exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane, libavcodec2007-08-01, by michael
-
make grayscale only decoding checks in inner loops compiletime killable libavcodec2007-08-01, by michael
-
move some code which was executed for every skipped MB so it is only executed libavcodec2007-07-31, by michael
-
chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it libavcodec2007-07-31, by michael
-
replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32 libavcodec2007-07-30, by romansh
-
make the reference code use double instead of float where it is easy libavcodec2007-07-29, by michael
-
BLOCK_SIZE is not used properly, just use numbers instead to avoid confusion libavcodec2007-07-28, by jbr
-
Take care of some renames (Doxygen and function name) after the previous pure rename patch. libavcodec2007-07-28, by takis
-
Update the dvdsub parser to be able to parse HD-DVD subtitle packets. libavcodec2007-07-24, by takis
-
Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit libavcodec2007-07-24, by takis
-
use consistent data type for exponents. needs to be int8_t to pass to bit allocation. libavcodec2007-07-23, by jbr
-
Use shared AC-3 header parsing. Move some initializations to block parsing function. libavcodec2007-07-21, by jbr
-
don't need to synchronize in the decoder. the parser does that already. libavcodec2007-07-21, by jbr
-
Return AVERROR(EINVAL) when invalid width and/or height are specified to libavcodec2007-07-20, by takis
-
Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open. libavcodec2007-07-20, by takis
-
bail out on unknown jpeg pixel format instead of silently decoding data incorrectly libavcodec2007-07-19, by gpoirier
-
Fix the self tests which are contained in some codecs and are using random(). libavcodec2007-07-19, by takis
-
Fix the compilation of dct-test, fft-test and motion-test which are using libavcodec2007-07-19, by takis
-
update license header. add copyright for myself. correct and complete the statement about liba52. libavcodec2007-07-19, by jbr
-
remove portions of bit allocation which are no longer needed since they are shared with the encoder libavcodec2007-07-19, by jbr
-
Make deinterlace_16 receive an array as a parameter and not two separated vars libavcodec2007-07-18, by vitor
-
* making profile selection a bit more tolerant to the badly broken streams libavcodec2007-07-17, by romansh
-
cosmetics: adding some white space to align the arguments of a couple of functions libavcodec2007-07-17, by mhoffman
-
fixpoint: move cplscales to context structure and provide hook for data format conversion libavcodec2007-07-16, by mhoffman
-
fixpoint: lowlevel functional abstraction for all buffer arithmetics libavcodec2007-07-16, by mhoffman
-
separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation libavcodec2007-07-16, by mhoffman
-
separating saturation codes so that we can support other data formats libavcodec2007-07-16, by mhoffman
-
fix visual painting of MVs from h264: they are painted twice too long libavcodec2007-07-15, by gpoirier
-
remove a debugging function and variable, and remove the commented-out code which uses them. libavcodec2007-07-15, by jbr
-
The svq3 decoder depends on h264idct.o and also requires h264_parser. libavcodec2007-07-14, by aurel
-
Make "channels" variable mean the number of channels, not the number of libavcodec2007-07-13, by vitor
-
license header consistency: Remove redundant "all rights reserved" statement libavcodec2007-07-12, by diego
-
Port some useful comments from newest version of David Hammerton's decoder (from which alac.c is based) libavcodec2007-07-10, by vitor
-
move mpeg encoder specific initialization in the encoder specific file libavcodec2007-07-05, by aurel
-
Remove variables made unused by the last two patches and test svn access. libavcodec2007-07-03, by vitor
-
Identify the loop_filter flag as such and remove the unused variables in the context. libavcodec2007-06-27, by iive
-
renaming L1CODE to attribute_l1_text, which is defined in dsputil_bfin.h libavcodec2007-06-22, by mhoffman
-
modify msmpeg4 functions to generate VC1 compatible block layer bitstream libavcodec2007-06-22, by benoit
-
move dct_quantize and denoise_dct function pointers initialization to C libavcodec2007-06-20, by benoit
-
Decouple bit context from h264 context in decode_ref_pic_marking() libavcodec2007-06-19, by gpoirier
-
re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_altivec, libavcodec2007-06-17, by gpoirier
-
Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu% libavcodec2007-06-16, by gpoirier
-
Use a faster way to compute 255-val: Instead of creating a vector of libavcodec2007-06-16, by gpoirier
-
use if() instead of #ifdef and ensure all possible optimisations are enabled libavcodec2007-06-15, by aurel
-
kill one vector constant value load by the right combination of vec_splatX/vec_sl libavcodec2007-06-12, by gpoirier
-
restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no% libavcodec2007-06-12, by gpoirier
-
integrating MPV_common_init_bfin into the build system and mpegvideo.c libavcodec2007-06-12, by mhoffman
-
Move the video size and rate abbreviations system from libavformat to libavcodec libavcodec2007-06-12, by benoit
-
one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go libavcodec2007-06-11, by gpoirier
-
work around issues with the old version of Gnu Assembler shipped on libavcodec2007-06-08, by gpoirier
-
CPU feature definitions should always be available, not just when the libavcodec2007-06-07, by diego
-
Consistent naming and lib prefixes for x264, xvid and mp3lame within the code. libavcodec2007-06-06, by diego
-
Rename code012() to ff_code012(), and remove static qualifier: paves the way libavcodec2007-06-05, by gpoirier
-
fix error: indeo2.c:202:1: directives may not be used inside a macro argument, libavcodec2007-06-04, by gpoirier
-
h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com> libavcodec2007-06-03, by lu_zero
-
filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delegate that case to filter_mb(). libavcodec2007-06-03, by lorenm
-
Rename aac_decoder to libfaad_decoder for consistency and to be able to libavcodec2007-06-02, by diego
-
Rename faac_encoder to libfaac_encoder for consistency and to be able to libavcodec2007-06-02, by diego
-
Add support for listing the supported pixel formats using the option libavcodec2007-05-30, by benoit
-
rename attribute_unused to av_unused and moves its declaration to common.h libavcodec2007-05-30, by benoit
-
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. libavcodec2007-05-28, by diego
-
make decoder decode the first frame properly if theres more than just one libavcodec2007-05-27, by michael
-
add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables. libavcodec2007-05-24, by lorenm
-
Export the four remaining H.264 decoder intra prediction functions for reuse in libavcodec2007-05-23, by takis
-
merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv decoding. libavcodec2007-05-23, by lorenm
-
Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic libavcodec2007-05-21, by takis
-
Split the h261.c file into separate files for the encoder, decoder and common stuff. libavcodec2007-05-21, by takis
-
Rename motion_test.c to motion-test.c, which is the naming scheme used by all libavcodec2007-05-21, by diego
-
sanity checks for bitrate tolerance and buffer size (= fail if a single frame at the libavcodec2007-05-20, by michael
-
change brute force search to min-heap. 3.6x faster generate_len_table, 8% faster ffvhuff encoding. libavcodec2007-05-19, by lorenm
-
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c libavcodec2007-05-19, by aurel