OSDN Git Service

coroid/libav_saccubus.git
2008-03-09 Kostya ShishkovFraps v5 decoding support
2008-03-09 Kostya ShishkovAdd step variable (for future v5 decoding)
2008-03-09 Mike Melansonrecognize the CLJR FourCC (Cirrus Logic AccuPak)
2008-03-08 Ramiro PollaVFW grabber
2008-03-08 Ramiro PollaCorrectly handle case where buffer is 100% full
2008-03-08 Ramiro Pollaadd myself as vfwcap.c maintainer
2008-03-08 Ramiro Polladc1394.c has been renamed to libdc1394.c
2008-03-08 Ramiro PollaSplit libavdevice maintainers out of libavformat
2008-03-08 Ramiro PollaTypo + grammar
2008-03-08 Ramiro PollaVFW capture support
2008-03-08 Ramiro PollaIntroduce max_picture_buffer variable in AVFormatContext,
2008-03-08 Diego Biurrun#error in case we do not know how to provide alignment.
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 Diego BiurrunMention that libavdevice/x11grab.c is GPLed.
2008-03-08 Ramiro PollaDefine WIN32_LEAN_AND_MEAN before including windows...
2008-03-08 Ramiro PollaInclude windows.h instead of trying to redeclare Sleep
2008-03-08 Diego BiurrunRename pp variable to postproc for consistency.
2008-03-08 Måns Rullgårdcheck for x86 bswap instruction
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 Ramiro PollaPut network-related code under #ifdef
2008-03-08 Ramiro PollaGroup network-related code together
2008-03-08 Mark CoxFix unused variable warnings.
2008-03-08 Diego Biurruncosmetics: prettyprinting
2008-03-08 Diego BiurrunInstall libavfilter if it has been enabled.
2008-03-08 Diego BiurrunThe videohook target does not depend on .libs.
2008-03-08 Diego BiurrunMake ffplay use parse_number_or_die instead of atoi.
2008-03-08 Diego Biurruncosmetics: Remove useless empty line.
2008-03-08 Diego Biurruncosmetics: Remove useless empty line.
2008-03-08 Diego Biurruncosmetics: Consistently move NAME and FFLIBS to the...
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-07 Måns Rullgårdreplace -f pgmyuv with -f image2 -vcodec pgmyuv
2008-03-07 Måns RullgårdSimplify do_video_encoding() in regression.sh
2008-03-07 Måns Rullgårdsimplify library version handling
2008-03-07 Måns RullgårdRemove mp4psp regression test
2008-03-07 Evgeniy StepanovAdd 'disposition' bitfield to AVStream and use it for...
2008-03-07 Måns Rullgårdfix AVClass for avfilter
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 Måns Rullgårdconsolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2008-03-06 Baptiste Coudurierdo not reset duration_error for all streams, only reset...
2008-03-06 Panagiotis... Make 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 Couduriersupport AVDISCARD_ALL
2008-03-06 Baptiste Coudurierchange sws_format_name to return const char*, supress...
2008-03-06 Baptiste Coudurierremove redundant SwScaler text since av_log uses AVClas...
2008-03-06 Baptiste Coudurierfix interlaced decoding, original patch from reimar
2008-03-06 Kostya ShishkovIMA ADPCM encoder - QT variant
2008-03-06 Michael NiedermayerSkip over unknown extended_content_header tags.
2008-03-06 Michael Niedermayersimplify
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 Måns Rullgårdallow vpath search only for source files
2008-03-05 Måns Rullgårdsimplify processing of some --disable-* options
2008-03-05 Vitor SessakAdd correct version number to shared libavfilter
2008-03-05 Vitor SessakFix avfilter compilation with --enable-shared and no...
2008-03-05 Aurelien Jacobsadd dependencies for matroska audio and nut muxers...
2008-03-05 Diego BiurrunSet TCP protocol to is_streamed=1 as seeking is not...
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 Jacobsremove some unneeded artificial dependencies from configure
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 Luca AbeniAdd some information about the stream bitrate, if available
2008-03-05 Michael NiedermayerSubtitle support. (untested)
2008-03-05 Michael NiedermayerThe last flag fix fixed mpeg4-qprd (there the flags...
2008-03-05 Baptiste Coudurierset block align for mace3/6
2008-03-05 Baptiste Couduriercorrectly compute bit rate for compressed audio, should...
2008-03-05 Mike Melansonfix the WC3 Xan decoder by correcting the frame account...
2008-03-05 Michael NiedermayerOne more (forgotten) fix for fixing sws_flags.
2008-03-05 Michael Niedermayersws_flags is unsigned.
2008-03-05 Michael NiedermayerFix handling flags with the MSB set.
2008-03-05 Michael NiedermayerTurn ancient V offset numerical constants into named...
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 Michael NiedermayerIgnore flags after pts/dts if there are no bytes left.
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 Aurelien Jacobsinclude required headers for int64_t and AV_RB16()
2008-03-03 Aurelien Jacobsavi.h does not use anything from avcodec.h.
2008-03-03 Måns RullgårdFix endian test with grep not handling non-text files
2008-03-03 Måns Rullgårdremove invalid free() forgotten in r12300
2008-03-03 Måns Rullgårdremove unnecessary backslashes
next