]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-02-19 Vitor SessakFix memory leak for truncated frames
2010-02-19 Vitor SessakFix memory leak for truncated frames
2010-02-19 Martin StorsjöRemove stale function declaration.
2010-02-19 Vitor SessakAdd missing dependency of TwinVQ
2010-02-19 Stefan Gehrerremove ivi5_scans8x8[0], it duplicates ff_zigzag_direct
2010-02-19 Martin StorsjöRename RTSP_STATE_PLAYING to _STREAMING, since that...
2010-02-19 Kostya Shishkovcosmetics: reindent after last commit
2010-02-19 Kostya ShishkovSince WavPack chunk can contain more samples than FFmpe...
2010-02-19 Thilo BorgmannAdd the dependency for mpeg4audio.o of the ALS decoder.
2010-02-19 Thilo BorgmannDo sequential bit reading outside of []-operators.
2010-02-19 Kostya ShishkovWavPack demuxer supports ID3v1 tags, so don't forget...
2010-02-19 Måns RullgårdTOMI: 16- and 32-bit intreadwrite functions
2010-02-19 Michael Niedermayerget rid of an if() 1 cpu cycle faster.
2010-02-19 Michael NiedermayerGet rid of a local variable, 10 cpu cycles faster.
2010-02-18 Michael NiedermayerMove abs() from decode_cabac_mb_mvd() to the code that...
2010-02-18 Alex ConverseAdd some AAC buffer overread checks.
2010-02-18 Stefano SabatiniReindent and fix brace placement.
2010-02-18 Stefano SabatiniVertically align a list of comparisons in sws_getCached...
2010-02-18 Stefano SabatiniMerge two if conditions, allow to decrese the level...
2010-02-18 Stefano SabatiniFFmpeg is a collective effort so allowing a single...
2010-02-18 Måns RullgårdSuppress icc warnings about unknown attributes
2010-02-18 Stefan Gehrerfix intra prediction modes with inter-MB neighbors,
2010-02-18 Kostya ShishkovMake RTMP client send bytes read report
2010-02-18 Måns RullgårdH264: use alias-safe macros
2010-02-18 Måns RullgårdAdd alias-safe aligned AV_[RW]N macros
2010-02-18 Måns RullgårdUse alias-safe types in AV_COPY/SWAP/ZERO macros
2010-02-18 Måns RullgårdUse alias-safe types in AV_[RW] macros
2010-02-18 Måns RullgårdAdd alias-safe union typedefs
2010-02-18 Michael NiedermayerSimplify deblock_left/top condition for deblocking_filter=2
2010-02-18 Michael NiedermayerSpeedup decode_cabac_field_decoding_flag() by 9 cpu...
2010-02-18 Michael Niedermayerfix issue 1747
2010-02-17 Måns RullgårdMove NEG_[US]SR32 macros to mathops.h
2010-02-17 Thilo BorgmannFix sizeof()-statement to use the actual pointer type.
2010-02-17 Thilo BorgmannFix wrong buffer allocation for MCC in ALS.
2010-02-17 Måns RullgårdUse stripped executable in regression tests
2010-02-17 Måns Rullgårdconfigure: allow setting strip tool with --strip
2010-02-17 Alex Converseget_bits: Fix spelling and grammar in GET_VLC() comment.
2010-02-17 Måns Rullgård10l: remove stray '(' I don't know where it came from
2010-02-17 Måns RullgårdUse LOCAL_ALIGNED macro for local arrays
2010-02-17 Måns RullgårdPPC and x86 support aligning variables on stack
2010-02-17 Måns RullgårdAdd LOCAL_ALIGNED() macro for declaring aligned local...
2010-02-17 Måns RullgårdSimplify some declarations of aligned arrays
2010-02-17 Martin StorsjöAdd functions to send RTSP commands with content attach...
2010-02-17 Michael NiedermayerMove predict_field_decoding_flag() from h264.h to ...
2010-02-17 Michael NiedermayerMove check for and call of predict_field_decoding_flag...
2010-02-16 Michael Niedermayer2x faster ff_h264_init_cabac_states(), 4k cpu cycles...
2010-02-16 Ronald S. BultjeRemove first_rtcp_ntp_time. This is used to prevent...
2010-02-16 Martin StorsjöWhen using RTP-over-UDP, send dummy packets during...
2010-02-16 Stefano SabatiniRename the "enc" variable, which refers to the AVCodecC...
2010-02-16 Stefano SabatiniMove read_line() and write_line() definition from pixde...
2010-02-16 Ronald S. BultjeFix two problems (no idea how this ever worked):
2010-02-16 Ronald S. BultjeRevert r21851.
2010-02-16 Ronald S. BultjeDon't return 0 if buffer setup failed. That signals...
2010-02-16 Anton KhirnovSet lavf identification string globally in av_write_hea...
2010-02-16 Thilo BorgmannLimit the Rice parameter used for progressive decoding...
2010-02-16 James DarnleyAdd lsp.o as a dependency for wmavoice. This fixes...
2010-02-16 Peter RossSupport IFF ANNO (annotation) chunk type
2010-02-16 Peter RossSupport <8-bit ILBM uncompressed bitmaps
2010-02-16 Michael Niedermayer2 cpu cycles faster context calculation for decode_caba...
2010-02-16 Michael NiedermayerDrop a few redundant slice_num checks.
2010-02-15 Michael NiedermayerDrop compute_mb_neighbors() and move fill_decode_neighb...
2010-02-15 Michael NiedermayerSplit setting neighboring MBs from fill_decode_caches()
2010-02-15 Anton KhirnovStrings in extended content header are UTF16,
2010-02-15 Anton Khirnovworkaround for broken files created by previous version...
2010-02-15 Michael NiedermayerSimplify decode_cabac_mb_intra4x4_pred_mode().
2010-02-15 Michael NiedermayerMerge decode_cabac_mb_type_b() into calling code.
2010-02-15 Maxim PoliakovskiRemove outdated comment.
2010-02-15 Stefan Gehreradd heuristic to discern the old sample clips from...
2010-02-15 Stefan Gehreravoid using DECLARE_ALIGNED on stack variable as sugges...
2010-02-15 Alex ConverseAAC: Mark che_configure() as av_cold.
2010-02-15 Alex ConverseAAC: Mark functions that are only called when the outpu...
2010-02-15 Peter RossIFF bitmap n-bit color support
2010-02-15 Michael Niedermayer10l ;; gcc 2.95 compilation fix by mike
2010-02-15 Michael Niedermayer10l use pack16to32(), should fix big endian h264 failures.
2010-02-15 Michael NiedermayerMerge the single line function decode_cabac_mb_transfor...
2010-02-14 Michael Niedermayerindent
2010-02-14 Michael NiedermayerMerge decode_cabac_mb_dqp() with surronding code.
2010-02-14 Michael NiedermayerDrop if(0) code.
2010-02-14 Reimar DöffingerReindent
2010-02-14 Reimar DöffingerOptimize h261_probe function, since it is far slower...
2010-02-14 Michael NiedermayerSet sub_mb_type in direct_cache instead of just the...
2010-02-14 Michael NiedermayerStore sub_mb_type in direct_cache/direct_table.
2010-02-14 Thilo BorgmannAdd myself as maintainer of bgmc.[ch].
2010-02-14 Michael NiedermayerRemove slice_table checks from decode_cabac_mb_cbp_luma...
2010-02-14 Michael NiedermayerRevert r21814
2010-02-14 Michael NiedermayerCosmetics, vertical align.
2010-02-13 Michael NiedermayerDirect temporal skiped MBs dont need fill_decode_caches...
2010-02-13 Alexander Strangeh264: Remove unused variables.
2010-02-13 Alexander Strangeh264: Fix pointer warnings by removing redundant [0]
2010-02-13 Alexander StrangeFix integer overflow warnings in h264.h
2010-02-13 Michael NiedermayerMerge (IS_SKIP(mb_type) || IS_DIRECT(mb_type)
2010-02-13 Michael NiedermayerSkiped MBs dont need the cbp stuff so skip initing...
2010-02-13 Thilo BorgmannReindent a line.
2010-02-13 Michael NiedermayerAlso skip direct/mvd_cache init for skiped blocks.
2010-02-13 Thilo BorgmannAdd myself as contributor.
2010-02-13 Thilo BorgmannAdd myself as ALS maintainer.
2010-02-13 Michael NiedermayerMove more code under if(!IS_DIRECT(mb_type)).
2010-02-13 David ConradMove CODEC_FLAG_GRAY check to outer loop
2010-02-13 David ConradMove branch based on custom mode outside the loop
2010-02-13 David ConradDirectly check whether a fragment is coded for 4MV...
next