]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
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...
2008-09-18 superdumpCosmetics: missing brackets
2008-09-18 superdumpCast the return value of get_bits() to signed integer...
2008-09-18 michaelEnsure that extradata is not parsed twice.
2008-09-18 kostyaadd newline at the end of message
2008-09-18 kostyaZMBV encoder forgot to fill coded frame pointer
2008-09-18 diegosmall wording fixes
2008-09-18 kostyaAdd fourcc for MS RLE4
2008-09-18 kostyaFactorize out code used for MS RLE format decoding...
2008-09-18 conradRemove duplication of TRANSPOSE8 macro, also removing...
2008-09-18 conradMake a separate macro for writing an entire block from...
2008-09-18 conradFactorize SSE2_(Row|Column)_IDCT into one macro
2008-09-17 bcoudurierrevert r14983, value is not sample aspect ratio, it...
2008-09-17 conradCosmetics: remove excessive blank lines
2008-09-17 conradEnsure MMX/SSE2 VP3 IDCT selection isn't disabled when...
2008-09-17 conradCosmetics: reindent
2008-09-17 superdumplibx264 ffpresets:
2008-09-17 conradRewrite SSE2 VP3 IDCT in inline asm
2008-09-17 conradRewrite MMX VP3 IDCT in inline asm
2008-09-17 conradMMX/SSE2 VP3 IDCT are bitexact now that the dequantizat...
2008-09-17 conradTake idct permutation into account when initializing...
2008-09-17 vitorUse SAMPLE_FMT_FLT instead of doing the float->int...
2008-09-17 voroshilSecond-stage gain and Moving Average Predictor codebooks.
2008-09-17 voroshilAnother set of approved changes for G.729: includes...
2008-09-16 superdumpValidate pulse position and error out if an invalid...
2008-09-16 michaelOnly print "invalid new backstep" when its really invalid.
2008-09-16 michaelFix regression test failure caused by golomb limit...
2008-09-16 bcouduriersync to latest x264 git, field was renamed
2008-09-16 michaelMake decoder more robust by default against broken...
2008-09-15 michaelFix issue634.
next