]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
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.
2008-09-23 kostyaCosmetics: reindent after last commit
2008-09-23 kostyaAdd RLE4 and RLE8 decoding support for BMP
2008-09-23 kostyaAdd support for 1-bit, 4-bit, 8-bit and some 16-bit...
2008-09-23 kostyaCalculate line size correctly for bit depths < 8
2008-09-23 kostyaAdd myself to BMP format maintainers (with permission...
2008-09-23 vitorAdd support for RVTR fourCC
2008-09-22 michaelA few empty lines for readability.
2008-09-22 michaelAnother try to fix temporal direct mode references.
2008-09-22 diegospelling cosmetics
2008-09-22 diegoAltiVec detection support for OpenBSD, patch by Brad...
2008-09-22 michaelFix all the recent problems Justin had run into with...
2008-09-22 michaelFix ref_shift so that it is correct for more/all? MBAFF...
2008-09-21 michaelindent
2008-09-21 michaelCorrect comment in the direct mode code.
2008-09-21 michaelSimplify initialization of a few direct mode related...
2008-09-21 diegoV4L2 support for OpenBSD, patch by Brad, brad comstyle com
2008-09-21 michaelMake MBAFF temporal direct mode closer to the spec.
2008-09-21 michaelMove direct_dist_scale_factor() and direct_ref_list_ini...
2008-09-21 michaelSet poc for field references in MBAFF.
2008-09-20 diegoRename check_func2 to check_func_headers.
2008-09-20 stefanoLog an error message in case of invalid number of channels.
2008-09-19 michaelRemove fixme that is based on the assumption of !direct...
2008-09-19 michaelRemove check and error message for "MBAFF + !direct_8x8...
2008-09-19 michaelAvoid undefined behavior for removing elements that...
2008-09-19 michaelEnsure that muxer and encoder aspect ratios match....
2008-09-18 michaelSupport comments in preset files.
2008-09-18 michaelMake pps/sps scaling_matrix initialization closer to...
2008-09-18 superdumpZero 'idx' for each iteration of the coupling gain...
next