]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
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
2009-01-24 jbrflacdec: remove another unneeded debugging statement
2009-01-24 jbrflacdec: remove unneeded debugging statements
2009-01-24 jbrflacdec: remove some unused code
2009-01-24 diegoDirectly #include a bunch of indirectly #included headers.
2009-01-24 diegoFix undefined preprocessor directives warnings during...
2009-01-24 diegoAdd required headers to fix 'make checkheaders'.
2009-01-24 stefangremove alloc_table_0 and alloc_table_2, the same
2009-01-24 stefangremove zigzag_scan8x8, it is the same as ff_zigzag_direct
2009-01-24 stefangavoid duplication of size_table and offset_table
2009-01-24 stefangavoid duplication of dquant_code
2009-01-24 bananI'll take care of qdm2 also
2009-01-24 stefangreturn an error if we can not get a full packet,
2009-01-24 vitorDo not allocate RoqTempData on the stack
2009-01-24 stefangfix header parsing, the NULL terminated File ID is...
2009-01-24 rbultjeSkip m= blocks in the SDP if the media type is unknown...
2009-01-23 jbradd myself as a maintainer of flacdec.c
2009-01-23 jbrrename flac.c to flacdec.c
2009-01-23 bcoudurierset pts and dts when only pts is present, according...
2009-01-23 bcoudurierwrite essence container data
2009-01-23 bcoudurierreduce display aspect ratio
2009-01-23 bcoudurierstored height is a multiple of 16 for mpeg2
2009-01-23 bcoudurierfix endianness of time code, and calculate it in fields...
2009-01-23 compnadd EM4A fourcc , works for:
2009-01-23 andomaAvoid allocating MPADecodeContext on stack.
2009-01-23 michaelWorkaround ffms behavior of returning EAGAIN at EOF.
2009-01-23 kostyaRemove the block with always false condition from vc1_p...
next