]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-04-18 Michael Niedermayerlavf: check that the context to avformat_open_input...
2012-04-18 Michael NiedermayerAVoption doxy: clarify a few needs in relation to AVCla...
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 Michael Niedermayerindeo5: dont run the wavelet transform over partially...
2012-04-17 Robert Nagyyadif: Improve pts calculation for is_second.
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 Michael Niedermayeravidec: Dont crash on avi packets that belong to dv...
2012-04-17 Michael Niedermayeravidec: document early_exit argument
2012-04-17 Michael Niedermayermatroskadec: check headerstrip data availability.
2012-04-17 Reimar Döffingeraacenc: Fix issues with huge values of bit_rate.
2012-04-17 Robert Nagycopy pts and format props between lavfi buffer and...
2012-04-17 Michael Niedermayeroggdec: Safety check against stream counts being incons...
2012-04-17 Michael Niedermayeroggdec: Recreate streams only in the 1 stream case.
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 Nicolas Georgefate: libavutil tests do not require SAMPLES.
2012-04-17 Nicolas Georgeparseutils: include errors in test output.
2012-04-17 Kostya Shishkovproresenc: multithreaded quantiser search
2012-04-17 Justin Rugglesriff: use bps instead of bits_per_coded_sample in the...
2012-04-17 Justin Rugglesavconv: only set the "channels" option when it exists...
2012-04-17 Michael Niedermayerffmpeg: make max frames work again, after merge
2012-04-17 Michael Niedermayervf_thumbnail: colorspace changed from yv12 to rgb
2012-04-17 Michael Niedermayerfate: fix vp8 size change regression
2012-04-17 Michael Niedermayervsrc_buffer: fix null ptr segfault
2012-04-17 Michael Niedermayeravfiltergraph: More advanced heuristic to select colors...
2012-04-17 Michael Niedermayerfate: gif: change checksum to bgr8 from rgb8 as thats...
2012-04-17 Michael Niedermayerimgconvert: fix regression with fate-gif colorspaces.
2012-04-17 Michael Niedermayerffmpeg: fix regression with jpeg pix fmts
2012-04-17 Michael Niedermayerffmpeg: fix regression with png
2012-04-17 Michael Niedermayerffmpeg: choose_pix_fmt: pass target fmt in
2012-04-17 Michael NiedermayerMerge commit '3b266da3d35f3f7a61258b78384dfe920d875d29'
2012-04-16 Luca Barbatoavplay: update get_buffer to be inline with avconv
2012-04-16 Alex Converseaacdec: More robust output configuration.
2012-04-16 Carl Eugen... faac: Fix multi-channel ordering
2012-04-16 Alex Conversefaac: Add .channel_layouts
2012-04-16 Nicolas Georgematroskadec: use av_grow_packet in merge_packets.
2012-04-16 Reimar Döffingermem.c: fix wrong comment.
2012-04-16 Reimar DöffingerRespect -copyinkf for subtitles.
2012-04-16 Reimar DöffingerAdd skip_to_keyframe stream variable.
2012-04-16 Samuel Pitoisetrtmp: Support 'rtmp_playpath', an option which override...
2012-04-16 Samuel Pitoisetrtmp: Support 'rtmp_app', an option which overrides...
2012-04-16 Justin Rugglesavutil: add better documentation for AVSampleFormat
2012-04-16 Michael Niedermayersvq3: check the watermark height.
2012-04-16 Michael Niedermayerdiracdec: check lowdelay bytes.
2012-04-16 Michael Niedermayeromadec: make sample rate table large enough to prevent...
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... Support decoding LOCO_CRGBA.
2012-04-16 Michael Niedermayerindeo4: avoid storing invalid values in quant_mat.
2012-04-16 Michael Niedermayer4xmdemux: Check chunk size
2012-04-16 Michael Niedermayeromadec: check GEOB sizes against buffer size
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 Niedermayerflvdec: allocate large enough buffer so get_bits()...
2012-04-16 Michael Niedermayerffv1: attempt to workaround intel CC fate issue.
2012-04-16 Diego Biurrundoc: Update sample Vim config with suitable (function...
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 Anton Khirnovgraphparser: set next to NULL on an entry extracted...
2012-04-16 Michael Niedermayeradxdec: Check available space before decoding block.
2012-04-16 Michael Niedermayersegafilm: make the loop condition in film_read_packet...
2012-04-15 Robert Nagylavfi/aresample: properly propagate pts == AV_NOPTS_VALUE;
2012-04-15 Robert Nagyyadif: fixed missing error handling for poll_frame.
2012-04-15 Michael Niedermayersws: remove cliping in yuv2rgb code.
2012-04-15 Michael Niedermayermov: reset dref_count on realloc to keep values consistent.
2012-04-15 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-04-15 Michael Niedermayerindeo5: check for unsupported luma block type
2012-04-15 Anton Khirnovdoc/filters: update documentation.
2012-04-15 Anton Khirnovavconv: flush decoders immediately after an EOF.
2012-04-15 Anton Khirnovavconv: send EOF to vsrc_buffer.
2012-04-15 Anton Khirnovavconv: reindent.
2012-04-15 Anton Khirnovavconv: add support for complex filtergraphs.
2012-04-15 Anton Khirnovavconv: make filtergraphs global.
2012-04-15 Anton Khirnovavconv: move filtered_frame from InputStream to OutputS...
2012-04-15 Anton Khirnovavconv: don't set output width/height directly from...
2012-04-15 Anton Khirnovavconv: move resample_{width,height,pix_fmt} to InputSt...
2012-04-15 Anton Khirnovavconv: remove a useless variable from OutputStream.
2012-04-15 Anton Khirnovavconv: get output pixel format from lavfi.
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 Anton Khirnovgraphparser: fix the order in which unlabeled input...
2012-04-15 Anton Khirnovavconv: change {input,output}_{streams,files} into...
2012-04-15 Anton Khirnovavconv: don't pass input/output streams to some functions.
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 Nicolas Georgeerror: ensure error codes are signed negative ints.
2012-04-15 Michael Niedermayerff_lag_rac_init: fix signedness error leading to out...
next