]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-01-29 alexcMark ff_fft_end av_cold.
2009-01-29 compnpvez avi fourcc is truemotion1
2009-01-28 diegospelling/grammar/consistency review part III
2009-01-28 diegospelling/grammar/consistency review part II
2009-01-28 reimarAdd "const" to AES function arguments where possible...
2009-01-28 michaelFix remotely exploitable arbitrary code execution vulne...
2009-01-28 lorenmfix an overflow in vc1 intra overlap filter
2009-01-28 diegoAdd common.h #include, necessary for av_const.
2009-01-28 kostyaFix documenting comments for VC1 decoder
2009-01-28 kostyaFix documenting comments for RV3/4 decoder
2009-01-28 kostyaFix documenting comments for APE decoder
2009-01-28 diegospelling/grammar/consistency review part I
2009-01-27 bcouduriersecond try fixing time code in gxf
2009-01-27 michaelPrefer av_freep() over av_free() for variables in the...
2009-01-27 michaelAdd {} between if/else
2009-01-27 michaelExport all tracks (each is a different language) instea...
2009-01-27 michaelremove pointless {}
2009-01-27 michaelMove current_track variable closer to where it is used.
2009-01-27 michaelFix memleak of fourxm->tracks on error return.
2009-01-27 michaelvertical align
2009-01-27 michaelFix memleak of header in error returns.
2009-01-27 michaelbetter header_size check
2009-01-27 michaelsize < 4 is invalid
2009-01-27 ramiroindentation
2009-01-27 ramiromingw: don't check for minimum mingw runtime and w32api...
2009-01-27 benoitWhitespaces cosmetics to align return statements.
2009-01-27 benoitCheck buffer is inside what is passed when probing...
2009-01-27 mruARM: remove some unused macro arguments
2009-01-27 mruARM: reorder some instructions in put_pixels*_arm
2009-01-27 mruARM: replace jump tables with conditional branches
2009-01-27 mruARM: replace explicit literal loads with ldr Rd, =lit
2009-01-27 mruARM: change alignment of loops in put_pixels*_arm to 32
2009-01-27 mruARM: optimised mid_pred()
2009-01-27 mruARM: allow register operands for shifts in MULL()
2009-01-27 lucabeMerge rtp_internal.h in rtp.h, and remove rtp_internal.h
2009-01-27 stefangfix doxygen file reference
2009-01-27 bcoudurierseek at 0 when timestamp requested is negative
2009-01-27 aureladd a ff_gcd() function again, for compatibility with...
2009-01-27 aurelvp5: don't try decoding a P frame before any I frame...
2009-01-26 aurelmake it clear that the new metadata API is a work in...
2009-01-26 diegoFix filenames in Doxygen comments.
2009-01-26 stefanoUpdate preset files documentation to match with r16795.
2009-01-26 stefanoImplement avfilter_graph_check_validity().
2009-01-26 stefanoChange "H.263 Intel" long name to "Intel H.263".
2009-01-26 mruconfigure: exit with error if OS is unknown
2009-01-26 benoitAdd a Changelog entry for the ALSA stuff.
2009-01-26 kostyaFix AAC data smuggling:
2009-01-26 diegoRemove misleading comment about how to build SHA1 test...
2009-01-26 benoitRemove unneeded check.
2009-01-26 benoitFix an exploit in indeo by checking we are not writing...
2009-01-26 mruFix version.h dependency on version.sh
2009-01-26 benoitAdd ALSA support in libavdevice.
2009-01-26 diegoversion.h depends on version.sh.
2009-01-26 diegoHAVE_3DNOW --> HAVE_AMD3DNOW
2009-01-26 conradWorkaround for gcc 3.4 to align sh properly
2009-01-25 diegoReorganize header #includes: Unconditionally #include...
2009-01-25 superdumpMake opt_preset() use FFMPEG_DATADIR from config.h...
2009-01-25 diego10l: Add #undefs for system free/malloc/realloc, which...
2009-01-25 superdumpAdd (un)installation targets for ffpresets using the...
2009-01-25 diegoC files should #include the header files of the same...
2009-01-25 mruconfigure: add datadir variable and write to config...
2009-01-25 diegoDisambiguate the macros used to disable fprintf/printf...
2009-01-25 diegoAdd required limits.h header.
2009-01-25 superdumpThe default subq value in the x264 CLI is now 6, not 5.
2009-01-25 diegoHAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest config...
2009-01-25 diegoRestore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CO...
2009-01-25 diegoAdd AMD 3DNow! instruction enabling/disabling support...
2009-01-25 diegoDrop redundant architecture extension dependencies.
2009-01-25 diegoDrop _MSC_VER case from macro declaration.
2009-01-25 diegoDrop deprecated av_fifo_write function with the next...
2009-01-25 diegoMove DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.
2009-01-25 diegoDirectly #include some required headers.
2009-01-25 diegoAdd missing architecture-specific options to summary...
2009-01-25 reimarUse AV_WL32/AV_WB32 in bitstream.h
2009-01-25 diegoSSE depends on x86.
2009-01-25 diegoDo not #include common.h without necessity.
2009-01-25 stefanoMake more descriptive the long names for the various...
2009-01-25 stefanoMove documentation of av_register_all() from allformats...
2009-01-25 diegoRemove redundant av_log2_16bit forward declaration...
2009-01-25 diegoMove internal.h #include to the end of the file so...
2009-01-25 mruARM: NEON optimised H.264 weighted prediction
2009-01-25 mruARM: NEON optimised H.264 biweighted prediction
2009-01-25 diegoAdd required headers to fix warnings during 'make check...
2009-01-25 jbrflacdec: get total number of samples from STREAMINFO
2009-01-25 jbruse function and definitions from libavcodec/flac.h...
2009-01-25 jbrmove FLAC_STREAMINFO_SIZE to flac.h
2009-01-25 jbrdefine FLAC metadata types in flac.h
2009-01-25 jbrHandle ID3v2 tags in raw FLAC streams by skipping them.
2009-01-24 jbrflacdec: cosmetics: some line wrapping at 80 chars
2009-01-24 jbrflacdec: cosmetics: indentation
2009-01-24 jbrflacdec: cosmetics: use consistent coding style (K&R)
2009-01-24 diegoAdd configuration options section to help output.
2009-01-24 diegohelp output cosmetics
2009-01-24 diegoRemove --enable-static and --disable-shared from help...
2009-01-24 diegoUse cc_default variable in help output for --cc option.
2009-01-24 diegoAdd a check for ppc4xx instructions; rename preprocesso...
2009-01-24 diegoRemove pointless #if HAVE_ALTIVEC around internal heade...
2009-01-24 mruconfigure: add help for fastdiv
2009-01-24 jbrcosmetics: indentation
2009-01-24 jbrflacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR
next