Mercurial > libavcodec.hg
graph
-
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
-
Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com. libavcodec2007-03-31, by diego
-
Fix a bug in av_find_opt(). Because some of the AVOption structures have field libavcodec2007-03-30, by takis
-
Fix compilation when using the --disable-opts parameter. This to help those libavcodec2007-03-29, by takis
-
set pict_type to I type during init so parsers which dont set it get all i frames, fixes mp3 seeking libavcodec2007-03-26, by michael
-
Optimize by building the mdct window and multipying/adding at the same time. libavcodec2007-03-26, by banan
-
properly set *data_size when returning >= 0 values in shorten_decode_frame() libavcodec2007-03-26, by aurel
-
increment subminor version due to r8502 and r8504, those revisions make dnxhd and gif decoders in line with libavcodec API libavcodec2007-03-25, 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 libavcodec2007-03-25, by michael
-
iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, but libavcodec2007-03-23, by mru
-
change high precision mode to 30 bits again after making the code less overflow sensitive libavcodec2007-03-22, by michael
-
optimize linear filter coeff interpolation code, this also makes the code less prone to overflows libavcodec2007-03-22, by michael
-
optimize bessel function instead of trusting gcc to do trivial optimizations (as gcc doesnt ...) libavcodec2007-03-22, by michael
-
remove dithering of filter coefficients, improves precision by 1-2 bits and libavcodec2007-03-21, by michael