Mercurial > libavcodec.hg
graph
-
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