]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-09-30 Ronald S. BultjeReindent after previous patches.
2008-09-30 Ronald S. BultjeImplement a RTSPTransport field, which allows proper...
2008-09-30 Ronald S. BultjeRemove access to rdt_data struct in functions called...
2008-09-30 Ronald S. BultjeSend improper UDP SETUP request, which is what Realmedi...
2008-09-30 Ronald S. BultjeRename RTSPProtocol to RTSPLowerTransport, so that...
2008-09-30 Benoit FouetIndent.
2008-09-30 Benoit FouetSimplify iv_free_func().
2008-09-30 Benoit FouetMove allocated buffer out of YUV buffer structure.
2008-09-30 Benoit FouetRemove useless initializations.
2008-09-30 Benoit FouetCheck allocations on init.
2008-09-30 Benoit FouetRemove useless test.
2008-09-30 Benoit FouetCosmetics
2008-09-30 Benoit Fouetuse uint8_t instead of unsigned char
2008-09-30 Benoit FouetCorrector type fits in 8 bits.
2008-09-30 Benoit FouetRemove useless casts and use variable instead of its...
2008-09-30 Benoit FouetChange table types to uint8_t
2008-09-30 David ConradDowngrade severity of leftover bits in header packets...
2008-09-30 Baptiste Couduriersupport negative ctts in some way, unset wrong dts
2008-09-30 Michael NiedermayerAllocate 1 line more in the chroma plane for H.264...
2008-09-30 Michael NiedermayerReplace second (and wrong) call to avcodec_align_dimens...
2008-09-30 Michael NiedermayerDo not attempt to perform error concealment in lowres...
2008-09-29 Aurelien Jacobsatrac3: ensure input frame is not overwritten (it is...
2008-09-29 David ConradUse skip_frame for keyframe-only decoding rather than...
2008-09-29 Carl Eugen... Fix a warning about an undefined function when compilin...
2008-09-29 Diego PettenòRemove some format string warnings.
2008-09-29 Diego BiurrunUniformly define _XOPEN_SOURCE to 600.
2008-09-29 Diego Biurruncosmetics: Consistently use #ifdef in preprocessor...
2008-09-29 Diego BiurrunRemove unused function fast_memcpy.
2008-09-29 Diego Biurruncosmetics: indentation
2008-09-29 Michael NiedermayerRevert mistakely commited hunk.
2008-09-29 Michael NiedermayerPrint all cases that are tested, not just the ones...
2008-09-29 Michael NiedermayerFix infinite loop with spline, bug was introduced in...
2008-09-28 Diego Pettenòfix -uninstalled.pc includedir for out-of-tree builds
2008-09-28 Wolfram Glogerset video_enc->sample_aspect_ratio to fix stream copy
2008-09-28 Michael NiedermayerGuess picture type from picture coding extension when...
2008-09-28 Aurelien Jacobsmatroskadec: merge ASS events which share the same...
2008-09-28 Aurelien Jacobsmatroskadec: ass events lines must end with a DOS style EOL
2008-09-28 Aurelien Jacobsmatroskadec: set duration only for CODEC_ID_TEXT subtitles
2008-09-28 Aurelien Jacobsmatroskadec: pass duration as parameter of matroska_fix...
2008-09-28 Michael NiedermayerAVOptions support for ffplay.
2008-09-28 Michael NiedermayerMove opt_default() and set_context_opts() to cmdutils...
2008-09-28 Michael NiedermayerRename opt_default() so it will not conflict with the...
2008-09-28 Francesco CosoletoDocument the directpred auto value.
2008-09-28 Francesco CosoletoSubstitute the not anymore supported "me" option name...
2008-09-28 Robert SwainMake myself maintainer of the preset files
2008-09-28 Stefano SabatiniImplement the force_fps option, which disables the...
2008-09-28 Siarhei SiamashkaUse DECLARE_ALIGNED_16() on vorbis windows as they...
2008-09-28 Michael NiedermayerSupport loading presets from random paths.
2008-09-27 Aurelien Jacobsassdec: don't remove CR, they are part of the spec
2008-09-27 Diego Biurruncosmetics: Break overly long lines, one grammar fix.
2008-09-27 Diego Biurrunspelling/wording/grammar
2008-09-27 Diego BiurrunMove doxygen comments for av_gettime from utils.c to...
2008-09-27 Diego BiurrunAdd alltools target to build all the tools/ stuff.
2008-09-27 Michael NiedermayerReplace apparently always true condition by assert().
2008-09-27 Michael NiedermayerSimplify pix_fmt_id instead of listing a subset of...
2008-09-27 Michael NiedermayerCheck the 4th plane too when selecting the pixfmt.
2008-09-26 Diego BiurrunReplace 'test' invocation by 'test -n', this should...
2008-09-26 Diego BiurrunAdd support for passing a version string to configure...
2008-09-26 Diego BiurrunUse better table heading names in the supported formats...
2008-09-26 Michael NiedermayerForgotten changelog update for ASS/SSA (de)muxer.
2008-09-26 Michael NiedermayerASS/SSA muxer.
2008-09-26 Diego Biurrunwhitespace cosmetics
2008-09-26 Vitor SessakSimplify: avoid duplication backward_filter()
2008-09-26 Diego BiurrunRemove unused variable.
2008-09-26 Benjamin Larssonadd ok parts to the rm demuxer for SIPRO support
2008-09-26 Benjamin LarssonAdd support for Acelp.net fourcc and codecid, remuxing...
2008-09-26 Michael NiedermayerDo not lose the '\n'.
2008-09-26 Baptiste Couduriersync to latest mingw api, remove unneeded struct defini...
2008-09-26 Michael Niedermayer2 in 1, an ASS and SSA demuxer.
2008-09-26 Baptiste Coudurierinclude sys/select.h, fix freebsd 5.5 compilation
2008-09-26 Baptiste Coudurieronly include sys/select.h if present, fix mingw compilation
2008-09-26 Michael NiedermayerPrevent image2 from complaining about non monotone...
2008-09-25 Michael NiedermayerAvoid out of picture accesses when CODEC_FLAG_EMU_EDGE...
2008-09-25 Vitor SessakDo instead of divising a float by a constant, multiply...
2008-09-25 Michael NiedermayerEnsure that no non-existing frame is used.
2008-09-25 Stefano SabatiniImplement av_nearer_q() and av_find_nearest_q_idx(...
2008-09-25 Michael NiedermayerDo not free sps & pps on width/height changes.
2008-09-25 Michael NiedermayerDo not use the generic "alloc missing references" code...
2008-09-25 Michael NiedermayerInitialize next/last_picture* as the generic code does...
2008-09-25 Michael NiedermayerPrint which slices are IDR not just the slice type.
2008-09-25 Michael NiedermayerFix CAVLC+8x8+MBAFF loop filter.
2008-09-24 Baptiste Couduriercosmetics, remove GXF: in log messages since it is...
2008-09-24 Baptiste Coudurierskip invalid audio samples in gxf packets
2008-09-24 Michael NiedermayerField -> MBAFF direct mode can use data from fields...
2008-09-24 Baptiste Coudurierinclude sys/select.h to get select, according to posix...
2008-09-24 Baptiste Coudurierinclude sys/select.h instead of unistd.h to get select,
2008-09-24 Vitor SessakMove constant multiplication out of the loop
2008-09-24 Vitor SessakCosmetics: move convolve() together with the other...
2008-09-24 Vitor SessakSimplify: move division by constant off the loop
2008-09-24 Baptiste Coudurierstop parsing if tag size is wrongly < 8 to avoid infini...
2008-09-24 Michael NiedermayerAvoid segfault due to not set AVCodec.
2008-09-24 Baptiste Couduriermerge amr wb case with amr nb and qcelp
2008-09-24 Baptiste Coudurieronly write trailer when state says so, should fix issue...
2008-09-24 Baptiste Coudurierdo not override sample rate for amr nor qcelp, should...
2008-09-24 Kostya ShishkovCorrect wrong lower limit and condition used in APE...
2008-09-24 Michael NiedermayerASF stands for "advanced stream format" not "adaptive...
2008-09-23 Michael NiedermayerMerge the 2 lpc loops.
2008-09-23 Michael NiedermayerFactorize lpc code slightly.
2008-09-23 Diego BiurrunAdd MIPS to list of architectures requiring PIC flags.
2008-09-23 Kostya ShishkovCosmetics: reindent after last commit
next