]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-09-15 Måns RullgårdMove per-arch fft init bits into the corresponding...
2009-09-15 Kostya ShishkovDo not set 0 FPS in VC-1 test stream format demuxer.
2009-09-15 Vitor SessakAdd two more sizes to ff_sine_windows[] and also pad...
2009-09-15 Kostya ShishkovCheck for explicit 32-bit FPS value so it works on...
2009-09-15 Kostya ShishkovMake probing for VC1 test bitstream format stricter
2009-09-15 Jai MenonFix max_coded_frame_size computation to account for...
2009-09-15 Michael NiedermayerCheck offset in flv_probe()
2009-09-15 Michael NiedermayerDo not return values above AVPROBE_SCORE_MAX from probe().
2009-09-15 Michael NiedermayerMake h261 and mpegvideo probe a little more robust...
2009-09-15 Martin StorsjöInit i to 0 (10l fix).
2009-09-15 Michael NiedermayerMake mpeg_probe() pass probetest.
2009-09-15 Michael NiedermayerProbetest, to test the demuxers probe functions against...
2009-09-15 Reimar DöffingerSlightly stricter MPEG-PES probing, fixes issue 1383.
2009-09-15 Reimar DöffingerVastly improved mm_probe function, passes probetest.
2009-09-15 Reimar DöffingerImprove sierravmd probe. It is still quite weak, but...
2009-09-14 Michael NiedermayerSlighty tweak mp3 probe threshold to prevent probetest...
2009-09-14 Reimar DöffingerTry harder to avoid false positives for DV probe.
2009-09-14 Reimar DöffingerMake dnxhd probe more strict, fail if we detect values...
2009-09-14 Måns RullgårdARM: 10l: fix large FFTs
2009-09-14 Michael NiedermayerRewrite h261_probe().
2009-09-14 Reimar DöffingerMake DTS probe more robust against false positives...
2009-09-14 Reimar DöffingerCheck the index validity more thoroughly for the c93...
2009-09-14 Reimar DöffingerAdd more sanity checks for header elements, rejecting...
2009-09-14 Michael NiedermayerRewrite h263_probe().
2009-09-14 Reimar DöffingerExtend check for integer overflow for malloc argument...
2009-09-14 Kostya ShishkovFix wrong logical operator which causes too relaxed...
2009-09-14 Reimar DöffingerCheck buffer size for idcin check, otherwise false...
2009-09-14 Jason Garrett... Update preset files to jive somewhat better with more...
2009-09-13 Baptiste Coudurierensure pes buffer is set to avoid segv
2009-09-13 Baptiste Coudurierreset pes state to skip after flushing, avoid segv...
2009-09-13 Benjamin LarssonDo not release the AVFrame when using reget_buffer...
2009-09-13 Benjamin LarssonAdd condition to aea demuxer probe.
2009-09-13 Benjamin LarssonCosmetics. Renames, indentation and spacing.
2009-09-13 Diego BiurrunReplace @node commands with @anchor to refer to specifi...
2009-09-13 Reimar DöffingerWhen resetting vst->pkt.data to NULL, also set vst...
2009-09-13 Ivan SchreterUse I/O buffer size as initial value for backoff for...
2009-09-13 Ramiro PollaReset slice direction at end of each frame.
2009-09-12 Ramiro PollaRemove ; after while(0) in macros.
2009-09-12 Ramiro PollaRemove ; after while(0) in macros.
2009-09-12 Ramiro Pollaeval: Check for return value of memory allocations.
2009-09-12 Ramiro PollaCheck for return value of some context allocations.
2009-09-12 Vitor SessakDo not do free AVStream in case of error, this is not...
2009-09-11 Benjamin LarssonRemove table that was forgotten in the split.
2009-09-11 Benjamin LarssonFix doxygen comment
2009-09-11 Sascha Sommerreinit get_bits for every decode_packet call
2009-09-11 Lars TäuberMake get_ur_golomb capable of reading 16 bit values.
2009-09-11 Lars TäuberFix a typo in the documentation.
2009-09-11 Måns RullgårdARM: NEON optimised MDCT
2009-09-11 Måns RullgårdPrepare for optimised forward MDCT implementations
2009-09-11 Måns RullgårdARM: faster NEON IMDCT
2009-09-10 Benjamin LarssonCosmetics, add spaces
2009-09-10 Benjamin LarssonMove get_arg to avoid future declaration of function...
2009-09-10 Benjamin LarssonUse reget_buffer instead of get_buffer. Fixes issue1367.
2009-09-10 Benjamin LarssonAdd ATRAC1 codec ID.
2009-09-10 Benjamin LarssonInitial commit of the MD studio demuxer, not hooked...
2009-09-10 Benjamin LarssonInitial commit of the atrac1 decoder, not hooked up yet
2009-09-10 Benjamin LarssonRemove redundant code forgotten in the split
2009-09-10 Michael NiedermayerCheck for thread_count==0.
2009-09-10 Reimar DöffingerSimplify: reget_buffer behaves exactly like get_buffer...
2009-09-10 Diego BiurrunFix typo: '.' was used instead of '/' as directory...
2009-09-10 Måns RullgårdARM: NEON optimised FFT and MDCT
2009-09-10 Måns RullgårdDCA: move an aligned array from stack to context
2009-09-10 Måns Rullgårdconfigure: add -g to ASFLAGS when debug is enabled
2009-09-09 Reimar DöffingerFix typo in configure error message.
2009-09-09 shinya.tesutosan... Document padding for AVProbeData.
2009-09-09 Michael NiedermayerCheck thread count as multithreaded decoding is not...
2009-09-09 Ramiro PollaDocument that slices can be bottom to top or top to...
2009-09-09 Reimar DöffingerAdd warnings to av_strlcat and av_strlcpy doxygen that...
2009-09-09 Benjamin LarssonChange developer doc to reflect reality
2009-09-09 Maksym VeremeyenkoFix a bug with reading non-interleaved AVI if one the...
2009-09-09 Maksym VeremeyenkoFactorise st->nb_index_entries check.
2009-09-08 Benjamin LarssonSplit out common routines needed in the atrac1 decoder...
2009-09-08 Diego BiurrunRemove pointless debug statement that fails to compile.
2009-09-08 Reimar DöffingerTry to clarify that anyone using get_bits must check...
2009-09-07 Baptiste Couduriercheck entries against field_size, potential malloc...
2009-09-07 Baptiste Coudurieradd one missing check for stream existence in read_elst...
2009-09-07 Ramiro PollaIndent.
2009-09-07 Martin StorsjöUse all 32 bits of the timestamp when calculating flv...
2009-09-06 Carl Eugen... Cosmetics: Fix typo.
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-09-06 Ivan Schreterdisable new seeking code in mpeg-ts per #ifdef (use...
2009-09-06 Reimar DöffingerMake sample_fmts and channel_layouts compound literals...
2009-09-06 Reimar Döffingerff_rm_metadata is const.
2009-09-06 Reimar Döffingerff_sine_windows table contains only constant data,...
2009-09-06 Reimar DöffingerThe ff_cos_tabs table itself is constant, too, so mark...
2009-09-06 Reimar DöffingerThe pointers in ff_sin_tabs themselves are constant...
2009-09-06 Reimar Döffingerff_swb_offset_* tables should be const.
2009-09-06 Reimar Döffingerff_id3v1_genre_str table should be const.
2009-09-06 Reimar Döffinger100l, all avlanguage tables should be both static and...
2009-09-06 Reimar Döffingercompatible_frame array can be static const, too.
2009-09-06 Sascha Sommerdo not decode more than one audio frame in a decode...
2009-09-06 Sascha Sommeravoid extra memcpy during scale factor decoding
2009-09-06 Ramiro PollaRename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and...
2009-09-06 Ramiro PollaRename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and...
2009-09-05 Ramiro PollaIndent.
2009-09-05 Lars TäuberMake 16bit YUV formats compatible with NE avcodec_get_p...
2009-09-05 Lars TäuberMake 16bit YUV formats compatible with NE avcodec_get_p...
2009-09-05 Reimar DöffingerUse memcpy to copy till end of line in one go instead...
2009-09-05 Ivan Schretercosmetic changes (indentation, doxygen comments, braces...
2009-09-05 Reimar DöffingerSlightly simplify detection of end of compressed data...
next