]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-05-09 Stefano Sabatinilavfi: simplify signature for avfilter_get_audio_buffer...
2012-05-09 Stefano Sabatinilavfi: use avfilter_get_audio_buffer_ref_from_arrays...
2012-05-09 Stefano Sabatinilavfi: cleanup avfilter_get_audio_buffer() and pals.
2012-05-09 Diego Biurrunlibxvid: Give more suitable names to libxvid-related...
2012-05-09 Diego Biurrunlibxvid: Separate libxvid encoder from libxvid rate...
2012-05-09 Diego Biurrunjpeglsdec: Remove write-only variable in ff_jpegls_deco...
2012-05-09 Diego Biurrunfate: cosmetics: lowercase some comments
2012-05-09 Diego Biurrunfate: Give more consistent names to some RealVideo...
2012-05-09 Stefano Sabatinilavfi: add avfilter_get_audio_buffer_ref_from_arrays().
2012-05-09 Anton Khirnovlavfi: add extended_data to AVFilterBuffer.
2012-05-09 Anton Khirnovlavc: check that extended_data is properly set in avcod...
2012-05-09 Anton Khirnovlavc: pad last audio frame with silence when needed.
2012-05-09 Anton Khirnovsamplefmt: add a function for filling a buffer with...
2012-05-09 Anton Khirnovsamplefmt: add a function for copying audio samples.
2012-05-09 Anton Khirnovlavr: do not try to copy to uninitialized output audio...
2012-05-09 Anton Khirnovlavr: make avresample_read() with NULL output discard...
2012-05-09 Mans Rullgardfate: split idroq audio and video into separate tests
2012-05-09 Mans Rullgardfate: improve dependencies
2012-05-09 Diego Biurrunfate: add convenient shorthands for ea-vp6, libavcodec...
2012-05-09 Diego Biurrunfate: split some combined tests into separate audio...
2012-05-09 Mans Rullgardfate: fix dependencies for probe tests
2012-05-09 Mans Rullgardmips: intreadwrite: fix inline asm for gcc 4.8
2012-05-09 Mans Rullgardmips: intreadwrite: remove unnecessary inline asm
2012-05-09 Anton Khirnovlavfi: add video buffer sink, and use it in avtools
2012-05-09 Anton Khirnovlavfi: add a function for copying properties from AVFil...
2012-05-08 Luca Barbatosctp: Initial tcp-alike sctp support with streams
2012-05-08 Jordi Ortizlibschroedingerdec: Change AVPicture to AVFrame and...
2012-05-08 Alex Converseoptions_table: Add some missing #includes to fix "make...
2012-05-08 Alex Conversedoc: Replace a stray reference to the old '-intra'...
2012-05-08 Jordi Ortizrtsp: Add content-type message header parsing
2012-05-08 Samuel Pitoisetrtmp: Support 'rtmp_live', an option which specifies...
2012-05-08 Diego Biurrunav_samples_fill_array: Mark unmodified function argumen...
2012-05-08 Kostya Shishkovlagarith: add YUY2 decoding support
2012-05-08 Carl Eugen... Support decoding unaligned rgb24 lagarith.
2012-05-07 Diego Biurrundv: Split profile handling code into a separate file.
2012-05-07 Anton Khirnovflvenc: use AVFormatContext, not AVCodecContext for...
2012-05-07 Diego Biurrunmov: Remove write-only variable in mov_read_chan().
2012-05-07 Alex Conversefate: Change the probe-format refs to match the final...
2012-05-07 Alex Conversefate: Add avprobe as a make dependency
2012-05-07 Ronald S. BultjeAdd probe fate tests to test for regressions in detecti...
2012-05-07 Mans Rullgardfate: Add oneline comparison method
2012-05-07 Ronald S. Bultjeqdm2: clip array indices returned by qdm2_get_vlc().
2012-05-07 Justin Rugglesavplay: properly close/reopen AVAudioResampleContext...
2012-05-07 Justin Rugglesavcodec: do not needlessly set packet size to 0 in...
2012-05-07 Justin Rugglesavcodec: for audio encoding, reset output packet when...
2012-05-07 Justin Rugglesavcodec: refactor avcodec_encode_audio2() to merge...
2012-05-07 Justin Rugglesavcodec: remove fallbacks for AVCodec.encode() in avcod...
2012-05-07 Diego Biurrunlibschroedinger: Switch to function names more in line...
2012-05-07 Diego BiurrunMove code shared between libdirac and libschroedinger...
2012-05-07 Anton Khirnovlavfi: uninline avfilter_copy_buffer_ref_props().
2012-05-07 Anton Khirnovlavf: add missing '*' in a doxy.
2012-05-07 Diego Biurrunh264: Remove a commented-out function pointer typedef.
2012-05-07 Diego Biurruntxd: Remove write-only variable in txd_decode_frame().
2012-05-07 Diego Biurrunmmvideo.c: Remove unused variable in mm_decode_pal().
2012-05-07 Diego Biurrunbuild: cosmetics: Add missing end-of-line backslashes...
2012-05-07 Diego Biurrunbuild: cosmetics: Split HEADERS/OBJS/PROGS lists into...
2012-05-07 Diego Biurrunlibschroedinger: Move a function to avoid a forward...
2012-05-07 Sean McGovernpthread: warn on high thread counts
2012-05-07 Robert Nagyvf_yadif: fix missing error handling for avfilter_poll_...
2012-05-07 Ronald S. Bultjeavprobe: allow showing only one container/stream property.
2012-05-07 Anton Khirnovlavfi: support audio in avfilter_copy_frame_props().
2012-05-07 Mina Nagy Zakilavfi: avfilter_merge_formats: handle case where inputs...
2012-05-07 Anton Khirnovlavc: add sample rate and channel layout to AVFrame.
2012-05-06 Paul B Maholzerocodec: check if the previous frame is missing
2012-05-06 Luca Barbatodoc: clarify check for NULL pointer style
2012-05-06 Kostya Shishkovdfa: use more meaningful return codes
2012-05-06 Michael Niedermayereatgv: check vector_bits
2012-05-06 Kostya Shishkoveatgv: check motion vectors
2012-05-06 Diego BiurrunMark a number of variables only used in av_dlog() calls...
2012-05-06 Diego Biurrundvdec: drop const qualifier from variable to eliminate...
2012-05-06 Robert Nagyavcodec: Improve comment for thread_safe_callbacks...
2012-05-06 Sean McGoverntests/utils: don't ignore the return value of fwrite()
2012-05-06 Anton Khirnovlavfi/formats: use sizeof(var) instead of sizeof(type).
2012-05-06 Stefano Sabatinilavfi: remove avfilter_default_config_input_link()...
2012-05-06 Anton Khirnovlavfi: always enable the scale filter and depend on...
2012-05-06 Anton Khirnovvf_split: support user-specifiable number of outputs.
2012-05-06 Anton Khirnovavconv: remove stray useless comment.
2012-05-06 Janne Grunaumpegmux: add stuffing to avoid incomplete PCM frames
2012-05-06 Mans Rullgardrtsp: avoid const warnings from strtol() call
2012-05-06 Mans Rullgardavserver: check return value of ftruncate()
2012-05-06 Kostya Shishkovlagarith: make offset array type unsigned
2012-05-06 Kostya Shishkovdfa: add some checks to ensure that decoder won't write...
2012-05-05 Mans Rullgardaacps: NEON optimisations
2012-05-05 Mans Rullgardaacps: align some arrays
2012-05-05 Mans Rullgardaacps: move some loops to function pointers
2012-05-05 Martin Storsjörtpdec_h264: Add missing newlines to av_log calls
2012-05-05 Martin Storsjörtpdec_h264: Free old extradata before clearing the...
2012-05-05 Martin Storsjörtpdec_h264: Reorder code blocks
2012-05-05 Martin Storsjörtpdec_h264: Make start_sequence a static const array
2012-05-05 Martin Storsjörtpdec_h264: Cleanup debug packet type counting
2012-05-05 Martin Storsjörtpdec_h264: Cosmetic cleanup
2012-05-05 Martin Storsjörtpdec_h264: Clean up comments
2012-05-05 Martin Storsjörtpdec_h264: Convert commented out code into setting...
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 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 Martin Storsjörtpdec_h264: Remove a useless ifdef
next