]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2007-10-15 bananNellymoser ASAO decoder
2007-10-15 ramiroRemove gcc import libraries from Win32 builds.
2007-10-15 benoitMerge audio and video bitstream filter options handling.
2007-10-15 cehoyosFix mix-up of values in r10690 (deblocking for PAFF).
2007-10-14 aureladd support for VP6 with huffman encoded blocks
2007-10-14 aurelmoves fraps huffman decoder to its own file, making...
2007-10-14 diegocosmetics: Move asf_read_close() down to get rid of...
2007-10-14 benoitIncrement minor after r10709.
2007-10-14 reimarFix rc4 header, #ifndef -> #define
2007-10-14 diegoAdd multiple inclusion guards.
2007-10-14 diegoAdd standard license header.
2007-10-14 diegoConsistently place comments in file header.
2007-10-14 diegocosmetics: sort()
2007-10-14 aurelVP6A needs its Makefile rules too
2007-10-13 voroshilFix MJPEG decoder for AMV files.
2007-10-13 michaelprevent infinite loop and memcpy of negative amounts
2007-10-13 mrusimply buffer checks in vorbis_comment()
2007-10-13 mruuse bytestream_get_* in vorbis_comment()
2007-10-13 reimarAdd RC4 encryption/decryption function
2007-10-13 michaelfactorize code and add saftey check to prevent memcpyin...
2007-10-13 andomaSimplify tests for field macroblocks
2007-10-13 ramiroFix for r9870
2007-10-12 ramiroFix memleak
2007-10-12 ramiroffserver needs ffm_muxer specifically, and rtsp_demuxer...
2007-10-12 diegoUse single quotes to get rid of a bunch of backslash...
2007-10-12 diegoConsistently use $(FOO) instead of ${FOO} in Makefile...
2007-10-12 diego10l: refill2() is not unused, it is used conditionally.
2007-10-12 cehoyosInterlaced pictures (not just MBAFF) + spatial direct...
2007-10-12 diegoDisable unused code; fixes several gcc warnings:
2007-10-11 cehoyosEnable avpicture_deinterlace() for PIX_FMT_GRAY8.
2007-10-11 cehoyosFix intended order of operations for 4 assert() checks.
2007-10-11 ramiroSpecify in documentation that avcodec_find_(en|de)coder...
2007-10-11 benoitAdd functionality to set the direction of a ByteIOConte...
2007-10-11 diegowarning fixes:
2007-10-10 mrucheck values more thoroughly in vorbis_header()
2007-10-10 mruuse bytestream_get_* in vorbis_header()
2007-10-10 mrufix buffer overread with invalid Vorbis header
2007-10-10 mruremove duplicate Vorbis comment tag handling
2007-10-10 cehoyosSet pict->interlaced_frame if returned frame is MBAFF...
2007-10-10 reimarRemove ogg seek function, instead use generic seek...
2007-10-10 reimarAdd a read_timestamp function to ogg demuxer
2007-10-09 andomafix incorrect check for abs_diff_pic_num overflow
2007-10-09 reimarAllow to override zlib compression level in PNG encoder...
2007-10-09 andomareindent
2007-10-09 bcoudurierbetter lambda search method
2007-10-09 cehoyosEnable PAFF decoding
2007-10-09 aureloops... mpegvideo_enc also depends on motion_est and...
2007-10-09 aureldnxhdenc depends on mpegvideo_enc (usage of ff_convert_...
2007-10-09 michaelindent
2007-10-09 michaelavoid generating invalid files
2007-10-08 andomaManage Picture buffers for fields as well as frames...
2007-10-08 andomaFix deblocking for PAFF content
2007-10-08 bcoudurierdnxhd 36mbit support
2007-10-08 bcoudurierappend extradata atoms when parsing, fix OLOCOONS_O3.mov
2007-10-08 bcouduriertypo weigth->weight
2007-10-08 bcoudurierpreliminary 10 bit depth decoding support, still miss...
2007-10-08 bcouduriermerge
2007-10-08 bcoudurier10l, check 'i' validity before using it
2007-10-08 bcoudurierfix 10 bit per comp detection
2007-10-08 bcoudurierDNxHD (SMPTE VC-3) encoder
2007-10-08 bcoudurierexport convert_matrix and add ff_ prefix
2007-10-08 bcoudurierexport DCT_common_init and add ff_prefix
2007-10-07 cehoyosRe-indent after PAFF MMCO implementation patch.
2007-10-07 cehoyosAugment MMCO execution to work with both fields and...
2007-10-06 mruuse pr -n -t instead of non-standard cat -n
2007-10-06 andomaCosmetic renaming variable so that it makes more sense...
2007-10-06 andomaAugment mmcodecoding process to work properly with...
2007-10-06 andomaEdge emulation for fields. Part of PAFF implementation
2007-10-06 andomaSet Picture.poc for fields and field pairs. Part of...
2007-10-06 andomaModifies macroblock addressing and current macroblock...
2007-10-05 andomaSupport function and changes to reference picture reord...
2007-10-05 andomaReindent fill_default_ref_list after changes for PAFF
2007-10-05 andomaSupport functions and changes to default reference...
2007-10-04 diegolicense header consistency cosmetics.
2007-10-04 mhoffmanblackfin optimized vp3 transform and infastructure...
2007-10-04 voroshilReplace "signed short" typecast with "int16_t" as sugge...
2007-10-04 andomaReorganize long reference management to minimize code...
2007-10-04 andomaFix Picture.key_frame setting to be compatible with...
2007-10-04 andomaFix h->curr_pic_num for field pictures. Necessary for...
2007-10-04 andomaRename variable to make sense in both field and frame...
2007-10-04 andomaFurther modularize short reference list management...
2007-10-04 andomaRe-indent unreference_pic.
2007-10-04 andomaModify unreference_pic implementation with PAFF in...
2007-10-04 andomaPartial PAFF implementation at macroblock level.
2007-10-03 voroshilFix audio clicks in ADPCM IMA AMV by casting predictor...
2007-10-03 aurelmerge some #ifdef CONFIG_ENCODERS sections
2007-10-03 aurelremove alternative declaration of h263_encode_init()
2007-10-03 aurelfix declaration name from MPV_common_init_ppc to MPV_co...
2007-10-03 aurelremove useless #ifdef
2007-10-03 diegoRename MPV_common_init_ppc to MPV_common_init_altivec...
2007-10-03 diegoFix compilation with AltiVec disabled, MPV_common_init_...
2007-10-02 andomaremove unused code, spotted by Jeff Downs, heydowns...
2007-10-02 reimarHopefully fix sparc compilation again, add incorrectly...
2007-10-02 reimarRemove uses of SIGILL for CPU extension detection,...
2007-10-02 lucabeAllow to set the maximum number of frames per RTP packe...
2007-10-02 andomaRename MMCO stuff to prepare for h264/PAFF implementation.
2007-10-02 andomaCosmetic preparations for h264/PAFF implementation.
2007-10-02 diego100l: Revert accidental commit, restore previous version.
2007-10-02 diegocosmetics: Fix indentation after last commit.
2007-10-02 diegoReplace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORB...
next