Mercurial > libavcodec.hg
graph
-
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
-
3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw instead of pmulhw libavcodec2007-05-18, by zuxy
-
Move attribute_unused to variable declarations in macros instead of libavcodec2007-05-17, by reimar
-
use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables libavcodec2007-05-17, by gpoirier
-
Add libavcodec to compiler include flags in order to simplify header libavcodec2007-05-16, by diego
-
Change some leftover __attribute__((unused)) and __attribute__((used)) to libavcodec2007-05-14, by reimar
-
Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com% libavcodec2007-05-13, by gpoirier
-
disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in libavcodec2007-05-10, by aurel
-
Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodec2007-05-10, by diego
-
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c libavcodec2007-05-09, by aurel
-
Use 1 array with double the size instead of 2 arrays with normal size libavcodec2007-05-09, by ramiro
-
Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER. libavcodec2007-05-09, by diego
-
cosmetics: rename for consistency after previous aac and ac3 parsers move libavcodec2007-05-08, by aurel
-
fix display of theora videos with visible size smaller than encoded size libavcodec2007-05-07, by aurel
-
make some parser parameters const to avoid casting const to non-const libavcodec2007-05-07, by aurel
-
fix possibly exploitable stack overflow with num_sprite_warping_points (found by reimar) libavcodec2007-05-06, by michael
-
Remove superfluous #includes, parser.h now includes its prerequisites. libavcodec2007-05-05, by diego
-
add a ff_ prefix to the now exported mpeg1_find_frame_end() function libavcodec2007-05-05, by aurel
-
parser.c is compiled unconditionally, there is no need to compile it libavcodec2007-05-05, by diego
-
Fix multiple "‘inline/static’ is not at beginning of declaration" warnings. libavcodec2007-05-05, by diego
-
parser.c is compiled unconditionally, there is no need to compile it libavcodec2007-05-05, by diego
-
1000l to myself - DCA decoder should not be registered in video codecs section libavcodec2007-05-02, by kostya
-
cosmetics: Group all external library decoders and encoders together. libavcodec2007-05-02, by diego
-
prevent going out of the buffer if the nal size does not fit in the buffer. libavcodec2007-04-29, by gpoirier
-
Mark code parts that cannot work on AMD64 due to broken relocations as such. libavcodec2007-04-27, by diego
-
10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE. libavcodec2007-04-26, by diego
-
cosmetics: Put AMR entry in alphabetical order with all external libraries. libavcodec2007-04-25, by diego
-
Remove hackish support for the non-free fixed-point AMR-NB reference code. libavcodec2007-04-25, by diego
-
simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail com libavcodec2007-04-21, by bcoudurier
-
ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c libavcodec2007-04-21, by alex
-
Remove the build instructions from the doxygen comments, they are duplicated libavcodec2007-04-18, by diego
-
Move AC3 header parsing code together with the rest of the AC3 parsing code. libavcodec2007-04-15, by diego
-
fix tiff regression test (bitexact flag was ignoredwhich caused the libavcodec2007-04-14, by michael
-
Update preprocessor directive comments to take recent changes to this file libavcodec2007-04-14, by diego
-
Add complete instructions for the brave people wishing to fiddle with the libavcodec2007-04-12, by diego
-
Replace hackish support for amr-nb and amr-wb. Instead of including the source libavcodec2007-04-12, by diego
-
Fix an underflow/overflow that was causing some crackles when playing libavcodec2007-04-10, by diego
-
Set C predictor to zero if unavailable (should fix B-frame border artifacts) libavcodec2007-04-10, by kostya
-
When dst_length == 0 bit_length has to be 0, too, but the current code still libavcodec2007-04-09, by diego
-
scenario: A properly coded frame is followed by an end of sequence NAL unit, libavcodec2007-04-09, by diego
-
Only compile in Theora-specific functions if the Theora decoder has been libavcodec2007-04-08, by diego
-
cosmetics: Move one code block to save an #ifdef in the next commit. libavcodec2007-04-08, by diego
-
Fix compilation when Theora decoder is disabled, but VP3 is enabled. libavcodec2007-04-08, by diego
-
Remove superfluous setting of has_b_frames in codecs without B-frames. libavcodec2007-04-07, by diego
-
TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) libavcodec2007-04-07, by michael
-
LZW encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl libavcodec2007-04-07, by michael
-
YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl) libavcodec2007-04-06, by michael
-
s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad students mimuw edu pl libavcodec2007-04-06, by michael
-
Return correct decoded size, decoder is called with only one frame at a time. libavcodec2007-04-06, by diego
-
remove compound literals gcc 2.95 doesnt support taking an address of a compound literal libavcodec2007-04-05, by michael
-
changes some function declarations from () to (void) as per ansi c. libavcodec2007-04-04, by gpoirier
-
Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl. libavcodec2007-04-04, by diego
-
Explain which configure options are necessary for which AMR variant. libavcodec2007-04-03, by diego
-
FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil Nowosad libavcodec2007-04-03, by michael
-
tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) libavcodec2007-04-03, by michael
-
dont use *int8_t for the arguments (ive missed that in the patches ...) libavcodec2007-04-03, by michael
-
fix indention (less work to fix it myself than to check if a indention fix patch is ok ...) libavcodec2007-04-03, by michael
-
generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl libavcodec2007-04-03, by michael
-
bfin dsputils, basic pixel operations sads, diffs, motion compensation libavcodec2007-04-01, by diego
-
support for the THP game format by Marco Gerards, mgerards xs4all nl libavcodec2007-04-01, by diego