]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-12-12 Paul B Maholvcr1: drop unnecessary emms_c() calls without MMX code
2011-12-12 Anton KhirnovReplace all uses of av_close_input_file() with avformat...
2011-12-12 Anton Khirnovlavf: add avformat_close_input().
2011-12-12 Anton Khirnovlavf: deprecate av_close_input_stream().
2011-12-12 Anton Khirnovlavf doxy: add some basic demuxing documentation.
2011-12-12 Anton Khirnovlavf doxy: add some general lavf information.
2011-12-12 Anton Khirnovlavf doxy: add misc utility functions to a group.
2011-12-12 Anton Khirnovlavf doxy: add av_guess_codec/format to the encoding...
2011-12-12 Anton Khirnovlavf doxy: add core functions to a doxy group.
2011-12-12 Anton KhirnovAdd basic libavdevice documentation.
2011-12-12 Dustin Brodylavc: convert error_recognition to err_recognition.
2011-12-12 Janne Grunauavconv: update -map option help text
2011-12-12 Martin Storsjöx86: Require 7 registers for the cabac asm
2011-12-12 Mans Rullgardx86: bswap: remove test for bswap instruction
2011-12-12 Mans Rullgardbswap: make generic implementation more compiler-friendly
2011-12-12 Mans Rullgardh264: remove useless cast
2011-12-12 Mans Rullgardproresdec: fix decode_slice() prototype
2011-12-11 Mans Rullgardx86: cabac: replace explicit memory references with...
2011-12-11 Justin Rugglesavplay: don't request a stereo downmix
2011-12-11 Mans Rullgardwmapro: use av_float2int()
2011-12-11 Mans Rullgardlavc: avoid invalid memcpy() in avcodec_default_release...
2011-12-11 Mans Rullgardlavu: replace int/float punning functions
2011-12-11 Andrey Utkinlavfi: install libavfilter/vsrc_buffer.h
2011-12-11 Mans RullgardRemove extraneous semicolons
2011-12-10 Martin Storsjösdp: Restore the original mp4 format h264 extradata...
2011-12-10 Luca Abenirtpenc: Add support for mp4 format h264
2011-12-10 Martin Storsjörtpenc: Simplify code by introducing a separate end...
2011-12-10 Martin Storsjömovenc: Use the actual converted sample for RTP hinting
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-12-10 Anton KhirnovWarn about avserver being broken.
2011-12-10 Anton Khirnovavconv: drop code for special handling of avserver...
2011-12-10 Anton Khirnovrawdec: don't set codec timebase.
2011-12-10 Anton Khirnovlavf doxy: add muxing stuff to lavf_encoding group
2011-12-10 Anton Khirnovlavf doxy: add demuxing stuff to lavf_decoding group
2011-12-10 Anton Khirnovlavf doxy: expand/reword metadata API doxy.
2011-12-10 Anton Khirnovlavf doxy: add installed headers to groups.
2011-12-10 Anton Khirnovlavf doxy: add avio groups into the lavf_io group.
2011-12-10 Anton Khirnovlavf doxy: rename lavf I/O group to lavf_io.
2011-12-10 Anton Khirnovlavf doxy: add metadata docs to the main lavf group
2011-12-10 Shitiz Gargttadec: check channel count as read from extradata.
2011-12-10 Paul B MaholAdd CLJR encoding and decoding regression tests
2011-12-10 Paul B Maholcljr: remove unused code
2011-12-10 Paul B Maholflacdec: Support for tracks in cuesheet metadata block
2011-12-10 Janne Grunauptx: fix inverted check for sufficient data
2011-12-10 Justin Rugglesflac muxer: fix writing of file header and STREAMINFO...
2011-12-10 Janne Grunauptx: emit a warning on insufficient picture data
2011-12-10 Aneesh Dograutvideo: add fate tests covering all codec variants
2011-12-10 Luca Barbatodoc: update to refer to avconv
2011-12-10 Luca Barbatodoc: remove some stale entries from the faq
2011-12-10 Kostya ShishkovDxtory capture format decoder
2011-12-09 Justin Rugglesisom: sort and pretty-print codec_movaudio_tags[]
2011-12-09 Justin Rugglesisom: remove pointless comments in codec_movaudio_tags[]
2011-12-09 Justin Rugglesisom: remove commented-out tag for vorbis
2011-12-09 Justin Rugglesmovenc: write 'chan' tag for AC-3 in MOV
2011-12-09 Justin Rugglesmov: add support for reading and writing the 'chan...
2011-12-09 Justin Rugglesaudioconvert: add some additional channel and channel...
2011-12-09 Justin Rugglesaudioconvert: change 7.1 "wide" layout to use side...
2011-12-09 Justin Rugglesmovenc: simplify handling of pcm vs. adpcm vs. other...
2011-12-09 Luca Barbatodoc: update documentation to use avconv
2011-12-09 Luca Barbatodoc: update demuxers section
2011-12-09 Luca Barbatodoc: extend external library coverage
2011-12-09 Luca Barbatodoc: split platform specific information
2011-12-09 Luca Barbatodoc: port the git-howto to texinfo
2011-12-09 Luca Barbatodoc: provide fallback css and customize @float
2011-12-09 Luca Barbatodoc: document fate in a texinfo
2011-12-09 Luca Barbatodoxy: change hue value to match our green
2011-12-08 Diego Biurruncljr: K&R cosmetics
2011-12-08 Diego Biurruncljr: return a more sensible value when encountering...
2011-12-08 Diego Biurruncljr: drop unnecessary emms_c() calls without MMX code
2011-12-08 Mans Rullgardcljr: remove useless casts
2011-12-08 Mans Rullgardcljr: group encode/decode parts under single ifdefs
2011-12-08 Mans Rullgardcljr: remove stray semicolon
2011-12-08 Paul B Maholcljr: add missing return statement in decode_end()
2011-12-08 Luca Barbatodoc: add pulseaudio to the input list
2011-12-08 Luca Barbatoavconv: remove unsubstantiated comment
2011-12-08 John Brooksshorten: avoid abort() on unknown audio types
2011-12-08 Paul B Maholcljr: add encoder
2011-12-08 Diego Biurrunbuild: merge lists of HTML documentation targets
2011-12-08 Diego Biurruntests/examples: Mark some variables only used within...
2011-12-08 Diego Biurruntests/tools/examples: Replace direct exit() calls by...
2011-12-07 Sean McGovernx86 cpuid: set vendor union members separately
2011-12-07 Paul B. Maholcljr: release picture at end of decoding
2011-12-07 Mans Rullgardrv40: NEON optimised rv40 qpel motion compensation
2011-12-07 Luca Barbatodrawtext: remove typo
2011-12-07 Hendrik Leppkespcm-mpeg: implement new audio decoding api
2011-12-07 Ronald S. Bultjew32thread: port fixes to pthread_cond_broadcast() from...
2011-12-07 Diego Biurrundoc: add editor configuration section with Vim and...
2011-12-07 Rafaël Carrédxva2.h: include d3d9.h to define LPDIRECT3DSURFACE9
2011-12-07 Diego Biurrunavformat/utils: Drop unused goto label.
2011-12-07 Diego Biurrundoxygen: Replace '\' by '@' in Doxygen markup tags.
2011-12-07 Diego Biurruncosmetics: drop some completely pointless parentheses
2011-12-07 Paul B. Mahol cljr: simplify CLJRContext
2011-12-07 Luca Barbatodrawtext: introduce rand(min, max)
2011-12-07 Luca Barbatodrawtext: introduce explicit draw/hide variable
2011-12-07 Martin Storsjörtmp: Use nb_invokes for all invoke commands
2011-12-06 Konstantin... Code cleanup - mpegvideo.c - 500-1000line
2011-12-06 Janne Grunaurv40: NEON optimised weighted prediction
2011-12-06 Janne Grunaurv40: NEON optimised chroma MC
2011-12-06 Mans RullgardARM: move NEON H264 chroma mc to a separate file
next