]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-07-05 Samuel Pitoisetxtea: Make the count parameter match the documentation
2012-07-05 Samuel Pitoisetblowfish: Make the count parameter match the documentation
2012-07-05 Michael Niedermayermpegvideo: Don't use ff_mspel_motion() for vc1
2012-07-05 Luca Barbatoxtea: invert branch and loop precedence
2012-07-05 Luca Barbatoblowfish: invert branch and loop precedence
2012-07-05 Luca Barbatoflvdec: optionally trust the metadata
2012-07-05 Martin Storsjöavconv: Set audio filter time base to the sample rate
2012-07-05 Martin Storsjövp8: Add ifdef guards around the sse2 loopfilter in...
2012-07-04 Mans Rullgardlavfi: reclassify showfiltfmts as a TESTPROG
2012-07-04 Diego Biurrungraph2dot: fix printf format specifier
2012-07-04 Martin Storsjöswscale: yuv2planeX 8bit >=sse2 functions need aligned...
2012-07-04 Martin Storsjövp8: loopfilter >=sse2 functions need aligned stack...
2012-07-04 Ronald S. Bultjeamr: remove shift out of the AMR_BIT() macro.
2012-07-04 Ronald S. Bultjedsputilenc: group yasm and inline asm function pointer...
2012-07-04 Ronald S. Bultjemov: use forward declaration of a function instead...
2012-07-04 Diego BiurrunClarify Doxygen comment for FF_API_* #defines.
2012-07-04 Diego Biurrunconfigure: simplify get_version()
2012-07-04 Diego BiurrunCreate version.h headers for libraries that lack them
2012-07-04 Diego Biurrungitignore: Use full path instead of relative path to...
2012-07-04 Ronald S. Bultjempegvideo: remove VLAs
2012-07-04 Samuel PitoisetAdd XTEA encryption support in libavutil
2012-07-04 Samuel PitoisetAdd Blowfish encryption support in libavutil
2012-07-04 Martin Storsjöeval: Add the isinf() function and tests for it
2012-07-04 Mans Rullgardflacdec: move lpc filter to flacdsp
2012-07-04 Mans Rullgardflacdec: split off channel decorrelation as flacdsp
2012-07-04 Martin Storsjöavplay: Add an option for not limiting the input buffer...
2012-07-04 Anton KhirnovFATE: add a test for WMA cover art.
2012-07-04 Anton KhirnovFATE: add a test for apetag cover art
2012-07-04 Anton KhirnovFATE: add a test for itunes cover art.
2012-07-04 Mans Rullgardflacdec: factor out code setting avctx->sample_fmt
2012-07-04 Mans Rullgardflac: make FLAC_CHMODE_* constants consecutive
2012-07-04 Mans Rullgardflacdec: allocate sample buffers with av_malloc
2012-07-04 Mans Rullgardflacdec: remove curr_bps from FLACContext
2012-07-04 Mans Rullgardfate: add flac encode/decode tests with various options
2012-07-04 Mans Rullgardflacenc: add option for forcing stereo decorrelation...
2012-07-03 Martin Storsjöismindex: Verify that all bitrate variants match
2012-07-03 Martin Storsjöismindex: Properly report errors reading the MFRA atom
2012-07-03 Diego Biurruncosmetics: Consistently use C-style comments with multi...
2012-07-03 Diego Biurrunanm: fix a few Doxygen comments
2012-07-03 Diego Biurrunmisc typo and wording fixes
2012-07-03 Reinhard Tartlerattributes: add av_noreturn
2012-07-03 Reinhard Tartlerattributes: drop pointless define guards
2012-07-03 Mans Rullgardconfigure: do not disable av_always_inline with --enabl...
2012-07-03 Luca Barbatoflvdec: initial stream switch support
2012-07-03 Luca Barbatoavplay: fix write on freed memory for rawvideo
2012-07-03 Ronald S. Bultjesnow: remove a VLA used for edge emulation
2012-07-03 Mans Rullgardx86: lavfi: fix gradfun/yadif build with mmx/sse disabled
2012-07-03 Ronald S. Bultjesnow: remove the runs[] VLA.
2012-07-03 Martin Storsjösnow: Check mallocs at init
2012-07-02 Mans Rullgardflacdec: remove redundant setting of avctx->sample_fmt
2012-07-02 Anton Khirnovasfdec: read attached pictures.
2012-07-02 Anton Khirnovapetag: reindent
2012-07-02 Anton Khirnovapetag: export attached covers as video streams.
2012-07-02 Anton Khirnovapetag: fix the amount of data read from binary tags.
2012-07-02 Anton Khirnovapetag: make sure avio_get_str() doesn't read more...
2012-07-02 Anton Khirnovmov: read itunes cover art.
2012-07-02 Mans Rullgardsnow: remove VLA in mc_block()
2012-07-02 Ronald S. Bultjeintfloat: Don't use designated initializers in the...
2012-07-02 Ronald S. Bultjesnow: remove a VLA.
2012-07-02 Diego Biurrundoc: Remind devs to check return values, especially...
2012-07-02 Kostya ShishkovMS ATC Screen (aka MSS3) decoder
2012-07-02 Mans Rullgardvf_yadif: move x86 init code to x86/yadif.c
2012-07-02 Mans Rullgardvf_gradfun: move x86 init code to x86/gradfun.c
2012-07-01 Martin Storsjöroqvideo: Remove a totally unused dspcontext
2012-07-01 Mans Rullgardsmacker: remove some unused code
2012-07-01 Mans Rullgarddsicin: remove dead assignment
2012-07-01 Mans Rullgardaacdec: remove dead assignment
2012-07-01 Mans Rullgardrl2: remove dead assignment
2012-07-01 Mans Rullgardproresenc: make a variable local to the loop where...
2012-07-01 Mans Rullgardalsdec: remove dead assignments
2012-07-01 Martin Storsjöopt/eval: Include mathematics.h for NAN/INFINITY
2012-07-01 Ronald S. Bultjemathematics: Don't use division by zero in NAN/INFINITY...
2012-07-01 Martin Storsjöwma: Lower the maximum number of channels to 2
2012-07-01 Mans Rullgardx86: cpu: clean up check for cpuid instruction support
2012-07-01 Mans RullgardARM: generate position independent code to access data...
2012-06-30 Ronald S. Bultjedsputilenc_mmx: split assignment of ff_sse16_sse2 to...
2012-06-30 Ronald S. Bultjednxhdenc: add space between function argument type...
2012-06-30 Ronald S. Bultjex86: fmtconvert: add special asm for float_to_int16_int...
2012-06-30 Ronald S. Bultjeattributes: Add a definition of av_always_inline for...
2012-06-30 Martin Storsjöcmdutils: Pass the actual chosen encoder to filter_code...
2012-06-30 Ronald S. Bultjeos_support: Add fallback definitions for stat flags
2012-06-30 Martin Storsjöos_support: Rename the poll fallback function to ff_poll
2012-06-30 Martin Storsjönetwork: Check for struct pollfd
2012-06-30 Martin Storsjöos_support: Don't compare a negative number against...
2012-06-30 Ronald S. Bultjeos_support: Include all the necessary headers for the...
2012-06-29 Mans Rullgardx86: vc1: fix and enable optimised loop filter
2012-06-29 Ronald S. Bultjefile: Only include unistd.h if it exists
2012-06-29 Ronald S. Bultjerandom_seed: Only read /dev/*random if we have unistd.h
2012-06-29 Samuel Pitoisetdoc: Indicate that RTMPT is natively implemented in...
2012-06-29 Ronald S. Bultjertpdec: Don't explicitly include unistd.h any longer
2012-06-28 Damien Fetisflv: add support for G.711
2012-06-28 Diego Biurrundoc: git: Add checklist with test steps to perform...
2012-06-28 Luca Barbatoflvenc: K&R formatting cosmetics
2012-06-27 Alex Conversemovenc: Add channel layouts for PCM.
2012-06-27 Kostya Shishkovmss1: validate number of changeable palette entries
2012-06-27 Kostya Shishkovmss1: report palette changed when some additional colou...
2012-06-27 Christophe... x86: fft: replace call to memcpy by a loop
2012-06-27 Martin Storsjöudp: Support IGMPv3 source specific multicast and sourc...
2012-06-27 Ronald S. Bultjedxva2: include dxva.h if found
2012-06-27 Martin Storsjölibm: Provide fallback definitions for isnan() and...
next