]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2007-02-24 Diego Biurruncosmetics: Fix another common typo, dependAnt --> depen...
2007-02-24 Alex Beregszasziredirect http get requests of / to index.html (note...
2007-02-24 Alex Beregszaszistore internal timestamps in int64_t instead long
2007-02-24 Alex Beregszaszirescale pts/dts for output format
2007-02-24 Alex Beregszaszireturn error if av_write_header failed (it fails on...
2007-02-24 Alex Beregszaszidisconnect client if trailer is sent
2007-02-24 Alex Beregszaszigive myself the glorious maintainership of ffserver...
2007-02-24 Michael Niedermayerbe less noisy
2007-02-24 Alexander Strangeh264 optimization: common case hl_decode_mb patch by...
2007-02-24 Aurelien JacobsUse pointers to avoid copying AVFrame.
2007-02-23 Diego BiurrunSimplify .depend file inclusion.
2007-02-23 François RevolBeOS only: we don't have SA_RESTART. #define to 0 and...
2007-02-23 François Revolffserver uses dlopen(), so make sure it links to libdl...
2007-02-23 Diego BiurrunUpdate (lib)nut maintainers.
2007-02-23 Benjamin LarssonComplete the video format enum.
2007-02-23 Benjamin LarssonCosmetics.
2007-02-23 Michael Niedermayerreorder a few more paddws to reduce dependancy chains
2007-02-23 Michael Niedermayerreorder paddws to reduce dependancy chain
2007-02-23 Benoit Fouetadd CODEC_TYPE_NB to enum CodecType, will be used to...
2007-02-23 Michael Niedermayershortening dependancy chain in chroma mc2
2007-02-23 Michael Niedermayerremove now wrong comment
2007-02-23 Michael Niedermayerfix chroma mc2 bug, this is based on a patch by (Oleg...
2007-02-23 Alex Beregszaszisynchronize to latest ffm changes
2007-02-23 Aurelien Jacobsuse av_noinline instead of __attribute((noinline))
2007-02-23 Michael Niedermayerdont check buffer size if the decode function wont...
2007-02-23 Panagiotis... av_realloc_static() is an internal function and therefo...
2007-02-22 Panagiotis... Move the av_realloc_static() declaration out of avcodec...
2007-02-22 Panagiotis... Doxygenize the existing amr.c documentation.
2007-02-22 Panagiotis... Doxygenize the comments for the av_fast_realloc() function.
2007-02-22 Panagiotis... Doxygenize the comments for the av_free_static() function.
2007-02-22 Panagiotis... Doxygenize the comments for the av_mallocz_static(...
2007-02-22 Panagiotis... Doxygenize the comments for the av_realloc_static(...
2007-02-22 Panagiotis... Doxygenize the comments for the av_get_bits_per_sample...
2007-02-22 Panagiotis... Doxygenize the comments for the av_get_pict_type_char...
2007-02-22 Panagiotis... Doxygenize the comments for the avpicture_free() function.
2007-02-22 Panagiotis... Move the Doxygen function documentation unaltered from...
2007-02-22 Panagiotis... Add more Doxygen documentation.
2007-02-22 Panagiotis... Fix spelling.
2007-02-22 Alex Beregszasziwarn that under windows, bash <3.1 may fail on configure
2007-02-22 Alex Beregszaszi1l, clean up feed1.ffm after finishing the server test
2007-02-22 Alex Beregszaszifix the server regression test (it produced for me...
2007-02-22 Alex Beregszaszichange PF_INET to AF_INET to be consistent in the whole...
2007-02-22 Alex Beregszasziif feeder is disconnected, clear the feed registration...
2007-02-22 Alex Beregszaszicodec_tag settable via VideoTag, and transmit codec_tag...
2007-02-22 Panagiotis... The memsetting of the end of buffer is not needed for...
2007-02-22 Alex Beregszaszichange write/read to send/recv on socket operations
2007-02-22 Alex Beregszaszichange close() to closesocket() on sockets (compatible...
2007-02-22 Marc HoffmanFix compilation on Mac OS X, patch by Marc Hoffman...
2007-02-22 Panagiotis... Stray comment, probably copy & pasted from audio_encode...
2007-02-22 Panagiotis... Fix typo.
2007-02-22 Diego BiurrunMerge bfin add_ldflags lines.
2007-02-22 Limin Wangadd support for more pixel format (yuv422p, yuv444p...
2007-02-22 Diego Biurruncosmetics: typo fixes, usefuLL --> useful and aswell...
2007-02-22 Diego Biurruncosmetics: aswell --> as well typo fix
2007-02-22 Diego Biurruncosmetics: fix usefuLL --> usefuL typo
2007-02-22 Marc Hoffmanadd bfin cpu specific build options, patch by Marc...
2007-02-22 Michael Niedermayergcc 2.95 fix
2007-02-21 Panagiotis... Correct typo.
2007-02-21 Aurelien Jacobssimplify release_buffer using FFSWAP
2007-02-21 Diego Biurrunsimplify i386 object handling
2007-02-21 Michael Niedermayeroutput delayed frames
2007-02-21 Diego Biurruncosmetics: Fix another common typo, gurantee --> guArantee.
2007-02-21 Kostya Shishkov100l: forgot to reset LS mode on new frame
2007-02-21 Alex Beregszasziremove gettime_ms and use av_gettime instead of it
2007-02-21 Alex Beregszasziuse av_random instead random/srandom
2007-02-21 Diego BiurrunRemove unused variable.
2007-02-21 Diego BiurrunMove MinGW extralibs setting into MinGW section.
2007-02-21 Benoit FouetClarify FAQ, section "ffmpeg does not work".
2007-02-21 Diego Biurruncosmetics: Fix a common typo, sepErate --> sepArate.
2007-02-20 Ryan MartellAdd the stream_bitrate GUID to the asf parsing code...
2007-02-20 Måns Rullgårdlibgsm_ms codec depends on libgsm
2007-02-20 Michael Niedermayerwarn if bps from user and what will be stored missmatches
2007-02-20 Michael Niedermayertry to fill in missing bits_per_sample
2007-02-20 Michel BardiauxRemove code duplicated between adpcm.c and riff.c
2007-02-20 Panagiotis... Add some more Doxygen documentation to libavcodec/utils.c.
2007-02-20 Panagiotis... Adds Doxygen docs for the av_log function.
2007-02-20 Michel BardiauxAdd support for MS-GSM codec
2007-02-20 Panagiotis... Provide Doxygen documentation.
2007-02-20 Benoit FouetMove the aframes option from the video "subsection...
2007-02-20 Panagiotis... The --enable-a52 option was renamed to --enable-liba52...
2007-02-20 Dujardin BernardFAQ clarification concerning the configuration of FFmpe...
2007-02-20 Guillaume Poirieradd doxygen docs for avpicture_fill()
2007-02-19 Måns Rullgårdgeneric foo-config --cflags/libs test
2007-02-19 Måns Rullgårdfeature tests for functions requiring one or more headers
2007-02-19 Måns Rullgårdrevert last change, it breaks on brain damaged distros
2007-02-19 Måns Rullgårdsimplify check_lib
2007-02-19 Stefan Gehrerfix comment, get/show_bits(0) does not work
2007-02-19 Diego Biurrunlink fix by Dujardin Bernard, dujardin.iut numericable fr
2007-02-19 Michel BardiauxRemove some old disabled debugging output
2007-02-19 Loren Merrittsimplify in fill_caches
2007-02-18 Panagiotis... Remove a non-C dependency (being M_PI) from the libavco...
2007-02-18 Panagiotis... Use a more correct value for Pi.
2007-02-18 Benjamin LarssonClairyfication of the gain tool struct.
2007-02-18 Måns Rullgårdfix for x86-64
2007-02-18 Benjamin LarssonDon't use byte swaps and use the more portable way
2007-02-18 Måns RullgårdTARGET_OS in config.mak is unused
2007-02-18 Måns Rullgårdremove --enable-mingw32 option, --target-os=mingw32...
2007-02-18 Måns Rullgårdcase insensitive OS name
2007-02-18 Michael Niedermayerfactorize more calls to fill_rectangle()
2007-02-18 Michael Niedermayerfactorize fill_rectangle() calls
next