source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @58c42af7   13 years diego doxygen: misc consistency, spelling and wording fixes
(edit) @8b494b7b   13 years diego vcr1: drop unnecessary emms_c() calls without MMX code Signed-off-by: …
(edit) @cd3716b9   13 years anton Replace all uses of av_close_input_file() with avformat_close_input().
(edit) @52660454   13 years anton lavf: add avformat_close_input(). It sets the supplied …
(edit) @3a7f7678   13 years anton lavf: deprecate av_close_input_stream(). And remove all its uses.
(edit) @59826cab   13 years anton lavf doxy: add some basic demuxing documentation.
(edit) @ccbc1068   13 years anton lavf doxy: add some general lavf information.
(edit) @abf2c2d7   13 years anton lavf doxy: add misc utility functions to a group.
(edit) @c8dffc02   13 years anton lavf doxy: add av_guess_codec/format to the encoding group.
(edit) @469c62d0   13 years anton lavf doxy: add core functions to a doxy group.
(edit) @1be32305   13 years anton Add basic libavdevice documentation.
(edit) @5b22d6e1   13 years anton lavc: convert error_recognition to err_recognition. Signed-off-by: …
(edit) @f6cf4be8   13 years janne-libav avconv: update -map option help text
(edit) @f1dba9e4   13 years martin x86: Require 7 registers for the cabac asm The change in 599b4c6ef …
(edit) @5b0d35ea   13 years mans x86: bswap: remove test for bswap instruction Firstly, this test …
(edit) @f64c2e71   13 years mans bswap: make generic implementation more compiler-friendly With these …
(edit) @5695ae46   13 years mans h264: remove useless cast Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @179ae53f   13 years mans proresdec: fix decode_slice() prototype Make the function prototype …
(edit) @599b4c6e   13 years mans x86: cabac: replace explicit memory references with "m" operands This …
(edit) @b11ce856   13 years justin.ruggles avplay: don't request a stereo downmix Multi-channel output works …
(edit) @4424fe9c   13 years mans wmapro: use av_float2int() Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @a09bb3ba   13 years mans lavc: avoid invalid memcpy() in avcodec_default_release_buffer() When …
(edit) @3383a53e   13 years mans lavu: replace int/float punning functions The existing functions …
(edit) @5b3265a7   13 years anton lavfi: install libavfilter/vsrc_buffer.h It declares API necessary …
(edit) @373211d8   13 years mans Remove extraneous semicolons These semicolons cause invalid empty …
(edit) @0ebd4083   13 years martin sdp: Restore the original mp4 format h264 extradata if converted If …
(edit) @e0a3c287   13 years martin rtpenc: Add support for mp4 format h264 Signed-off-by: Martin Storsjö …
(edit) @4dbac18e   13 years martin rtpenc: Simplify code by introducing a separate end pointer Also …
(edit) @e2484fb6   13 years martin movenc: Use the actual converted sample for RTP hinting If an annex b …
(edit) @da9cea77   13 years diego Fix a bunch of common typos.
(edit) @2e87b4c5   13 years anton Warn about avserver being broken. Also remove mentions of it from …
(edit) @5bf6638   13 years anton avconv: drop code for special handling of avserver streams. It's …
(edit) @e745d752   13 years anton rawdec: don't set codec timebase. It's not supposed to be set outside …
(edit) @489a7b0   13 years anton lavf doxy: add muxing stuff to lavf_encoding group
(edit) @370f27d   13 years anton lavf doxy: add demuxing stuff to lavf_decoding group
(edit) @28b4c06b   13 years anton lavf doxy: expand/reword metadata API doxy.
(edit) @eca06cbe   13 years anton lavf doxy: add installed headers to groups.
(edit) @fb42db7c   13 years anton lavf doxy: add avio groups into the lavf_io group.
(edit) @e4f4a1f9   13 years anton lavf doxy: rename lavf I/O group to lavf_io.
(edit) @b262a059   13 years anton lavf doxy: add metadata docs to the main lavf group
(edit) @8bd1f1a4   13 years justin.ruggles ttadec: check channel count as read from extradata. fixes …
(edit) @7d18d17a   13 years diego Add CLJR encoding and decoding regression tests Signed-off-by: Diego …
(edit) @65c10114   13 years diego cljr: remove unused code Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @3c1f608   13 years justin.ruggles flacdec: Support for tracks in cuesheet metadata block Signed-off-by: …
(edit) @8d61eef9   13 years janne-libav ptx: fix inverted check for sufficient data Fix regression introduced …
(edit) @28101f6   13 years justin.ruggles flac muxer: fix writing of file header and STREAMINFO header from …
(edit) @2b53e696   13 years janne-libav ptx: emit a warning on insufficient picture data Return the whole …
(edit) @97334f10   13 years janne-libav utvideo: add fate tests covering all codec variants Signed-off-by: …
(edit) @708060d7   13 years lu_zero doc: update to refer to avconv
(edit) @0395d37   13 years lu_zero doc: remove some stale entries from the faq Some entries should be …
(edit) @19341c58   13 years anton Dxtory capture format decoder Signed-off-by: Anton Khirnov …
(edit) @4c386333   13 years justin.ruggles isom: sort and pretty-print codec_movaudio_tags[] original order is …
(edit) @7714770d   13 years justin.ruggles isom: remove pointless comments in codec_movaudio_tags[]
(edit) @21ebf2d4   13 years justin.ruggles isom: remove commented-out tag for vorbis
(edit) @60cd802   13 years justin.ruggles movenc: write 'chan' tag for AC-3 in MOV
(edit) @1fdf18f4   13 years justin.ruggles mov: add support for reading and writing the 'chan' tag This …
(edit) @b2890f5e   13 years justin.ruggles audioconvert: add some additional channel and channel layout macros
(edit) @1d2449a6   13 years justin.ruggles audioconvert: change 7.1 "wide" layout to use side surround channels
(edit) @8e8c5131   13 years justin.ruggles movenc: simplify handling of pcm vs. adpcm vs. other compressed codecs …
(edit) @d5837d7   13 years lu_zero doc: update documentation to use avconv
(edit) @ca410b4e   13 years lu_zero doc: update demuxers section Cleanup tags usage and update …
(edit) @9bdfe9ac   13 years lu_zero doc: extend external library coverage
(edit) @1de6e14e   13 years lu_zero doc: split platform specific information Move the platform-specific …
(edit) @2f017d97   13 years lu_zero doc: port the git-howto to texinfo
(edit) @c1f5da69   13 years lu_zero doc: provide fallback css and customize @float Add "note" or …
(edit) @1ebbdda1   13 years lu_zero doc: document fate in a texinfo Summarize the information provided in …
(edit) @b73a01ea   13 years lu_zero doxy: change hue value to match our green
(edit) @6b60a4c9   13 years diego cljr: K&R cosmetics
(edit) @1c45c64c   13 years diego cljr: return a more sensible value when encountering invalid headers
(edit) @163682fa   13 years diego cljr: drop unnecessary emms_c() calls without MMX code
(edit) @bbc10185   13 years mans cljr: remove useless casts Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @baf3b6e5   13 years mans cljr: group encode/decode parts under single ifdefs This groups the …
(edit) @9a1420bf   13 years mans cljr: remove stray semicolon Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @ca52bae   13 years mans cljr: add missing return statement in decode_end() Signed-off-by: …
(edit) @12dca02e   13 years lu_zero doc: add pulseaudio to the input list
(edit) @f75e3d25   13 years lu_zero avconv: remove unsubstantiated comment All the currently supported …
(edit) @8562d9bd   13 years janne-libav shorten: avoid abort() on unknown audio types Signed-off-by: Janne …
(edit) @e93947b7   13 years diego cljr: add encoder Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @47b20a1d   13 years diego build: merge lists of HTML documentation targets
(edit) @4dccfff9   13 years diego tests/examples: Mark some variables only used within their files as static.
(edit) @9a5d6c2   13 years diego tests/tools/examples: Replace direct exit() calls by return.
(edit) @be0675ce   13 years janne-libav x86 cpuid: set vendor union members separately Solaris Studio (suncc) …
(edit) @04a5eaa1   13 years janne-libav cljr: release picture at end of decoding Otherwise after transcoding …
(edit) @392107ad   13 years mans rv40: NEON optimised rv40 qpel motion compensation Based on patch by …
(edit) @78212cef   13 years lu_zero drawtext: remove typo It slipped through the last two iterations.
(edit) @bc057f75   13 years justin.ruggles pcm-mpeg: implement new audio decoding api Signed-off-by: Justin …
(edit) @8b03d7fe   13 years rsbultje w32thread: port fixes to pthread_cond_broadcast() from x264.
(edit) @d8538f06   13 years diego doc: add editor configuration section with Vim and Emacs settings …
(edit) @7efea2a0   13 years lu_zero dxva2.h: include d3d9.h to define LPDIRECT3DSURFACE9 Signed-off-by: …
(edit) @c7e8187d   13 years diego avformat/utils: Drop unused goto label. libavformat/utils.c:2165:2: …
(edit) @ff159e78   13 years diego doxygen: Replace '\' by '@' in Doxygen markup tags.
(edit) @ee41963f   13 years diego cosmetics: drop some completely pointless parentheses
(edit) @fc9489f6   13 years janne-libav cljr: simplify CLJRContext There is no need to have delta, offset and …
(edit) @f5edfc9e   13 years lu_zero drawtext: introduce rand(min, max) Signed-off-by: Luca Barbato …
(edit) @73585620   13 years lu_zero drawtext: introduce explicit draw/hide variable Signed-off-by: Luca …
(edit) @1eef08f   13 years martin rtmp: Use nb_invokes for all invoke commands …
(edit) @4d9ec05   13 years rsbultje Code cleanup - mpegvideo.c - 500-1000line Signed-off-by: Ronald S. …
(edit) @6c889888   13 years mans rv40: NEON optimised weighted prediction Signed-off-by: Mans Rullgard …
(edit) @f5c05b9a   13 years mans rv40: NEON optimised chroma MC Signed-off-by: Mans Rullgard …
(edit) @f054a827   13 years mans ARM: move NEON H264 chroma mc to a separate file This allows sharing …
Note: See TracRevisionLog for help on using the revision log.