]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-04-22 Michael Niedermayermpeg12dec: reset data size after parsing extradata.
2012-04-22 Michael Niedermayeriff: fix null ptr dereference
2012-04-22 Michael Niedermayeraudemux: Fix potential integer overflow leading to...
2012-04-22 Michael Niedermayeraudemux: Check channels isnt 0
2012-04-22 Michael Niedermayerwtvdec: Check that stream private context has been...
2012-04-22 Michael Niedermayermjpegbdec: check SOS/SOF ordering.
2012-04-22 Michael Niedermayerffv1dec: Require a valid keyframe for decoding non...
2012-04-22 Nicolas Georgeffmpeg: fix validity test for file index.
2012-04-22 Michael Niedermayerasv1dec: check extradatasize before reading.
2012-04-22 Michael Niedermayerindeo5: check against scaleable frames in non scaleable...
2012-04-22 Michael Niedermayersmackerdemux: Allocate padding for extradata
2012-04-22 Michael Niedermayersvq1dec: Fix overread on very small input
2012-04-22 Michael Niedermayerwmaprodec: tighter check for num_vec_coeffs
2012-04-21 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-04-21 Carl Eugen... Support broken v210 files with 64 byte padding.
2012-04-21 Michael Niedermayerdnxhddec: check that the indicated bit depth matches...
2012-04-21 Michael Niedermayerxldec: move buffer size check up, it can be done before...
2012-04-21 Michael Niedermayerxldec: Check that width is a multiple of 4
2012-04-21 Michael Niedermayerxmvdemux: prefer av_freep() to deallocate audio stream...
2012-04-21 Michael Niedermayerxmvdemux: dont let current_stream become invalid.
2012-04-21 Mans Rullgardavcodec: remove AVCodecContext.dsp_mask
2012-04-21 Michael Niedermayercook: check subacket count
2012-04-21 Jakub Stachowskiwmalossless: Ensure that last frame is not written...
2012-04-21 Nicolas Georgeffprobe: do not try to decode empty packets.
2012-04-21 Stefano Sabatinilavfi/setfield: remove stray argument in av_log()
2012-04-21 Stefano Sabatinilavfi/setfield: rename variable top_field_first to...
2012-04-21 Tim Nicholsonlavfi/setfield: add "progressive" option
2012-04-21 Anton Khirnovavconv: fix a segfault when default encoder for a forma...
2012-04-21 Michael NiedermayerRevert "h264: assembly version of get_cabac for x86_64...
2012-04-20 Andrew Wasonfix swr_convert buffering of packed audio
2012-04-20 Jan Ekströmutvideo: general cosmetics
2012-04-20 Roland Scheideggerh264: assembly version of get_cabac for x86_64 with...
2012-04-20 Alex Converseaac: Handle HE-AACv2 when sniffing a channel order.
2012-04-20 Alex Conversemovenc: Support high sample rates in isomedia formats...
2012-04-20 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-04-20 Reimar DöffingerFix compilation with NASM.
2012-04-20 Diego Biurrunxxan: Remove write-only variable in xan_decode_frame_ty...
2012-04-20 Diego Biurrunivi_common: Initialize a variable at declaration in...
2012-04-20 Reimar Döffingermxfdec: fix memleak on read error/EOF.
2012-04-20 Michael Niedermayerindeo3: Fix reallocation code so that it doesnt become...
2012-04-20 Justin Rugglesavcodec: add a cook parser to get subpacket duration
2012-04-20 Michael Niedermayerac3dec: Check number of output channels.
2012-04-20 Michael Niedermayeravsdec: Set dimensions instead of relying on the demuxer.
2012-04-20 Nicolas Georgeffmpeg: check encoder earlier.
2012-04-20 Justin RugglesFATE: allow lavf tests to alter input parameters
2012-04-20 Justin RugglesFATE: replace the acodec-pcm_s24daud test with an enc_d...
2012-04-20 Justin RugglesFATE: replace the acodec-g726 test with 4 new encode...
2012-04-20 Justin RugglesFATE: replace current g722 encoding tests with an encod...
2012-04-20 Justin RugglesFATE: add a pattern rule for generating asynth wav...
2012-04-20 Justin RugglesFATE: optionally write a WAVE header in audiogen
2012-04-20 Justin Rugglesavutil: add audio fifo buffer
2012-04-20 Michael Niedermayerffv1: add optional per slice CRCs to detect undamaged...
2012-04-20 Michael Niedermayerffv1: move most fields from the frame header to the...
2012-04-20 Michael Niedermayerffv1: refactor slice decoding init loop so that the...
2012-04-20 Michael Niedermayerffv1: clear slice state in decode_slice()
2012-04-20 Michael Niedermayerffv1: split clear_slice_state() out so individual slice...
2012-04-20 Michael Niedermayerffv1: split init_slice_state() out so individual slices...
2012-04-20 Michael Niedermayerffv1: Add a CRC check to the global header with version 1.3
2012-04-19 Stefano Sabatinilavfi/mp: remove libmpcodecs mirror filter
2012-04-19 Robert Nagylavfi: add avfilter_unref_bufferp()
2012-04-19 Michael Niedermayeravidec: zero extradata padding
2012-04-19 Michael Niedermayermtvdec: check that the buf is large enough for probing
2012-04-19 Michael Niedermayerjvdec: Make sure there is enough data for the id string.
2012-04-19 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-04-19 Michael Niedermayerbuild system: remove -wcast-qual
2012-04-19 Michael Niedermayermlpdec: set channel variables after checking them
2012-04-19 Carl Eugen... Make targa-in-mov QuickTime-compatible for more colour...
2012-04-19 Nico WeberRemove .rodata alignment kludge for Mach-O if a recent...
2012-04-19 Carl Eugen... Print unexpected length of flicvideo extradata.
2012-04-19 Matthieu Bouronmxfdec: Add missing break in frame layout parsing
2012-04-19 Matthieu Bouronmxf: Fix frame layout values
2012-04-19 Michael Niedermayerh263dec: Check for width/height changes on frame skips...
2012-04-19 Diego Biurrundv: Initialize encoder tables during encoder init.
2012-04-19 Michael Niedermayererror_concealment: Check that the reference is not...
2012-04-19 Michael Niedermayererror_concealment: make sure mbaff flags are 0 as inter...
2012-04-19 Michael Niedermayererror_concealment: switch asserts mostly to av_asserts.
2012-04-19 Michael Niedermayervc1dec: check that coded slice positions and interlacin...
2012-04-19 Michael Niedermayerh263dec: always enable picture dimensions reverting...
2012-04-19 Diego Biurrundv: Replace some magic numbers by the appropriate ...
2012-04-19 Justin RugglesFATE: pass the decoded output format and audio source...
2012-04-19 Justin RugglesFATE: specify the input format when decoding in enc_dec...
2012-04-19 Loren Merrittx86inc: support AVX abstraction for 2-operand instructions
2012-04-19 Mans Rullgardconfigure: detect PGI compiler and set suitable flags
2012-04-19 Justin Rugglesavconv: check for an incompatible changing channel...
2012-04-18 Michael NiedermayerMerge remote-tracking branch 'hexene/stagefright'
2012-04-18 Mans Rullgardavio: make AVIOContext.av_class pointer to const
2012-04-18 Mans Rullgardnutdec: add malloc check and fix const to non-const...
2012-04-18 Mohamed Naufallibstagefright: avoid memory leak
2012-04-18 Carl Eugen... Make tiff-in-mov QuickTime-compatible for more colour...
2012-04-18 Mohamed Naufallibstagefright: support more output pixel formats
2012-04-18 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-04-18 Mohamed Naufallibstagefright: avoid potential deadlock on output...
2012-04-18 Michael Niedermayerh263dec: Prevent dimension changes from leaking on...
2012-04-18 Mohamed Naufallibstagefright: explicitly set positive timestamps...
2012-04-18 Diego Biurrunppc: drop unused function dct_quantize_altivec()
2012-04-18 Diego Biurrunmpegaudiodec: Do not discard mp_decode_frame() return...
2012-04-18 Michael Niedermayerdiracdec: check xybsep
2012-04-18 Michael Niedermayerindeo: Make sure the to be used vlc table has been...
2012-04-18 Robert NagyReset pts_correction state on codec flush.
2012-04-18 Michael Niedermayerogm: Fix division by 0
next