]> git.sesse.net Git - ffmpeg/history - libavcodec
Correctly handle case where buffer is 100% full
[ffmpeg] / libavcodec /
2008-03-08 Diego Biurruncosmetics: Fix indentation in a few more places.
2008-03-08 Diego Biurruncosmetics: Normalize {} placement after for, while...
2008-03-08 Aurelien Jacobshuffman: add a zero_count flag and use it in fraps
2008-03-08 Aurelien Jacobshuffman: pass hnode_first as a flag instead of as an...
2008-03-08 Mark CoxFix unused variable warnings.
2008-03-08 Diego Biurruncosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 Ramiro Polla__stdcall -> WINAPI
2008-03-07 Måns Rullgårdsimplify library version handling
2008-03-06 Baptiste Coudurierindentation
2008-03-06 Baptiste Coudurierdo not display par and dar if not available
2008-03-06 Måns Rullgårdconsolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2008-03-06 Panagiotis IssarisMake av_class a pointer to a const AVClass. Addresses...
2008-03-06 Benjamin LarssonDon't use unchecked data from the bitstream.
2008-03-06 Baptiste Coudurierfix interlaced decoding, original patch from reimar
2008-03-06 Kostya ShishkovIMA ADPCM encoder - QT variant
2008-03-05 Aurelien Jacobsmake compilation of mpeg12* and mpegvideo conditional
2008-03-05 Aurelien Jacobsmove ff_mpeg1_dc_scale_table to mpegvideo.c
2008-03-05 Aurelien Jacobsadd dependencies for matroska audio and nut muxers...
2008-03-05 Aurelien Jacobsdoxyfy frame type comments and add some more comments
2008-03-05 Aurelien Jacobsdefine BI frame type along with other frame types
2008-03-05 Aurelien Jacobscosmetic: align
2008-03-05 Aurelien Jacobsadd some required objects dependencies
2008-03-05 Aurelien JacobsAvoid linking with h263 and mpeg4 find_frame_end()
2008-03-05 Mike Melansonfix the WC3 Xan decoder by correcting the frame account...
2008-03-05 Michael NiedermayerFix handling flags with the MSB set.
2008-03-05 Aurelien Jacobsremove more useless mpegvideo.h includes
2008-03-05 Aurelien Jacobsmove EDGE_WIDTH definition allong with draw_edges where...
2008-03-05 Aurelien Jacobsremove #include "mpegvideo.h" where it is not needed
2008-03-05 Aurelien Jacobsmove relevant declarations to mpeg12data.h
2008-03-04 Aurelien Jacobsmove run length table constants to rl.h
2008-03-04 Aurelien Jacobsmove ff_emulated_edge_mc() to dsputil
2008-03-04 Michael NiedermayerRemove unused elements from tables.
2008-03-04 Michael NiedermayerDetect and prevent reading over the end of counts_...
2008-03-04 Michael NiedermayerPrevent segfault due to reading over the end of the...
2008-03-04 Aurelien Jacobsfix wmv3 dependencies
2008-03-04 Aurelien JacobsFix compilation on powerpc.
2008-03-04 Aurelien Jacobsremove old draw_edges declaration cruft
2008-03-04 Aurelien Jacobsmove ff_init_scantable() into dsputil
2008-03-04 Aurelien Jacobsmove draw_edges() into dsputil
2008-03-03 Aurelien Jacobsdsputil.h is a local header
2008-03-03 Aurelien Jacobsinclude required header
2008-03-03 Måns Rullgårdremove invalid free() forgotten in r12300
2008-03-03 Michael NiedermayerProvide non null class name to avoid crash with ffmpeg -h.
2008-03-01 Justin Rugglesuse scale factor instead of sum for downmix level adjus...
2008-03-01 Justin Rugglespre-calculate downmix coefficient sums. 2% faster 5...
2008-03-01 Justin RugglesUse 24-bit fixed-point transform coefficients until...
2008-03-01 Loren Merrittmore aspect ratios added in one of the ammendments
2008-02-29 Benoit FouetMake AMR-NB block size const and 8 bits.
2008-02-29 Benoit FouetDefine block size for AMR-WB (use IF2 table).
2008-02-28 Michael Niedermayersuppress the second warning
2008-02-28 Reimar DöffingerUse cltd instead of cdq asm mnemonic, ICC and gcc suppo...
2008-02-28 Baptiste Coudurier1000l parenthesis
2008-02-28 Baptiste Couduriercode is ok for 4bpp in mov too, fix 16grey.mov
2008-02-27 Benjamin LarssonAdd more riff IDs to support remuxing.
2008-02-26 Michael Niedermayerbetter include
2008-02-26 Michael Niedermayerinclude dependencies ...
2008-02-26 Diego BiurrunAdd multiple inclusion guards.
2008-02-26 Diego BiurrunAdd explanatory comment to '#define FLOAT float'.
2008-02-26 Måns Rullgårdless preprocessor magic in version number macros
2008-02-26 Michael NiedermayerStuffing bytes to not violate minimum legality rate.
2008-02-26 Michael NiedermayerRemove another temporary variable with which gcc has...
2008-02-26 Diego Biurruncosmetics: Demplayerify indentation.
2008-02-26 Diego BiurrunAdd comments to some #endif directives.
2008-02-26 Diego Biurruncosmetics: spelling/grammar
2008-02-26 Michael NiedermayerAlternative and faster (on gcc x86) plane rotation.
2008-02-26 Michael NiedermayerGet rid of another useless variable.
2008-02-26 Michael NiedermayerAvoid a=b+c but rather use a+=b (gcc is too stupid...
2008-02-26 Michael NiedermayerOne variable less. No real change to the actual code.
2008-02-26 Michael Niedermayerfloating point AAN IDCT
2008-02-26 Loren Merrittdecode mng color decorrelation
2008-02-26 Diego BiurrunRemove START_TIMER and STOP_TIMER macros.
2008-02-26 Loren Merrittsimplify
2008-02-25 Aurelien Jacobssplit encoding part of dsputil_mmx into its own file
2008-02-25 Diego BiurrunRemove commented-out av_log calls.
2008-02-25 Michael NiedermayerFix trellis quant + AAN DCT.
2008-02-25 Michael NiedermayerMake diego happy.
2008-02-25 Aurelien Jacobscompile various fdct only when encoders are enabled
2008-02-25 Michael NiedermayerClarify which BSD license.
2008-02-25 Michael NiedermayerAllow use of my AAN DCT under BSD, AMD has agreed to...
2008-02-25 Loren Merrittpng filters
2008-02-25 Måns RullgårdInstall headers in $prefix/include/$libname
2008-02-25 Loren Merrittremove a memcpy
2008-02-24 Måns Rullgårdfix memory leaks in vp3 decoder
2008-02-24 Reimar Döffinger__asm __volatile -> asm volatile part 2
2008-02-24 Reimar Döffinger__asm __volatile -> asm volatile, improves code consist...
2008-02-24 Vitor SessakFix bug I introduced in r11962.
2008-02-23 Benjamin LarssonRiff ids for wmapro and wmavoice, this adds support...
2008-02-22 Michael NiedermayerRemove apparently unneeded and buggy align.
2008-02-22 Loren Merrittcleaner way of writing packed-byte constants.
2008-02-21 Loren Merrittindent
2008-02-21 Loren Merrittpseudo-simd add_bytes and diff_bytes
2008-02-21 Loren Merrittsimd and unroll png_filter_row
2008-02-21 Michael NiedermayerDisabling all SSE* code for old gcc to avoid alignment...
2008-02-20 Michael Niedermayerrevert 12156
2008-02-20 Michael NiedermayerForgot this, which is needed for merging field pics...
2008-02-20 Michael NiedermayerMake find_frame_end() merge 2 mpeg2 field pictures...
2008-02-20 Michael NiedermayerMake timestamp interpolation work with mpeg2 field...
2008-02-19 Måns RullgårdClean up lib* version definitions
2008-02-19 Michael NiedermayerFix ;;
2008-02-19 Reimar DöffingerFix warnings:
next