]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-05-06 Michael Niedermayerswr-x86-simd: create prototypes with macros, this is...
2012-05-06 Michael Niedermayerswr-x86-SIMD: 3 instructions less for stereo planar...
2012-05-06 Philip LangdaleCrystalHD: Improve detection of field pair -> two field...
2012-05-06 Nicolas Georgevsrc_buffer: deprecate the header.
2012-05-06 Nicolas Georgevsrc_buffer: deprecate av_vsrc_buffer_add_video_buffer_ref.
2012-05-06 Nicolas Georgesrc_buffer: update get_nb_failed_requests name.
2012-05-06 Nicolas Georgeasrc_abuffer: deprecate the header.
2012-05-06 Nicolas Georgeasrc_abuffer: deprecate av_asrc_buffer_* functions.
2012-05-06 Nicolas Georgelavfi: install buffersrc.h.
2012-05-06 Nicolas Georgelavfi: remove av_buffersrc_buffer.
2012-05-06 Nicolas Georgebuffersrc: fix av_buffersrc_add_ref doxy.
2012-05-06 Nicolas Georgeffmpeg: do not include vsrc_buffer.h.
2012-05-06 Nicolas Georgeffmpeg: replace av_vsrc_buffer_add_frame by av_buffersr...
2012-05-06 Nicolas Georgeffmpeg: replace av_buffersrc_buffer with av_buffersrc_a...
2012-05-06 Carl Eugen... oggparsevorbis.c: Check for OOM when using av_mallocz.
2012-05-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-05-05 Michael Niedermayerswr: replace the remaining 2 audio convert SIMD macros...
2012-05-05 Michael Niedermayerswr: fix internal asm labels
2012-05-05 Michael Niedermayerswr: fix PACK_2CH register count
2012-05-05 Michael Niedermayerswr: replace planar->planar/packed->packed FLT<->S16...
2012-05-05 Michael Niedermayerswr: implement stereo S16/S32/FLT->S16/S32/FLT planar...
2012-05-05 Michael Niedermayerswr: update calling code to support mixed packed planar...
2012-05-05 Michael Niedermayerswr: change simd len argument to be in samples instead...
2012-05-05 Michael Niedermayerswr-test: allow testing a specific subset of cases
2012-05-05 Diego Biurruntests: Refactor rotozoom/videogen common code into...
2012-05-05 Diego Biurruntests: Mark some file-internal symbols as static.
2012-05-05 Diego Biurrunbuild: Drop leftover .exp pattern from LIBSUFFIXES...
2012-05-05 Carl Eugen... Remove unused variable from ffv1 decoder.
2012-05-05 Carl Eugen... Skip padding bytes after reading musepack8 header.
2012-05-05 Carl Eugen... alsdec.c: Also test 0 when checking rice decoder values.
2012-05-05 Carl Eugen... alsdec.c: Simplify error check before calling rice...
2012-05-05 Nicolas Georgevsrc_buffer: return EAGAIN if no frame is available.
2012-05-05 Jakub StachowskiWMAL: Shift output samples by the specified number...
2012-05-05 Mashiat Sarker... WMAL: Restore removed code in mclms_predict()
2012-05-05 Michael Niedermayeroggvorbis: fix the first 2 packets timestamps matching...
2012-05-05 Michael Niedermayerpng_parser: try to fix big endian
2012-05-05 Martin Storsjörtpdec_h264: Remove a useless ifdef
2012-05-05 Martin Storsjörtpdec_h264: Remove outdated/useless/incorrect comments
2012-05-05 Martin Storsjörtpdec_h264: Remove useless memory corruption checks
2012-05-05 Martin Storsjörtpdec_h264: Return proper error codes
2012-05-05 Martin Storsjörtpdec_h264: Check the available data length before...
2012-05-05 Ivan Kovtunovrtpdec_h264: Add input size checks
2012-05-05 Michael Niedermayervorbis_parser: fix blocksize
2012-05-04 Michael Niedermayeroggvorbis: move handling of first packets ts from parse...
2012-05-04 Ronald S. Bultjepng: check bit depth for PAL8/Y400A pixel formats.
2012-05-04 Ronald S. Bultjeea: check chunk_size for validity.
2012-05-04 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-05-04 Michael Niedermayeroggtheora: Port changes from oggvorbis timestamp handling.
2012-05-04 Michael Niedermayeroggvorbisdec: Apply timestamp calculation always when...
2012-05-04 Michael Niedermayeroggvorbisdec: redesign special handling of first frames...
2012-05-04 Nicolas Georgeexamples/filtering_audio: use av_buffersrc_add_frame.
2012-05-04 Nicolas Georgesrc_buffer: implement av_buffersrc_add_frame.
2012-05-04 Nicolas Georgesrc_buffer: implement audio buffer copy.
2012-05-04 Nicolas Georgelavfi/avcodec: implement audio copy_frame_prop.
2012-05-04 Nicolas Georgelavfi: implement avfilter_get_audio_buffer_ref_from_frame.
2012-05-04 Alex Conversecelp filters: Do not read earlier than the start of...
2012-05-04 Clément Bœschffmpeg: fix indent in term_init().
2012-05-04 Clément BœschFix a few @file doxy inconsistencies.
2012-05-04 Clément Bœschffmpeg: stronger ffpresets parsing.
2012-05-04 Clément Bœschpresets: specify the codecs.
2012-05-04 Clément BœschRemove old ffpresets.
2012-05-04 Peter Holikpng_parser
2012-05-04 Michael Niedermayeroggvorbis: Try to fix pts off by 1 issue.
2012-05-04 Sean McGovernconfigure: add POWER[5-7] support
2012-05-04 Michael Niedermayerfate: update ogg seektest after all the bug fixes
2012-05-04 Michael Niedermayeroggtheora: Fix initial pts
2012-05-04 Michael Niedermayerseek-test: support printing multiple packets
2012-05-04 Michael Niedermayeroggdec: fix off by one error on pos_limit
2012-05-04 Michael Niedermayeroggdec: print error on failure to create streams
2012-05-04 Michael Niedermayeroggdec: print error on changing streams when its unsupp...
2012-05-04 Michael Niedermayeroggdec: print error on unsupported versions
2012-05-04 Michael Niedermayeroggdec: reset lastpts so that justins vorbis duration...
2012-05-04 Michael Niedermayeroggdec: pass avformat context to ogg_reset()
2012-05-04 Michael Niedermayerseek-test: support manually forcing a seek to a specifi...
2012-05-04 Paul B Maholzerocodec: check if there is previous frame
2012-05-04 Paul B Maholshorten: unsigned 8bit support
2012-05-03 Mans Rullgardarm: intreadwrite: revert 16-bit load asm to old versio...
2012-05-03 Michael NiedermayerMerge https://github.com/mjbshaw/FFmpeg-OpenJPEG-J2K...
2012-05-03 Mans Rullgardvqavideo: return error if image size is not a multiple...
2012-05-03 Justin Rugglescosmetics: indentation
2012-05-03 Justin Rugglesavformat: only fill-in interpolated timestamps if durat...
2012-05-03 Justin Rugglesavformat: remove a workaround for broken timestamps
2012-05-03 Michael Bradshawlibopenjpegdec: respect JP2 color space, fix ticket...
2012-05-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-05-03 Clément Bœschlavfi/src_buffer: fix indent.
2012-05-03 Clément Bœschffmpeg: fix indent.
2012-05-03 Nicolas Georgesrc_buffer: merge av_asrc_buffer_add_audio_buffer_ref.
2012-05-03 Nicolas Georgesrc_buffer: move audio format change check in a separat...
2012-05-03 Nicolas Georgesrc_buffer: move buffer copy in a separate function.
2012-05-03 Nicolas Georgesrc_buffer: move format change check in a separate...
2012-05-03 Nicolas Georgesrc_buffer: introduce av_buffersrc_add_ref().
2012-05-03 Clément Bœschdoc: fix API examples references.
2012-05-03 Clément BœschJACOsub demuxer, decoder and muxer.
2012-05-03 Nicolas Georgeffplay: use AVFrame accessor.
2012-05-03 Nicolas Georgeffmpeg: use AVFrame accessor.
2012-05-03 Nicolas Georgelavc: implement accessors for some AVFrame fields.
2012-05-03 Hendrik Leppkesmpeg12: fixed parsing in some mpeg2 streams
2012-05-03 Hendrik LeppkesAdd SMPTE240M transfer characteristics flag.
2012-05-03 Joakim Platempegts: Some additional HDMV types and reg descriptors...
2012-05-03 Michael Niedermayerswr: add ff_int32_to_float_a_avx
next