]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-09-17 Clément Bœschalsdec: fix misplaced parentheses.
2012-09-17 Thilo Borgmannalsdec: check return values.
2012-09-17 Thilo Borgmannalsdec: fix number of decoded samples in first sub...
2012-09-17 Thilo Borgmannalsdec: Fix out of ltp_gain_values read.
2012-09-17 Michael Niedermayeralsdec: Check that quantized parcor coeffs are within...
2012-09-17 Michael Niedermayeralsdec: check opt_order.
2012-09-17 Michael Niedermayeralsdec: Check k used for rice decoder.
2012-09-17 Anton Khirnovavfiltergraph: silence an uninitialized variable warning
2012-09-17 Anton Khirnovxsubenc: reindent
2012-09-17 Anton Khirnovlavc: replace AVCodecContext.encode with subtitle-speci...
2012-09-17 Anton Khirnovlavc: add const to private codec class initialization.
2012-09-17 Anton Khirnovavconv: don't pass a bogus parameter to avfilter_graph_...
2012-09-17 Clément Bœschid3v2: strdup the genre name explicitly.
2012-09-17 Clément Bœschlavf/id3v2: do not export empty fields.
2012-09-17 Anton Khirnovbuffersrc: add const to the AVFrame* argument of av_buf...
2012-09-17 Mans Rullgardlavfi: replace empty input/output lists with null pointers
2012-09-17 Janne Grunauavconv: flush filtered frames before reconfiguring...
2012-09-16 Michael Niedermayermov: stsd entries must be at least 16 byte
2012-09-16 Michael Niedermayermov: detect EOF in mov_read_dref()
2012-09-16 Luca Barbatofile: return proper error on seek failures
2012-09-16 Mans Rullgardmpegvideo: drop unnecessary arguments to hpel_motion()
2012-09-16 Mans Rullgardmpegvideo: drop 'inline' from some functions
2012-09-16 Anton Khirnovnellymoserdec: drop support for s16 output.
2012-09-16 Anton Khirnovbmpdec: only initialize palette for pal8.
2012-09-15 Mans Rullgardbuild: Properly remove object files while cleaning
2012-09-15 Mans Rullgardflacdsp: arm optimised lpc filter
2012-09-15 Ronald S. Bultjecompat/vsnprintf: return number of bytes required on...
2012-09-15 Luca Barbatoavformat: fix typo in avformat_close_input
2012-09-15 Anton Khirnovmp3enc: write Xing TOC
2012-09-15 Clément Bœschmp3enc: support MPEG-2 and MPEG-2.5 in Xing header.
2012-09-15 Reimar Döffingermp3enc: downgrade some errors in writing Xing frame...
2012-09-15 Anton Khirnovlavf: flush the output AVIOContext in av_write_trailer().
2012-09-15 Anton Khirnovlavf: cosmetics, reformat av_write_trailer().
2012-09-15 Stefano Sabatiniavio: flush the internal buffer in avio_close()
2012-09-15 Andrey UtkinEnhance doc on asyncts audiofilter
2012-09-15 Anton Khirnovcmdutils: avoid setting data pointers to invalid values...
2012-09-15 Mans Rullgardlibavcodec: remove av_destruct_packet_nofree()
2012-09-14 Derek Buitenhuisriff: Add SVQ3 fourcc
2012-09-14 Mans Rullgardfate: ac3: add 4.0 and downmix tests
2012-09-14 Mans Rullgardconfigure: x86: improve ebp availability check
2012-09-14 Luca Barbatovorbisdec: ensure FASTDIV denominator is never 1
2012-09-14 Luca Barbatoavformat: refactor avformat_close_input
2012-09-14 Luca Barbatoavformat: simplify avformat_close_input
2012-09-13 Diego Biurrunx86: dsputil: Move Xvid IDCT put/add functions to a...
2012-09-13 Martin Storsjötrasher: Include all the necessary headers
2012-09-13 Diego Biurrunx86: Remove some leftover declarations for non-existent...
2012-09-13 Mans RullgardARM: libavresample: NEON optimised generic fltp to...
2012-09-13 Mans RullgardARM: libavresample: NEON optimised stereo fltp to s16...
2012-09-13 Mans RullgardARM: libavresample: NEON optimised flat float to s16...
2012-09-13 Martin Storsjöos_support: Choose between direct.h and io.h using...
2012-09-13 Martin Storsjöos_support: Include io.h instead of direct.h on mingw32ce
2012-09-13 Martin Storsjöx86: ac3dsp: Only refer to the ac3_downmix_sse symbol...
2012-09-13 Diego Biurrunswscale: Remove two bogus asserts
2012-09-12 Mans Rullgardac3: move ac3_downmix() from dsputil to ac3dsp
2012-09-12 Tim Walkerlavr/audio_mix_matrix: acknowledge the existence of...
2012-09-12 Tim Walkermlp_parser: avoid mapping multiple disctinct TrueHD...
2012-09-12 Tim Walkerlavu/audioconvert: add a second low frequency channel.
2012-09-12 Christian Schmidtmpegts: check substreams before discarding
2012-09-12 Martin StorsjöAdd a smooth streaming segmenter muxer
2012-09-12 Martin Storsjöfile: Add an avoption for disabling truncating existing...
2012-09-12 Tomas Härdinimg2dec: always close AVIOContexts
2012-09-12 Martin Storsjörtpdec_jpeg: Error out on other unsupported type values...
2012-09-12 Martin Storsjörtpdec_jpeg: Disallow using the reserved q values
2012-09-12 Martin Storsjörtpdec_jpeg: Fold the default qtables case into an...
2012-09-12 Martin Storsjörtpdec_jpeg: Store and reuse old qtables for q values...
2012-09-12 Martin Storsjörtpdec_jpeg: Simplify the calculation of the number...
2012-09-12 Martin Storsjörtpdec_jpeg: Add more comments about the fields in...
2012-09-12 Martin Storsjörtpdec_jpeg: Clarify where the subsampling magic number...
2012-09-12 Martin Storsjörtpdec_jpeg: Don't use a bitstream writer for the EOI...
2012-09-12 Martin Storsjörtpdec_jpeg: Don't needlessly use a bitstream writer...
2012-09-12 Martin Storsjörtpdec_jpeg: Simplify writing of the jpeg header
2012-09-12 Martin Storsjörtpdec_jpeg: Merge two if statements
2012-09-12 Martin Storsjörtpdec_jpeg: Write the DHT section properly
2012-09-11 Diego Biurrunutvideoenc: Add missing AV_ prefix to codec ID
2012-09-11 Diego Biurrunavserver: Add missing #include for av_gettime()
2012-09-11 Martin Storsjöconfigure: Only disable aligned stack on MSVC on 32 bit
2012-09-11 Diego Biurrunconfigure: indentation cosmetics
2012-09-11 Samuel Pitoisetrtpdec_jpeg: Add support for default quantizers
2012-09-11 Diego Biurrunx86: dsputil: Move specific optimization settings out...
2012-09-11 Anton Khirnovavplay: get rid of ugly casts in the options table
2012-09-11 Anton Khirnovavplay: fix prototypes for option callbacks.
2012-09-11 Anton Khirnovflvdec: always set AVFMTCTX_NOHEADER.
2012-09-10 Martin Storsjöfile: Use a normal private context for storing the...
2012-09-10 Martin Storsjöconfigure: Adjust the xgetbv instrinsic check
2012-09-10 Diego Biurrunconfigure: Add --disable-inline-asm command line option
2012-09-10 Martin Storsjöconfigure: Don't try to enable the log2 function on...
2012-09-10 Diego Biurrunx86: dsputil: Only compile motion_est code when encoder...
2012-09-09 Mans Rullgardmem: fix typo in check for __ICC
2012-09-09 Mans Rullgardfate: mp3: drop redundant CMP setting
2012-09-09 Samuel Pitoisetrtp: Depacketization of JPEG (RFC 2435)
2012-09-09 Martin StorsjöRename ff_put_string to avpriv_put_string
2012-09-09 Samuel Pitoisetmjpeg: Rename some symbols to avpriv_* instead of ff_*
2012-09-09 Luca Barbatoyadif: cosmetics
2012-09-08 Martin Storsjöswscale: Provide the right alignment for external mmx asm
2012-09-08 Diego Biurrunx86: Replace checks for CPU extensions and flags by...
2012-09-08 Mans Rullgardconfigure: msvc: fix/simplify setting of flags for...
2012-09-08 Hendrik Leppkesx86: mlpdsp: mlp_filter_channel_x86 requires inline asm
2012-09-07 Martin Storsjömov_chan: Only set the channel_layout if setting it...
2012-09-07 Martin Storsjömov_chan: Reindent an incorrectly indented line
2012-09-07 Carl Eugen... mp2 muxer: mark as AVFMT_NOTIMESTAMPS.
next