]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-09-30 conradMerge (vp3|theora)_calculate_pixel_addresses
2008-09-30 conradMissed hunks of last commit
2008-09-30 conradRemove unused vp3 debugging info
2008-09-30 benoitMove iv_decode_frame function to remove a forward decla...
2008-09-30 benoitRemove useless lines.
2008-09-30 benoitReindent whole file.
2008-09-30 rbultjeReindent after previous patches.
2008-09-30 rbultjeImplement a RTSPTransport field, which allows proper...
2008-09-30 rbultjeRemove access to rdt_data struct in functions called...
2008-09-30 rbultjeSend improper UDP SETUP request, which is what Realmedi...
2008-09-30 rbultjeRename RTSPProtocol to RTSPLowerTransport, so that...
2008-09-30 benoitIndent.
2008-09-30 benoitSimplify iv_free_func().
2008-09-30 benoitMove allocated buffer out of YUV buffer structure.
2008-09-30 benoitRemove useless initializations.
2008-09-30 benoitCheck allocations on init.
2008-09-30 benoitRemove useless test.
2008-09-30 benoitCosmetics
2008-09-30 benoituse uint8_t instead of unsigned char
2008-09-30 benoitCorrector type fits in 8 bits.
2008-09-30 benoitRemove useless casts and use variable instead of its...
2008-09-30 benoitChange table types to uint8_t
2008-09-30 conradDowngrade severity of leftover bits in header packets...
2008-09-30 bcouduriersupport negative ctts in some way, unset wrong dts
2008-09-30 michaelAllocate 1 line more in the chroma plane for H.264...
2008-09-30 michaelReplace second (and wrong) call to avcodec_align_dimens...
2008-09-30 michaelDo not attempt to perform error concealment in lowres...
2008-09-29 aurelatrac3: ensure input frame is not overwritten (it is...
2008-09-29 conradUse skip_frame for keyframe-only decoding rather than...
2008-09-29 cehoyosFix a warning about an undefined function when compilin...
2008-09-29 diegoRemove some format string warnings.
2008-09-29 diegoUniformly define _XOPEN_SOURCE to 600.
2008-09-29 diegocosmetics: Consistently use #ifdef in preprocessor...
2008-09-28 aurelfix -uninstalled.pc includedir for out-of-tree builds
2008-09-28 aurelset video_enc->sample_aspect_ratio to fix stream copy
2008-09-28 michaelGuess picture type from picture coding extension when...
2008-09-28 aurelmatroskadec: merge ASS events which share the same...
2008-09-28 aurelmatroskadec: ass events lines must end with a DOS style EOL
2008-09-28 aurelmatroskadec: set duration only for CODEC_ID_TEXT subtitles
2008-09-28 aurelmatroskadec: pass duration as parameter of matroska_fix...
2008-09-28 michaelAVOptions support for ffplay.
2008-09-28 michaelMove opt_default() and set_context_opts() to cmdutils...
2008-09-28 michaelRename opt_default() so it will not conflict with the...
2008-09-28 stefanoDocument the directpred auto value.
2008-09-28 stefanoSubstitute the not anymore supported "me" option name...
2008-09-28 superdumpMake myself maintainer of the preset files
2008-09-28 stefanoImplement the force_fps option, which disables the...
2008-09-28 superdumpUse DECLARE_ALIGNED_16() on vorbis windows as they...
2008-09-28 michaelSupport loading presets from random pathes.
2008-09-27 aurelassdec: don't remove CR, they are part of the spec
2008-09-27 diegocosmetics: Break overly long lines, one grammar fix.
2008-09-27 diegospelling/wording/grammar
2008-09-27 diegoMove doxygen comments for av_gettime from utils.c to...
2008-09-27 diegoAdd alltools target to build all the tools/ stuff.
2008-09-27 michaelReplace apparently always true condition by assert().
2008-09-27 michaelSimplify pix_fmt_id instead of listing a subset of...
2008-09-27 michaelCheck the 4th plane too when selecting the pixfmt.
2008-09-26 diegoReplace 'test' invocation by 'test -n', this should...
2008-09-26 diegoAdd support for passing a version string to configure...
2008-09-26 diegoUse better table heading names in the supported formats...
2008-09-26 michaelForgotten changelog update for ASS/SSA (de)muxer.
2008-09-26 michaelASS/SSA muxer.
2008-09-26 diegowhitespace cosmetics
2008-09-26 vitorSimplify: avoid duplication backward_filter()
2008-09-26 diegoRemove unused variable.
2008-09-26 bananadd ok parts to the rm demuxer for SIPRO support
2008-09-26 bananAdd support for Acelp.net fourcc and codecid, remuxing...
2008-09-26 michaelDo not loose the '\n'.
2008-09-26 bcouduriersync to latest mingw api, remove no more needed struct...
2008-09-26 michael2 in 1, an ASS and SSA demuxer.
2008-09-26 bcoudurierinclude sys/select.h, fix freebsd 5.5 compilation
2008-09-26 bcoudurieronly include sys/select.h if present, fix mingw compilation
2008-09-26 michaelPrevent image2 from complaining about non monotone...
2008-09-25 michaelAvoid out of picture accesses when CODEC_FLAG_EMU_EDGE...
2008-09-25 vitorDo instead of divising a float by a constant, multiply...
2008-09-25 michaelEnsure that no non-existing frame is used.
2008-09-25 stefanoImplement av_nearer_q() and av_find_nearest_q_idx(...
2008-09-25 michaelDo not free sps & pps on width/height changes.
2008-09-25 michaelDo not use the generic "alloc missing references" code...
2008-09-25 michaelInitialize next/last_picture* as the generic code does...
2008-09-25 michaelPrint which slices are IDR not just the slice type.
2008-09-25 michaelFix CAVLC+8x8+MBAFF loop filter.
2008-09-24 bcouduriercosmetics, remove GXF: in log messages since it is...
2008-09-24 bcoudurierskip non valid audio samples in gxf packets
2008-09-24 michaelField -> MBAFF direct mode can use data from fields...
2008-09-24 bcoudurierinclude sys/select.h to get select, according to posix...
2008-09-24 bcoudurierinclude sys/select.h instead of unistd.h to get select,
2008-09-24 vitorMove constant multiplication out of the loop
2008-09-24 vitorCosmetics: move convolve() together with the other...
2008-09-24 vitorSimplify: move division by constant off the loop
2008-09-24 bcoudurierstop parsing if tag size is wrongly < 8 to avoid infini...
2008-09-24 michaelAvoid segfault due to not set AVCodec.
2008-09-24 bcouduriermerge amr wb case with amr nb and qcelp
2008-09-24 bcoudurieronly write trailer when state says so, should fix issue...
2008-09-24 bcoudurierdo not override sample rate for amr nor qcelp, should...
2008-09-24 kostyaCorrect wrong lower limit and condition used in APE...
2008-09-24 michaelASF stands for "advanced stream format" not "adaptive...
2008-09-23 michaelMerge the 2 lpc loops.
2008-09-23 michaelFactorize lpc code slightly.
2008-09-23 diegoAdd MIPS to list of architectures requiring PIC flags.
next