]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-10-09 Paul B MaholDTS-HD demuxer
2012-10-09 Paul B Maholfate-lossless-tak: remove unneeded -f s16le
2012-10-09 Carl Eugen... Write 32bit palette to Targa files.
2012-10-09 Michael Niedermayerra144: fix code with ftrapv.
2012-10-09 Michael Niedermayereval: Fix eval test with ftrapv
2012-10-09 Michael Niedermayerconfigure: add support to nicely enable ftrapv
2012-10-09 Bobby Binghamtarga: cosmetics - add some whitespace
2012-10-09 Bobby Binghamtarga: remove unused context members
2012-10-09 Bobby Binghamtarga: support 2-way and 4-way interleaved files
2012-10-09 Bobby Binghamtarga: use named constants for flag values
2012-10-09 Michael Niedermayermotion_est: switch asserts to av_asserts
2012-10-09 Michael Niedermayerdsputil: convert asserts to av_asserts
2012-10-09 Michael Niedermayeradpcmenc: switch to av_assert()
2012-10-08 Carl Eugen... Support decoding of targa files with 32bit palette.
2012-10-08 Tim Nicholsonmovenc.c: Force correct value for "Samples per packet...
2012-10-08 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-10-08 Michael NiedermayerMerge commit '716d413c13981da15323c7a3821860536eefdbbb'
2012-10-08 Anton Khirnovlavu: fix typo in Makefile
2012-10-08 Michael NiedermayerMerge commit '78071a1420b425dfb787ac739048f523007b8139'
2012-10-08 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-10-08 Janne Grunaux86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)
2012-10-08 Janne Grunaux86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)
2012-10-08 Janne Grunaux86: call most of the x86 dsp init functions under...
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 Paul B MaholTAK demuxer, decoder and parser
2012-10-08 Clément Bœschfate/ffprobe: add some stream metadata.
2012-10-08 Clément Bœschffserver: fix seeking with ?date=...
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-08 Pavel KoshevoyFix build failure on osx 10.5.8 ppc
2012-10-08 Michael Niedermayermpegts: fuzzy crc check for not so spec compliant files
2012-10-08 Michael Niedermayerxtea: give constants the correct type
2012-10-08 Michael Niedermayerwmalosslessdec: remove unused variable
2012-10-08 Michael Niedermayertscc: fix "assignment discards qualifiers from pointer...
2012-10-08 Michael Niedermayertiff: fix "assignment discards qualifiers from pointer...
2012-10-08 Michael Niedermayerrangecoder: fix "incompatible pointer type" warning
2012-10-08 Michael Niedermayerffv1: fix array data types
2012-10-08 Michael Niedermayer8svx: remove unused variable
2012-10-08 Michael Niedermayermxfenc: fix av_log data type for dts paramater
2012-10-07 Michael Niedermayermux: change 1 assert->av_assert1()
2012-10-07 Michael Niedermayerx86/motion_est: assert->av_assert2()
2012-10-07 Michael Niedermayermotion-test: fix height parameter
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 Justin Rugglesadpcmenc: ensure calls to adpcm_ima_compress_sample...
2012-10-07 Paul B Maholavformat: fix typo in comment
2012-10-07 Michael Niedermayerh264: switch some asserts to av_assert1/2()
2012-10-07 Michael Niedermayerdsputil_template: replace assert() by av_assert2()
2012-10-07 Martin Storsjögxf: Include the right header for the avpriv_frame_rate...
2012-10-07 Michael Niedermayermatroskaenc: remove MATROSKA_ID_VIDEODISPLAYUNIT 3
2012-10-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-10-07 Michael Niedermayermovenc: support an alternative to edit lists to handle...
2012-10-07 Michael Niedermayermov: fix integer avoption types
2012-10-07 Michael Niedermayermpeg4videodec: fix integer avoption types
2012-10-07 Michael Niedermayerlibvpcenc: fix flags voption types
2012-10-07 Michael Niedermayerh264: fix integer avoption types
2012-10-07 jamaltests/Makefile: fix ffprobe-test.nut with target-exec
2012-10-06 Michael Niedermayergmc_mmx: enable also for large pictures when emu edge...
2012-10-06 Michael Niedermayerdsputil_mmx: put optimized gmc code back and avoid...
2012-10-06 Michael Niedermayerget_bits: get_bits_long() support n=0 as the docs allow it
2012-10-06 Michael Niedermayermovenc: fix regression with yuyv caused by c5f23d
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 Bobby Binghamvf_tile: fix typos/grammar in comments
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 Michael Niedermayerconfigure: enable -Werror=vla
2012-10-06 Michael Niedermayerpca: get rid of VLA
2012-10-06 Michael Niedermayersnowenc: get rid of VLA (well it wasnt really variable...
2012-10-06 Anton Khirnovdoc/RELEASE_NOTES: update for the 9 release.
2012-10-06 Michael Niedermayerswr-test: avoid VLA
2012-10-06 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-10-06 Stefano Sabatinidoc/filters: fix typo
2012-10-06 Michael Niedermayersegment: reverse pass avoid_negative_ts from the muxer
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 Michael Niedermayerlibvorbisenc: fix afq delay setting
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.
next