]> git.sesse.net Git - ffmpeg/history - libavcodec
avsdec: Set dimensions instead of relying on the demuxer.
[ffmpeg] / libavcodec /
2012-04-20 Michael Niedermayeravsdec: Set dimensions instead of relying on the demuxer.
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 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-04-19 Michael Niedermayermlpdec: set channel variables after checking them
2012-04-19 Carl Eugen HoyosMake targa-in-mov QuickTime-compatible for more colour...
2012-04-19 Carl Eugen HoyosPrint unexpected length of flicvideo extradata.
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-18 Michael NiedermayerMerge remote-tracking branch 'hexene/stagefright'
2012-04-18 Mohamed Naufallibstagefright: avoid memory leak
2012-04-18 Carl Eugen HoyosMake 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 Niedermayerh264: reset current_slice on context reinit
2012-04-18 Alexander BokovikovFix build dependencies for libvo-aac and libopencore...
2012-04-18 Michael Niedermayeraacdec: drop channel reseting code.
2012-04-18 Michael Niedermayeraacdec: disable new chan_config guessing code from...
2012-04-18 Michael Niedermayeraacdec: more verbose overread error message
2012-04-17 Michael Niedermayeraacdec: reduce difference to alexs version of aacdec.c
2012-04-17 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-04-17 Alex Converseavcodec_string: Favor AVCodecContext.codec over the...
2012-04-17 Alex Conversecook: Make constants passed to AV_BE2NE32C() unsigned...
2012-04-17 Michael Niedermayerindeo5: dont run the wavelet transform over partially...
2012-04-17 sebistCrystalHD: Set aspect ratio.
2012-04-17 sebistCrystalHD: fix pStride value.
2012-04-17 Michael Niedermayernuv: check buffer size before checking content.
2012-04-17 Reimar Döffingeraacenc: Fix issues with huge values of bit_rate.
2012-04-17 Diego Biurrundv_tablegen: Drop unnecessary av_unused attribute from...
2012-04-17 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-04-17 Kostya Shishkovproresenc: multithreaded quantiser search
2012-04-17 Michael Niedermayerimgconvert: fix regression with fate-gif colorspaces.
2012-04-17 Michael NiedermayerMerge commit '3b266da3d35f3f7a61258b78384dfe920d875d29'
2012-04-16 Alex Converseaacdec: More robust output configuration.
2012-04-16 Carl Eugen Hoyosfaac: Fix multi-channel ordering
2012-04-16 Alex Conversefaac: Add .channel_layouts
2012-04-16 Michael Niedermayersvq3: check the watermark height.
2012-04-16 Michael Niedermayerdiracdec: check lowdelay bytes.
2012-04-16 Michael Niedermayerg729dec: initialize pitch_delay_int_prev to the minimum...
2012-04-16 Mans Rullgardindeo3: add parens around some macro arguments
2012-04-16 Ronald S. Bultjeh264: use proper PROLOGUE statement for a function...
2012-04-16 Michael Niedermayerloco: fix 10l typo (missing case)
2012-04-16 Michael Niedermayerdsicinav: Check for overread in RLE decode.
2012-04-16 Michael Niedermayersmacker: Check get_vlc() return values.
2012-04-16 Michael Niedermayerdcadec: fix global array overread.
2012-04-16 Carl Eugen HoyosSupport decoding LOCO_CRGBA.
2012-04-16 Michael Niedermayerindeo4: avoid storing invalid values in quant_mat.
2012-04-16 Michael Niedermayervc1dec: add missing terminating element to mpeg4_video_...
2012-04-16 Michael Niedermayervc1dec: check end_mb_y / start_mb_y validity
2012-04-16 Michael Niedermayerffv1: attempt to workaround intel CC fate issue.
2012-04-16 Diego Biurrundv: Merge dvquant.h into dvdata.c where all other DV...
2012-04-16 Diego Biurrundv: Move static tables only used in one place to where...
2012-04-16 Michael Niedermayeradxdec: Check available space before decoding block.
2012-04-15 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-04-15 Michael Niedermayerindeo5: check for unsupported luma block type
2012-04-15 Michael Niedermayertiffdec: check overread for packbits
2012-04-15 Thilo Borgmannalsdec: fix number of decoded samples in first sub...
2012-04-15 Michael Niedermayerlzw: check for overread
2012-04-15 Michael Niedermayerpngdec: check bits_per_pixel for palette mode.
2012-04-15 Michael Niedermayerpng: make sure the previous frames dimensions match...
2012-04-15 Michael Niedermayerff_lag_rac_init: fix signedness error leading to out...
2012-04-15 Michael Niedermayerqdm2_fft_decode_tones: fix infinite loop
2012-04-15 Michael Niedermayerqdm2: Check vlc_stage3_values index.
2012-04-15 Carl Eugen HoyosSet bits_per_coded_sample when encoding Microsoft Video-1.
2012-04-15 Carl Eugen HoyosSupport decoding unaligned rgb24 lagarith.
2012-04-15 Michael Niedermayerxan: check for vector_segment overread
2012-04-15 Michael Niedermayereatgv: check vector_bits
2012-04-15 Michael Niedermayerff_ivi_decode_blocks: fix negative scan_pos case.
2012-04-15 Michael Niedermayerindeo: Check allocated tile size in ff_ivi_process_empt...
2012-04-15 Michael Niedermayerindeo5: check tile size in decode_mb_info().
2012-04-15 Michael Niedermayerindeo5: set transform_size like indeo4 does to prevent...
2012-04-15 Michael Niedermayerindeo4: check transform size.
2012-04-15 Derek Buitenhuisutvideo: Remove unused variable 'src_size'
2012-04-15 Derek Buitenhuisutvideo: Remove unused variable 'src_size'
2012-04-14 Michael Niedermayermpegvideo_enc: fix dts
2012-04-14 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-04-14 Michael Niedermayerindeo4: setup width/height properly.
2012-04-14 Michael Niedermayerlagarith: check count before writing zeros.
2012-04-14 Jakub StachowskiClear residues only in not coded channel. This fixes...
2012-04-14 Diego Biurrunlibxvid: Reorder functions to avoid forward declaration...
2012-04-14 Diego Biurrunlibxvid: drop some pointless dead code
next