]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-03-15 diegotypo fixes
2008-03-15 diegoProperly check for AltiVec CFLAGS instead of guessing...
2008-03-15 ramiroAdd attribute_align_arg to os2thread.c.
2008-03-15 ramiroTypo
2008-03-15 diegoOnly check for altivec.h when not using Apple gcc and...
2008-03-15 diegocosmetics: Reformat Apple cc check.
2008-03-14 diegotypos
2008-03-14 diegoUse correct t printf modifier for pointer differences.
2008-03-14 bcoudurieruseless null
2008-03-14 bcoudurierremove useless img_write_trailer func
2008-03-14 diegoBuild ffserver_g as well as ffserver, consistent with...
2008-03-14 bcoudurierlog aspect ratio forbidden value, and fail if error...
2008-03-13 mrunew attempt at portable endian test
2008-03-13 mruhopefully portable endian test
2008-03-13 diego#include stddef.h instead of sys/types.h, the former...
2008-03-13 bcoudurierdo not fail badly if aspect ratio is 0/forbidden, fix...
2008-03-13 diego#include stdint.h instead of inttypes.h like all libavu...
2008-03-13 diegoThis file does not use size_t, so no need to #include...
2008-03-13 diegoAdd #include "config.h" to headers that need it.
2008-03-13 michaelIf consumed doesnt match nalsize favor nalsize.
2008-03-13 diegoAdd missing stdint.h #include to headers that use it.
2008-03-12 diegotypo fixes
2008-03-12 diegowording improvement by the Wanderer
2008-03-12 diegoMove dependency generation commands into configure.
2008-03-12 superdumpFix configure to properly build without PIC by default...
2008-03-12 melansonMinistry of English Composition edits, courtesy of...
2008-03-12 diegoUse proper library versions instead of SPPVERSION in...
2008-03-12 diegoDo not calculate dependencies for header files in the...
2008-03-12 diegoUse $^ without header files instead of $(SRCS) to refer...
2008-03-11 melansonMinistry of English Composition edits
2008-03-10 diegoClarify comment.
2008-03-10 jbrmake input buffer const, as it should be. fixes a warning.
2008-03-10 aureladd out of bound stream index checks
2008-03-10 ramiroRemove windows installer. I'm not aware of anyone that...
2008-03-10 aureladd a temporary variable to simplify the code
2008-03-10 diegoSimplify .depend generation command.
2008-03-10 diegoReplace the awkward '1>' with the more natural '>'.
2008-03-10 diegoMerge SDL_CFLAGS handling for files that need it.
2008-03-10 superdumpAdd AVClass to URLContext at next major version bump
2008-03-10 diegomisc spelling fixes
2008-03-10 diegovhooks really need libav* even if they compile fine...
2008-03-10 diegoRename --enable-swscaler --> enable-swscale to be consi...
2008-03-10 takisUpdate the regression tests reference values after...
2008-03-10 melansonThese video decoders do not need to include and initial...
2008-03-10 melansonThere is no reason to assign a variable to itself
2008-03-10 aurelcosmetics: remove some empty lines
2008-03-10 aurelremove useless and miss-leading comments
2008-03-10 michaelsmaller tables
2008-03-09 aurelconsistant use of MKTAG() in the codec_bmp_tags table
2008-03-09 aurelalignment of the codec_bmp_tags table
2008-03-09 aureladd FF_ prefix to all (frame)_TYPE usage
2008-03-09 diegoWork around gcc stupidity: With -MM gcc outputs just...
2008-03-09 jbrdownmix before imdct unless different size transforms...
2008-03-09 michaelClarify the intended meaning of wont_fix.
2008-03-09 kostyaindentation
2008-03-09 kostyaCorrectly handle empty frames
2008-03-09 kostyaFraps v5 decoding support
2008-03-09 kostyaAdd step varible (for future v5 decoding)
2008-03-09 melansonrecognize the CLJR FourCC (Cirrus Logic AccuPak)
2008-03-08 ramiroVFW grabber
2008-03-08 ramiroCorrectly handle case where buffer is 100% full
2008-03-08 ramiroadd myself as vfwcap.c maintainer
2008-03-08 ramirodc1394.c has been renamed to libdc1394.c
2008-03-08 ramiroSplit libavdevice maintainers out of libavformat
2008-03-08 ramiroTypo + grammar
2008-03-08 ramiroVFW capture support
2008-03-08 ramiroIntroduce max_picture_buffer variable in AVFormatContext,
2008-03-08 diego#error in case we do not know how to provide alignment.
2008-03-08 diegocosmetics: Fix indentation in a few more places.
2008-03-08 diegocosmetics: Normalize {} placement after for, while...
2008-03-08 diegoMention that libavdevice/x11grab.c is GPLed.
2008-03-08 ramiroDefine WIN32_LEAN_AND_MEAN before including windows...
2008-03-08 ramiroInclude windows.h instead of trying to redeclare Sleep
2008-03-08 diegoRename pp variable to postproc for consistency.
2008-03-08 mrucheck for x86 bswap instruction
2008-03-08 aurelhuffman: add a zero_count flag and use it in fraps
2008-03-08 aurelhuffman: pass hnode_first as a flag instead of as an...
2008-03-08 ramiroPut network-related code under #ifdef
2008-03-08 ramiroGroup network-related code together
2008-03-08 diegoFix unused variable warnings.
2008-03-08 diegocosmetics: prettyprinting
2008-03-08 diegoInstall libavfilter if it has been enabled.
2008-03-08 diegoThe videohook target does not depend on .libs.
2008-03-08 diegoMake ffplay use parse_number_or_die instead of atoi.
2008-03-08 diegocosmetics: Remove useless empty line.
2008-03-08 diegocosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 ramiro__stdcall -> WINAPI
2008-03-07 mrusimplify library version handling
2008-03-07 mrureplace -f pgmyuv with -f image2 -vcodec pgmyuv
2008-03-07 mruSimplify do_video_encoding() in regression.sh
2008-03-07 mruRemove mp4psp regression test
2008-03-07 eugeniAdd 'disposition' bitfield to AVStream and use it for...
2008-03-07 mrufix AVClass for avfilter
2008-03-06 bcoudurierindentation
2008-03-06 bcoudurierdo not display par and dar if not available
2008-03-06 mruconsolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2008-03-06 bcoudurierdo not reset duration_error for all streams, only reset...
2008-03-06 takisMake av_class a pointer to a const AVClass. Addresses...
2008-03-06 bananDon't use unchecked data from the bitstream.
2008-03-06 bcouduriersupport AVDISCARD_ALL
next