]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-01-21 Måns RullgårdMake DECLARE_ALIGNED macros work with external array...
2010-01-21 Måns RullgårdSet CODEC_CAP_SUBFRAMES for adpcm decoders
2010-01-21 David ConradMore const-correctness for sws_scale
2010-01-21 David ConradSet start_time and duration in AVStream instead of...
2010-01-21 David ConradUse two separate memory arguments since 8+() is invalid...
2010-01-20 Måns RullgårdIndent
2010-01-20 Måns RullgårdAlways call avcodec_thread_init()
2010-01-20 Måns RullgårdTranslate -mfpu=vfpv3 for TMS470
2010-01-20 Måns RullgårdIgnore annoying armcc warnings
2010-01-20 Michael NiedermayerAttempt to fix asm compilation failure.
2010-01-20 Laurent AimarAdded myself as dxva2 maintainer.
2010-01-20 Laurent AimarH264 DXVA2 implementation
2010-01-20 Martin StorsjöUse the configure check from r21351 and use it to prope...
2010-01-20 Ronald S. BultjeAdd a check for struct sockaddr->sa_len, which is an...
2010-01-20 Måns RullgårdUse $(CC_O) in %-test.o rules
2010-01-20 Måns Rullgårdconfigure: display --list-* output in three columns
2010-01-20 Måns Rullgårdconfigure: use nm -P on Solaris
2010-01-20 Måns RullgårdAdd -timelimit option
2010-01-20 Måns RullgårdMove COPY3_IF_LT to lavc/mathops.h
2010-01-20 Alexander StrangeH.264: Declare bS with DECLARE_ALIGNED_8 for uint64_t...
2010-01-20 Ramiro PollaDocument some more of SwsContext.
2010-01-20 Michael NiedermayerSimplify/Optimize another of the mbaff loop filter...
2010-01-20 Ramiro PollaUpdate documentation for make test.
2010-01-20 Michael NiedermayerOnly calculate the second chroma qp if it differs from...
2010-01-20 Michael NiedermayerSet bS with 64bits at a time.
2010-01-20 Michael NiedermayerMerge multiple IS_* macro uses where possible.
2010-01-20 Michael NiedermayerSimplify and optimize intra code in h264_loopfilter.c
2010-01-20 Vitor SessakFloating point discrete cosine transform
2010-01-20 David ConradUse constant offsets for memory operands since gcc...
2010-01-20 Stefano SabatiniAvoid more pointless tests, the input and output format...
2010-01-20 Michael NiedermayerSightly simplify initialization of int start.
2010-01-19 Måns RullgårdMove FASTDIV macro to intmath.h
2010-01-19 Måns Rullgårdconfigure: do not use character classes with awk
2010-01-19 Michael NiedermayerMark the h264 c loop filter as av_always_inline av_flat...
2010-01-19 Michael Niedermayerskip outer pixels if possible in h264_loop_filter_luma_c().
2010-01-19 Stefano SabatiniSplit overly long line.
2010-01-19 John Van SickleAdds -aq documentation to the ffmpeg docs.
2010-01-19 John Van SickleImprove section 3.2 of the faq by providing more useful...
2010-01-19 Stefano SabatiniMake selfTest() perform tests where both the input...
2010-01-19 Baptiste Coudurierfetch flv duration from file if it is set to 0 in metadata
2010-01-19 Michael NiedermayerReenable ff_h264_filter_mb_fast() for all slices it...
2010-01-19 Michael NiedermayerFix h264_loop_filter_strength_mmx2() so it works with...
2010-01-19 Alexis BallierMake const prototypes for input sources of sws_scale_...
2010-01-19 Måns Rullgårdconfigure: inlcude sys/types.h when checking sys/socket.h
2010-01-19 Måns Rullgårdconfigure: drop -A flag to od
2010-01-19 Måns Rullgårdconfigure: be more liberal with nm output
2010-01-19 Ramiro Pollaswscale-example: Add comment about the use of av_{mallo...
2010-01-19 Michael NiedermayerRemove -2 -> -1 remapping, its not needed anymore as...
2010-01-19 Ramiro PollaRemove useless forward declaration.
2010-01-19 Zuxy MengUser friendly warning message that gives out names...
2010-01-19 Måns RullgårdUse avconfig.h in pixfmt.h
2010-01-19 Måns RullgårdCreate and install libavutil/avconfig.h
2010-01-19 Måns RullgårdAdd rules to install generated headers
2010-01-19 Måns Rullgårdconfigure: create dirs before generating config.*
2010-01-19 Måns Rullgårdconfigure: add cp_if_changed function and use for config.h
2010-01-19 Jason Garrett... Update libx264.c to use new libx264 features
2010-01-19 Måns Rullgårdswscale-example: use av_malloc()
2010-01-19 Jai MenonApply changes made in r21308 to svq3.c.
2010-01-19 Michael NiedermayerDont waste time initializing stuff for deblocking intra...
2010-01-19 Michael NiedermayerRemove 2 checks from fetch_diagonal_mv() that apparentl...
2010-01-19 Michael NiedermayerMove a few things into a deeper if() in fetch_diagonal_...
2010-01-19 Michael NiedermayerRemove code that handles the case of a MB pair to our...
2010-01-18 Baptiste Coudurierreindent
2010-01-18 Baptiste Coudurierset average frame rate in mov demuxer
2010-01-18 Michael NiedermayerCosmetic, get rid of &x[0]
2010-01-18 Michael NiedermayerFix compilation with -O0.
2010-01-18 Michael NiedermayerFix accumulated indention errors.
2010-01-18 Stefano SabatiniSplit long line.
2010-01-18 Stefano SabatiniConvert int -> enum PixelFormat in doTest().
2010-01-18 Michael NiedermayerOptimize top non_zero_count_cache init.
2010-01-18 Michael NiedermayerDont init chroma elements of non_zero_count_cache for...
2010-01-18 Michael NiedermayerRemove unneeded for_deblock check, this code was alraed...
2010-01-18 Måns Rullgårdconfigure: add --disable-asm option
2010-01-18 Måns Rullgårdconfigure: rename a variable in check_asm
2010-01-18 Baptiste Couduriermove aspect ratio code at the end of the track parsing...
2010-01-18 Måns Rullgårdconfigure: fix cpu=generic case
2010-01-18 Michael NiedermayerRather call filter_mb_mbaff_edge*v() more often than...
2010-01-18 Måns Rullgårdconfigure: simplify $cpu handling for some architectures
2010-01-18 Måns Rullgårdconfigure: indent
2010-01-18 Måns Rullgårdconfigure: split $cpu handling by arch
2010-01-18 Måns Rullgårdconfigure: simplify $arch handling
2010-01-18 Måns Rullgårdconfigure: group arch extention deps by arch
2010-01-18 Michael NiedermayerFix 10l segfault with threads.
2010-01-18 Michael NiedermayerUse h->slice_num where possible.
2010-01-18 Michael NiedermayerEnable filter_mb_fast for CAVLC P slices.
2010-01-18 Michael Niedermayerfilter_mb_fast needs cbp_table to be set.
2010-01-18 Michael NiedermayerPAFF CABAC P slices seem to work as well, so enable...
2010-01-18 Michael NiedermayerReenable filter_mb_fast for I slices and progressive...
2010-01-18 Michael NiedermayerSet h->cbp for ff_h264_filter_mb_fast().
2010-01-18 Michael Niedermayer10l for someone, Store chroma_qp_diff in the correct...
2010-01-18 Gwenole BeauchesneInstall <libavcodec/vaapi.h> header.
2010-01-18 Luca AbeniRename the RTP muxer sources so that the packetisation...
2010-01-18 Michael NiedermayerMove CAVLC 8x8 DCT special case from ff_h264_filter_mb...
2010-01-18 Luca AbeniRemove the ff_rtp_send_h264() prototype from rtp_h264...
2010-01-18 Alexander StrangeAdd macros for 64- and 128-bit write-combining optimiza...
2010-01-18 Zuxy MengDefine out currently unused static functions.
2010-01-18 Michael NiedermayerPerform reference remapping at fill_cache() time instea...
2010-01-18 Ben Littleradd uldx fourcc to mpeg4 in riff.c
2010-01-18 Måns RullgårdMark all intreadwrite functions av_always_inline
2010-01-18 Måns RullgårdOnly set HAVE_MMX when a supported CPU is specified
next