]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-04-01 superdumpSend context to ffplay.c:opt_seek
2008-04-01 bcouduriermpeg4audio common code
2008-04-01 lorenmh264 chroma mc ssse3
2008-04-01 superdumpRemove flexible array member from Escape 124
2008-03-31 aurelcheck return value of matroska_find_track_by_num (fix...
2008-03-31 diegominor typo fixes
2008-03-31 diegocosmetics: Write some Doxygen comments in a more compac...
2008-03-31 diegoFix a bunch of typos in comments.
2008-03-31 diegoRemove redundant #ifdef around the complete file.
2008-03-31 diegoMake XVMC compilation depend on HAVE_XVMC, not HAVE_XVM...
2008-03-31 superdumpMake ffplay.c:opt_seek use parse_time_or_die
2008-03-31 michaelhelp gcc-2.95
2008-03-31 diegocosmetics: alphabetical order for temporary filenames
2008-03-31 diegoUse a different filename that ends in .sh for temporary...
2008-03-31 superdumpARMovie/RPL demuxer
2008-03-31 superdumpEscape 124 (RPL) decoder
2008-03-31 superdumpExport parse_time_or_die from ffmpeg.c to cmdutils.c
2008-03-31 lucabeAdd a comment about missing entries
2008-03-31 lucabeUse the correct size for the enc_name field (removing...
2008-03-31 lucabeRemove useless entries from AVRtpPayloadTypes
2008-03-31 lucabeSupport mp3 audio in the RTP muxer
2008-03-31 jbrremove redundant context variable
2008-03-30 diegocosmetics: Write some trivial C test programs in a...
2008-03-30 diegoMake MMX2 depend on MMX.
2008-03-30 bcoudurierhomogenous regression tests output for image formats
2008-03-30 bcouduriermissed one
2008-03-30 bcouduriercosmetics, remove leading whitespaces
2008-03-30 bcoudurierprevent writing empty stss atom
2008-03-30 bcouduriersupport mp4 fragmented files without any samples in...
2008-03-30 bcouduriercheck frag track id before setting st
2008-03-30 vitorIFF demuxer
2008-03-30 vitor8SVX decoder
2008-03-30 bcoudurierchange rle encoder to count up to 127, sgi does not...
2008-03-30 jbrUse 15-bit LPC precision by default. This generally...
2008-03-30 gpoirierAltivec and SSE2 require 16-byte alignment, so make...
2008-03-30 gpoiriercheck mm_flags for each DCT and skips the ones that...
2008-03-30 gpoirierget rid of the useless DCT_ERROR() macro
2008-03-30 jbrfix Ogg/FLAC header size
2008-03-29 michaelFix closed gop flag disapearence.
2008-03-29 mrufix ff*_g -> ff* rules
2008-03-28 bwolowiecchange name from stream type to frame type in AC3 code
2008-03-28 bwolowiecremoval of stream_type in AACAC3ParseContext and adding...
2008-03-28 bcouduriergsm in mov, demux surge-1-16-B-agsm.mov
2008-03-28 diegoReplace hackish CFLAGS 64 bit test by a proper compilat...
2008-03-28 diegocosmetics: alphabetical order
2008-03-28 michaelindent
2008-03-28 diegobandaid fix for broken shared library installation
2008-03-28 diegoMove INSTALL_PROGS_TARGETS variable to a better place.
2008-03-28 diegoHandle EXTRALIBS and LDFLAGS for libswscale and libavfi...
2008-03-28 michael1000l to myself, dereferencing uninitalized pointer.
2008-03-28 diegoReplace ifeq to declare install-progs dependencies...
2008-03-28 diegoThe install target should depend on enabled installatio...
2008-03-28 diegoFix circular dependency between install-progs and insta...
2008-03-28 diegoRemove TAGS target. It is ages old and has never been...
2008-03-27 michaelSupport wb00+dc00 chunk mix.
2008-03-27 mmu_manFix building with C++ objects, variable names were...
2008-03-27 bcoudurierprint essence path in error message
2008-03-27 bcouduriercosmetics, useless braces
2008-03-27 bcoudurierprint stream index in error message
2008-03-27 bcoudurieraccording to specs, only color table id set to 0, have...
2008-03-27 bcoudurierOnly use chunk demuxing for old uncompressed audio...
2008-03-27 diegoMove CPU detection code after OS-specific settings...
2008-03-27 michaelFix aspect ratio.
2008-03-26 jbronly allocate context input buffer if AVCodecContext...
2008-03-26 diegoUse common.mak in the top-level Makefile as well.
2008-03-26 diegocosmetics: Rename SRCS variable to PROGS_SRCS.
2008-03-26 diegoMerge LDFLAGS lines.
2008-03-26 diegocosmetics: Move around some rules and variable declarat...
2008-03-26 diegocosmetics: Rename 'all' target to 'main'.
2008-03-25 jbrcosmetics: indentation after last commit
2008-03-25 jbradditional protection from segmentation faults and...
2008-03-25 mrucombine setting of various configure command line options
2008-03-25 mruRename configure variable PREFIX to prefix
2008-03-25 mruRename configure variable BUILDSUF to build_suffix
2008-03-25 diegoClassify mlib as a configurable option, not as a hardwa...
2008-03-25 diegoRename --enable-sunmlib option to --enable-mlib.
2008-03-25 diegocosmetics: Rename targetos variable to target_os.
2008-03-25 diegoRename --cross-compile option to --enable-cross-compile.
2008-03-25 diegoInvert logging variable logic so that it works without...
2008-03-25 diego--log=no is now --disable-logging.
2008-03-25 diegocosmetics: alphabetical order
2008-03-25 diegoRename --disable-strip option to --disable-stripping...
2008-03-25 benoitReturn an error when realloc fails.
2008-03-25 benoitSet mm_flags in dct-test to fix floating math.
2008-03-25 michaelFix possible heap overflow caused by av_fast_realloc()
2008-03-25 diegocosmetics: indentation
2008-03-25 diegoIntroduce --disable-logging option to control logging...
2008-03-25 diegoRename --log option to --logfile.
2008-03-25 diegoRemove ineffectual --log option.
2008-03-25 diegoAdd OS-specific executable suffix to temporary executab...
2008-03-25 diegoMove declaration of temporary filenames after the OS...
2008-03-24 bwolowiecadding lacking include to aac3_parser.c
2008-03-24 bwolowiecusing EAC3_STREAM_TYPE_* instead of numbers
2008-03-24 bwolowiecusing stream type in eac3 parser
2008-03-24 diegopld instruction are used in libavcodec/armv4l/dsputil_a...
2008-03-24 diegoRemove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.
2008-03-24 diegoRemove unneeded sys/mman.h #include.
2008-03-23 diegocosmetics: prettyprinting
2008-03-23 lu_zeroCosmetics: reindent and whitespaces
2008-03-23 jbrPass AACAC3ParseContext to sync() instead of individual...
next