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