]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2011-10-05 Anton Khirnovlavc: use designated initializers for av_codec_context_...
2011-10-04 Justin Rugglesqcelpdec: cosmetics: do not add line break before openi...
2011-10-04 Justin Rugglesqcelp: check output buffer size before decoding
2011-10-04 Chris Rankinqcelpdec: fix the return value of qcelp_decode_frame().
2011-10-04 Justin Rugglessipr: fix the output data size check and only calculate...
2011-10-04 Diego BiurrunSynchronize various 4CCs and codec tags from FFmpeg.
2011-10-04 Justin Rugglesqdm2: check output buffer size before decoding
2011-10-04 Laurent AimarFix out of bound reads in the QDM2 decoder.
2011-10-04 Laurent AimarCheck for out of bound writes in the QDM2 decoder.
2011-10-04 Justin Rugglesogg/celt: do not set sample_fmt in the demuxer
2011-10-03 Anton Khirnovid3v2: remove pointless casts
2011-10-03 Anton Khirnovid3v2: read TXXX frames with two calls to decode_str...
2011-10-03 Anton Khirnovid3v2: don't discard the whole tag when encountering...
2011-10-03 Anton Khirnovlibvpx: fix build with older libvpx versions.
2011-10-03 Mans RullgardARM: check for inline asm 'y' operand modifier support
2011-10-02 Justin Rugglesmpc8: check output buffer size before decoding
2011-10-02 Justin Rugglesmpc7: return error if packet is too small.
2011-10-02 Justin Rugglesmpc7: check output buffer size before decoding
2011-10-02 Justin Rugglesnellymoserdec: allocate float_buf only when decoding...
2011-10-02 Justin Rugglesnellymoserdec: use NELLY_BUF_LEN instead of 128
2011-10-02 Justin Rugglesnellymoserdec: use NELLY_BLOCK_LEN instead of 64 when...
2011-10-02 Justin Rugglesnellymoserdec: allow user to request SAMPLE_FMT_FLT...
2011-10-02 Justin Rugglesnellymoser: check output buffer size before decoding
2011-10-02 Luca Barbatowin32: improve threading algorithm warning
2011-10-01 Anton Khirnovlavc: add video/audio/encoding flags to global_quality...
2011-10-01 Luca Barbatolibvpxenc: use libvpx's own defaults for some parameters
2011-10-01 Luca Barbatovpxenc: add private options
2011-09-30 Justin Rugglesdpcm: return error if packet is too small
2011-09-30 Justin Rugglesdpcm: use smaller data types for static tables
2011-09-30 Justin Rugglesdpcm: use sol_table_16 directly instead of through...
2011-09-30 Justin Rugglesdpcm: replace short with int16_t
2011-09-30 Justin Rugglesdpcm: check to make sure channels is 1 or 2.
2011-09-30 Justin Rugglesdpcm: misc pretty-printing
2011-09-30 Justin Rugglesdpcm: remove unnecessary variable by using bytestream...
2011-09-30 Justin Rugglesdpcm: move codec-specific variable declarations to...
2011-09-30 Justin Rugglesdpcm: consistently use the variable name 'n' for the...
2011-09-30 Justin Rugglesdpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs...
2011-09-30 Justin Rugglesdpcm: calculate and check actual output data size prior...
2011-09-30 Justin Rugglesdpcm: factor out the stereo flag calculation
2011-09-30 Justin Rugglesdpcm: cosmetics: rename channel_number to ch
2011-09-30 Nathan Caldwellavserver: Fix a bug where the socket is IPv4, but IPv6...
2011-09-30 Martin Storsjölavf: Avoid using av_malloc(0) in av_dump_format
2011-09-30 Carl Eugen... dxva2_h264: pass the correct 8x8 scaling lists
2011-09-30 Mans Rullgarddca: NEON optimised high freq VQ decoding
2011-09-30 Justin Rugglesavcodec: reject audio packets with NULL data and non...
2011-09-30 Joakim Platedxva: Add ability to enable workaround for older ATI...
2011-09-30 Kieran Kunhyalatmenc: Set latmBufferFullness to largest value to...
2011-09-29 Justin Rugglesadpcm: move codec-specific variable declarations to...
2011-09-29 Justin Rugglesadpcm: check buffer size in Funcom ISS decoder before...
2011-09-29 Justin Rugglesadpcm: simplify reading of Funcom ISS frame header.
2011-09-29 Justin Rugglesadpcm: check buffer size in IMA DK4 decoder before...
2011-09-29 Justin Rugglesadpcm: simplify reading of IMA DK4 frame header.
2011-09-29 Justin Rugglesadpcm_ms: clean up reading of predictor coefficients
2011-09-29 Justin Rugglesadpcm_4xm: process planar packets sequentially rather...
2011-09-29 Justin Rugglesadpcm_ima_wav: process channel-interleaved blocks seque...
2011-09-29 Justin Rugglesadpcm: update reference links
2011-09-29 Justin Rugglesadpcm: simplify packet size bounds checking in the...
2011-09-29 Justin Rugglesadpcm: simplify and speed up several ADPCM decoders.
2011-09-29 Justin Rugglesadpcm: pretty-print tables
2011-09-29 Alex Converseprores: Handle 0 or fewer bits left
2011-09-29 Alex Conversempeg probe: check the 2/4-bit synchronization value...
2011-09-29 Mans Rullgarddca: clear inactive subbands only once in qmf_32_subbands()
2011-09-29 Stefano Sabatinivf_unsharp: set default chroma size value to 5x5
2011-09-29 Stefano Sabatinivf_unsharp: fix out-of-buffer read
2011-09-28 Alex Converseavconv: Reformat s16 volume adjustment.
2011-09-28 Mans RullgardARM: NEON optimised vector_fmac_scalar()
2011-09-28 Mans Rullgarddca: use vector_fmac_scalar from dsputil
2011-09-28 Mans Rullgarddsputil: add vector_fmac_scalar()
2011-09-28 Kieran Kunhyalatmenc: Fix private options
2011-09-28 Stefano Sabatinivf_unsharp: store hsub/vsub in the filter context
2011-09-28 Stefano Sabatinivf_unsharp: adopt a more natural order of params in...
2011-09-28 Stefano Sabatinivf_unsharp: rename method "unsharpen" to "apply_unsharp"
2011-09-28 Michael Niedermayervf_scale: apply the same transform to the aspect during...
2011-09-28 Stefano Sabatinivf_pad: fix "vsub" variable value computation
2011-09-28 Stefano Sabatinivf_scale: add a "sar" variable
2011-09-28 Stefano Sabatinilavfi: fix realloc size computation in avfilter_add_for...
2011-09-28 Stefano Sabatinivsrc_color: use internal timebase
2011-09-28 Stefano Sabatinilavfi: fix signature for avfilter_graph_parse() and...
2011-09-28 Stefano Sabatinigraphparser: prefer void * over AVClass * for log contexts
2011-09-28 Stefano Sabatiniavfiltergraph: use meaningful error codes
2011-09-28 Alex Converseavconv: Initialize return value for codec copy path.
2011-09-28 Mans Rullgardfate: use 'run' helper for seek-test
2011-09-28 Mans Rullgardfate: remove seek-mpeg2reuse test
2011-09-27 Michael NiedermayerFix memory (re)allocation in matroskadec.c, related...
2011-09-27 Alex Converseavconv: Fix volume adjustment for non-s16 sample formats
2011-09-27 Alex Converseavconv: Make samples void*.
2011-09-27 Alex Converseavconv: Use the size of the decode sample format when...
2011-09-27 Anton Khirnovavconv: use different variables for decoded and filtere...
2011-09-27 Anton Khirnovavconv: add support for copying attachments.
2011-09-27 Anton Khirnovmatroskaenc: write attachments.
2011-09-27 Anton Khirnovmatroskadec: export mimetype of attachments as metadata.
2011-09-27 Anton Khirnovavconv: factorize common code from new_*_stream()
2011-09-27 Anton Khirnovdoc/avconv: expand documentation for some options.
2011-09-27 Anton Khirnovdoc/avconv: document -timelimit.
2011-09-26 Mans Rullgardfate: allow testing with libavfilter disabled
2011-09-26 Jason Garrett... x86: XOP/FMA4 CPU detection support
2011-09-26 Justin Rugglesws_snd: misc cosmetic clean-ups
2011-09-26 Justin Rugglesws_snd: remove the 2-bit ADPCM table and just subtract...
2011-09-26 Justin Rugglesws_snd: use memcpy() and memset() instead of loops
2011-09-26 Justin Rugglesws_snd: use samples pointer for loop termination instea...
next