]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-10-08 Luca Barbatodoc: support the new website layout
2012-10-08 Luca Barbatodoc: remove a warning from filters.texi
2012-10-08 Luca Barbatodoc: initial nut documentation
2012-10-08 Luca Barbatosegment: drop global headers setting
2012-10-08 Anton Khirnovlavu: fix typo in Makefile
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-08 Anton Khirnovpixfmt: add AV_ prefixes to PIX_FMT_*
2012-10-07 Justin Rugglesaf_resample: avoid conversion of identical sample forma...
2012-10-07 Justin Rugglesavcodec: allow either planar or interleaved sample...
2012-10-07 Justin Rugglesadpcmenc: ensure calls to adpcm_ima_compress_sample...
2012-10-07 Diego Biurruntimefilter: De-doxygenize normal code comments and...
2012-10-07 Martin Storsjögxf: Include the right header for the avpriv_frame_rate...
2012-10-06 Justin Ruggleswmaenc: use float planar sample format
2012-10-06 Justin Ruggles(e)ac3enc: use planar sample format
2012-10-06 Justin Rugglesaacenc: use planar sample format
2012-10-06 Justin Rugglesadpcmenc: use planar sample format for adpcm_ima_wav...
2012-10-06 Justin Rugglesadpcmenc: move 'ch' variable to higher scope
2012-10-06 Justin Rugglesadpcmenc: fix 3 instances of variable shadowing
2012-10-06 Justin Rugglesadpcm_ima_wav: simplify encoding
2012-10-06 Justin Ruggleslibvorbis: use planar sample format
2012-10-06 Justin Ruggleslibmp3lame: use planar sample formats
2012-10-06 Justin Rugglesvorbisenc: use float planar sample format
2012-10-06 Justin Rugglesffm: do not write or read the audio sample format
2012-10-06 Mans Rullgardparseutils: fix parsing of invalid alpha values
2012-10-06 Anton Khirnovdoc/RELEASE_NOTES: update for the 9 release.
2012-10-06 Martin Storsjösmoothstreamingenc: Add a more verbose error message
2012-10-06 Martin Storsjösmoothstreamingenc: Ignore the return value from mkdir
2012-10-06 Martin Storsjösmoothstreamingenc: Try writing a manifest when opening...
2012-10-06 Martin Storsjösmoothstreamingenc: Move the output_chunk_list and...
2012-10-06 Martin Storsjösmoothstreamingenc: Properly return errors from ism_flu...
2012-10-06 Martin Storsjösmoothstreamingenc: Check the output UrlContext before...
2012-10-06 Anton Khirnovyuv4mpeg: return proper error codes.
2012-10-06 Diego BiurrunGive all anonymously typedeffed structs in headers...
2012-10-06 Diego Biurrunfate: Add parseutils test
2012-10-06 Diego Biurrunparseutils-test: Drop random colors from parsing test
2012-10-06 Anton Khirnovvf_pad/scale: use double precision for aspect ratios.
2012-10-05 Mans Rullgardbuild: error on variable-length arrays
2012-10-05 Mans Rullgardppc: swscale: rework yuv2planeX_altivec()
2012-10-05 Mans Rullgardppc: fmtconvert: kill VLA in float_to_int16_interleave_...
2012-10-05 Mans Rullgardx86: dsputil: kill VLA in gmc_mmx()
2012-10-05 Dmitry Samonenkolibspeexenc: Updated commentary to reflect recent changes
2012-10-05 Dmitry Samonenkolibspeexenc: Add an option for enabling DTX
2012-10-05 Anton Khirnovdoc/APIchanges: fill in missing dates and hashes.
2012-10-05 Anton Khirnovlavr: bump major to 1 and declare it stable.
2012-10-05 Anton Khirnovlavr: change the type of the data buffers to uint8_t**.
2012-10-05 Anton Khirnovlavc: deprecate the audio resampling API.
2012-10-05 Ronald S. Bultjeh264: don't touch H264Context->ref_count[] during MB...
2012-10-04 Diego Biurrunx86: get_cpu_flags: add necessary ifdefs around functio...
2012-10-04 Diego Biurrunx86: Drop CPU detection intrinsics
2012-10-04 Diego Biurrunx86: Add YASM implementations of cpuid and xgetbv from...
2012-10-04 Mans Rullgardconfigure: add --enable-lto option
2012-10-04 Diego Biurrunx86: cpu: Break out test for cpuid capabilities into...
2012-10-04 Diego Biurrunx86: ff_get_cpu_flags_x86(): Avoid a pointless variable...
2012-10-04 Diego Biurrunbuild: Factor out mpegaudio dependencies to CONFIG_MPEG...
2012-10-04 Martin Storsjösegment: Add comments about calls that only are relevan...
2012-10-04 Martin Storsjösegment: Add an option for omitting the first header...
2012-10-04 Martin Storsjösegment: Flush buffered data before finishing a segment
2012-10-04 Martin Storsjösegment: Set the resend_headers flag for each segment
2012-10-04 Martin Storsjösegment: Add an option for disabling writing of a heade...
2012-10-04 Martin Storsjösegment: Free and reinit the muxer before calling avfor...
2012-10-04 Martin Storsjösegment: Use the public av_write_header/av_write_traile...
2012-10-04 Martin Storsjösegment: Properly create new AVStreams for the chained...
2012-10-04 Martin Storsjösegment: Add a missing space
2012-10-04 Anton Khirnovvf_overlay: properly sync inputs.
2012-10-04 Anton Khirnovvf_overlay: get rid of pointless messing with timebase.
2012-10-04 Anton Khirnovsamplefmt: make av_samples_alloc() initialize the data...
2012-10-03 Justin Ruggleslibspeexdec: handle NULL return value from speex_packet...
2012-10-03 Michael Niedermayerh264probe: Don't error out on bits that no longer are...
2012-10-03 Janne Grunaumpegvideo: set extended_data in ff_update_duplicate_con...
2012-10-03 Justin Ruggleslibspeexdec: properly handle DTX for multiple frames...
2012-10-03 Justin Ruggleslibspeexdec: move the SpeexHeader from LibSpeexContext...
2012-10-03 Justin Ruggleslibspeexdec: simplify setting of frame_size
2012-10-03 Justin Ruggleslibspeexdec: set channel_layout
2012-10-03 Justin Ruggleslibspeexdec: If the channel count is not valid, decode...
2012-10-03 Justin Ruggleslibspeexdec: improve setting of Speex mode and sample...
2012-10-03 Dmitry Samonenkolibspeex: Add a private option for enabling VAD
2012-10-03 Michael Niedermayerxtea: Test inplace decryption
2012-10-03 Michael Niedermayerxtea: Fix CBC decryption when src==dst
2012-10-03 Martin Storsjöxtea: Factorize testing into a separate function
2012-10-03 Diego Biurrunconfigure: Refactor HAVE_ options available on the...
2012-10-03 Diego Biurrunavconv/avprobe: Add missing 'void' to exit_program...
2012-10-03 Mans RullgardAllow use of strncpy()
2012-10-03 Martin Storsjöblowfish: Add more tests
2012-10-03 Martin Storsjöblowfish: Fix CBC decryption with dst==src
2012-10-03 Martin Storsjöblowfish: Factorize testing into a separate function
2012-10-03 Mans RullgardARM: use numeric ID for Tag_ABI_align_preserved
2012-10-02 Martin Storsjösegment: Pass the interrupt callback on to the chained...
2012-10-02 Mans RullgardARM: bswap: drop armcc version of av_bswap16()
2012-10-02 Mans RullgardARM: set Tag_ABI_align_preserved in all asm files
2012-10-02 Mans RullgardARM: fix Thumb PIC on Apple
2012-10-02 Luca Barbatonut: add do {} while (0) to GET_V
2012-10-02 Alex Conversetiffenc: Check av_malloc() results.
2012-10-02 Alex Conversetiffenc: Simplify pixel format setup using AVPixFmtDesc...
2012-10-01 Diego Elio... Use atexit() instead of defining a custom exit_program...
2012-10-01 Derek Buitenhuismsvc: Fix detection of VFW & Avisynth required libs
2012-10-01 Luca Barbatoavformat: refactor avformat_write_header
2012-10-01 Luca Barbatoavformat: refactor avformat_write_header
2012-10-01 Luca Barbatoavformat: split muxing functions from util.c
2012-10-01 Justin Rugglesadpcmdec: set AVCodec.sample_fmts
2012-10-01 Justin Rugglestwinvq: use planar sample format
next