OSDN Git Service

coroid/ffmpeg_saccubus.git
2008-01-17 KO Myung-HunCheck param in sws_getCachedContext().
2008-01-17 Michael NiedermayerReplace idiotic (what moron wrote that code?) "buffer...
2008-01-16 KO Myung-HunUse check_lib2 instead of check_lib in SDL test. This...
2008-01-16 Diego BiurrunRemove some spaces to keep certain people's eyes from...
2008-01-16 Diego PettenòMake .vhookdep depend on version.h, same as .depend.
2008-01-16 Diego Biurrunmisc spelling/grammar fixes
2008-01-16 Diego BiurrunRename illegal identifiers, _ followed by capital is...
2008-01-16 Kostya Shishkovpqindex=0 is forbidden
2008-01-16 Michael Niedermayerqscale==0 is invalid
2008-01-16 Igor Mozolevskypentium4m is a valid CPU name, add it to the list.
2008-01-16 Diego BiurrunMove "Creating config.mak and config.h..." message...
2008-01-16 Diego BiurrunAdd const qualifiers to unmodified function parameters...
2008-01-16 Diego BiurrunRemove bogus cast.
2008-01-16 Michael NiedermayerPrint removing of nodes in the test code.
2008-01-16 Michael Niedermayersimplify
2008-01-15 Luca AbeniMake avc_find_startcode non-static, so that it can...
2008-01-14 Diego BiurrunAdd compilation rule for tools/pktdumper.
2008-01-14 Diego BiurrunAdd '#undef strcat' to fix compilation.
2008-01-14 Sigbjørn SkjæretAdd a couple of missing consts.
2008-01-14 Michel BardiauxSuppress runaway index on streamed input
2008-01-14 Diego PettenòBuild both static and shared libs from the same object.
2008-01-14 Christophe... Select scan tables for 8x4 and 4x8 blocks only once.
2008-01-14 Michael NiedermayerRemove green clouds.
2008-01-13 Luca Barbatogcc2 doesn't have bogus mergel, patch from Sigbjørn...
2008-01-13 Roberto TogniAdd support for S8 PCM (codec 2)
2008-01-13 Paul Kellyuser specifyable maximum amount of memory to use for...
2008-01-13 Robert SwainAdd variable alpha and size of half window for Kaiser...
2008-01-13 Reimar DöffingerGet rid of fft_rev table, use ff_reverse and a shift.
2008-01-12 Reimar DöffingerUse FFSWAP instead of "manual" swap
2008-01-12 Måns Rullgårdrefer users to ffmpeg-user list in case of errors
2008-01-12 Víctor PaesaAlignment
2008-01-12 Víctor PaesaLink to libraries in dependency order.
2008-01-12 Robert SwainMake the Kaiser-Bessel window generator a common function
2008-01-12 Michael NiedermayerSet pts/dts in raw (yuv,rgb,pcm) demuxers.
2008-01-12 Michael NiedermayerWrite 0 instead of seeking forward (and leaving bytes...
2008-01-11 Aurelien Jacobsadd a ff_ prefix to newly exported functions from avc.c
2008-01-11 Aurelien JacobsMatroska muxer needs to format all NAL units, not only...
2008-01-11 Michael NiedermayerFactorize some code into functions, had this in my...
2008-01-11 Lars TäuberNitpicks patch by Lars Täuber.
2008-01-11 Brian BriceClear synth_buf on flush(). Part of a patch by Brian...
2008-01-11 Brian BriceFlush mp2 as well on seeking. Part of a patch by Brian...
2008-01-11 Luca AbeniDo not install rtp.h (which should have never been...
2008-01-11 Christophe... Factorize some duplicated code from CAVS and H.264...
2008-01-11 Mike MelansonMinistry of English Composition edits for SNOW spec...
2008-01-11 Alessandro... Enabling higher frame rates for dc1394, patch by Alessa...
2008-01-11 Alessandro... Adding support for libdc1394 v.2, patch by Alessandro...
2008-01-11 Aurelien Jacobsmatroskaenc now depends on avc.o
2008-01-11 Aurelien JacobsUse the isom avcc formatting for h264 extradata in...
2008-01-11 Aurelien JacobsMove isom_write_avcc() and related functions into a...
2008-01-11 Aurelien Jacobsextract isom_write_avcc into a function
2008-01-11 Aurelien JacobsAdd one more parameter to avc_parse_nal_units so that...
2008-01-11 Aurelien JacobsCheck return value of avc_parse_nal_units().
2008-01-10 Ronald S. BultjeReindent after r11493 (always use parse_packet() vfunc...
2008-01-10 Ronald S. BultjeMake rtp_parse_packet() always call the vfunc of the...
2008-01-10 Michael Niedermayerunused
2008-01-10 Diego BiurrunFix a couple of 'return type defaults to int' and ...
2008-01-10 Diego BiurrunAdd LGPL license header.
2008-01-10 kweiner@spamcop.netAdd "genre" command line option
2008-01-10 Diego PettenòMake MMX vectors constants.
2008-01-10 Diego PettenòMake pp_help a constant array of characters to move...
2008-01-10 Diego PettenòReduce the size of the replaceTable entries.
2008-01-10 Luca AbeniPass a proper context to av_log()
2008-01-10 Michael NiedermayerPrint libavdevice version.
2008-01-09 Eduardo BragattoInitialize correctly optind.
2008-01-09 Andreas ÖmanFix a bug causing the generated stream to be corrupt...
2008-01-09 Andreas ÖmanCorrectly use output format stream index for bitstream...
2008-01-09 Mike MelansonError checking: make sure that there are 3 parameters...
2008-01-08 Justin Rugglesused defined name for testing error resilience level
2008-01-08 Diego BiurrunFix random typos.
2008-01-08 Diego BiurrunFix illegal identifiers, names starting with _ and...
2008-01-08 Diego BiurrunAdd compilation rule for tools/trasher.
2008-01-08 Diego BiurrunRemove unused variable i.
2008-01-08 Diego BiurrunAllow compilation of test programs when TEST is defined.
2008-01-08 Diego BiurrunRemove unused variable j.
2008-01-08 Diego BiurrunRemove unused variable variance.
2008-01-08 Diego BiurrunFix test program compilation, random() needs to be...
2008-01-08 Guillaume LecrefECERFurl_write is part of the public API so it may not be...
2008-01-08 Diego PettenòRemove clip_table as it is not used anymore.
2008-01-08 Michael NiedermayerSplit range coding chapter in binary and integers
2008-01-08 Michael Niedermayerargh s/ffmpeg/snow/
2008-01-08 Michael NiedermayerRange coder state transition table, based on a patch...
2008-01-08 Michael NiedermayerRemove extra word.
2008-01-08 Baptiste Couduriercheck av_new_stream return value
2008-01-08 Baptiste Couduriercheck av_new_stream return value
2008-01-08 Roman Shaposhnik * fixing a bug preventing default values to be set...
2008-01-08 Michael NiedermayerMention damaged input testing.
2008-01-08 Michael NiedermayerA little proggy i wrote years ago.
2008-01-08 Michael NiedermayerRandomly change the amount of noise if nothing is expli...
2008-01-07 Ivo van PoortenLMLM4 demuxer
2008-01-07 Ivo van PoortenLinux Media Labs MPEG-4 (LMLM4) demuxer
2008-01-07 Ivo van PoortenImplement read_timestamp and enable seeking in PVA...
2008-01-07 Ivo van Poortencosmetics
2008-01-07 Ivo van Poortenremove unnecessary check
2008-01-07 Ivo van Poortenuse ff_parse_pes_pts for parsing an MPEG-PES timestamp
2008-01-07 Ivo van PoortenMove parsing of MPEG-PES timestamp to mpeg.h (as an...
2008-01-07 Roberto TogniMove printing of the license status at the end of confi...
2008-01-07 Andreas ÖmanDont crash if resampling is requested but no audio...
2008-01-07 Aurelien JacobsFix access to the last element of the table.
2008-01-07 Diego PettenòMark the ff_svq1_frame_size_table as constant.
2008-01-07 Diego PettenòMove wmv1_scantable to .rodata section by making it...
next