summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ptx: fix inverted check for sufficient dataJanne Grunau2011-12-10
| | | | Fix regression introduced in 2b53e69.
* flac muxer: fix writing of file header and STREAMINFO header from extradataJustin Ruggles2011-12-10
| | | | fixes Bug 119
* ptx: emit a warning on insufficient picture dataJanne Grunau2011-12-10
| | | | | | Return the whole packet as consumed in this case and not the size the packet should have had. Move the insufficient data check into the for condition to fix a ISO C90 error on bigendian.
* utvideo: add fate tests covering all codec variantsAneesh Dogra2011-12-10
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* doc: update to refer to avconvLuca Barbato2011-12-10
|
* doc: remove some stale entries from the faqLuca Barbato2011-12-10
| | | | Some entries should be still amended.
* Dxtory capture format decoderKostya Shishkov2011-12-10
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* isom: sort and pretty-print codec_movaudio_tags[]Justin Ruggles2011-12-09
| | | | | original order is retained within the same tag or codec id to maintain the muxing/demuxing priority.
* isom: remove pointless comments in codec_movaudio_tags[]Justin Ruggles2011-12-09
|
* isom: remove commented-out tag for vorbisJustin Ruggles2011-12-09
|
* movenc: write 'chan' tag for AC-3 in MOVJustin Ruggles2011-12-09
|
* mov: add support for reading and writing the 'chan' tagJustin Ruggles2011-12-09
| | | | | | This implements reading the tag in the demuxer and adds support for writing it in the muxer. Some example channel layout tables for muxing are included for ac3, aac, and alac, but they are not utilized yet.
* audioconvert: add some additional channel and channel layout macrosJustin Ruggles2011-12-09
|
* audioconvert: change 7.1 "wide" layout to use side surround channelsJustin Ruggles2011-12-09
|
* movenc: simplify handling of pcm vs. adpcm vs. other compressed codecsJustin Ruggles2011-12-09
| | | | | | Use Sound Sample Description Version 2 for all MOV files. Updated FATE references accordingly. Note that ADPCM is treated as compressed audio in version 2.
* doc: update documentation to use avconvLuca Barbato2011-12-09
|
* doc: update demuxers sectionLuca Barbato2011-12-09
| | | | Cleanup tags usage and update commandline examples.
* doc: extend external library coverageLuca Barbato2011-12-09
|
* doc: split platform specific informationLuca Barbato2011-12-09
| | | | Move the platform-specific information in its own file.
* doc: port the git-howto to texinfoLuca Barbato2011-12-09
|
* doc: provide fallback css and customize @floatLuca Barbato2011-12-09
| | | | Add "note" or "important" class to the generated div.
* doc: document fate in a texinfoLuca Barbato2011-12-09
| | | | | Summarize the information provided in the wiki and the one provided in fate.txt
* doxy: change hue value to match our greenLuca Barbato2011-12-09
|
* cljr: K&R cosmeticsDiego Biurrun2011-12-08
|
* cljr: return a more sensible value when encountering invalid headersDiego Biurrun2011-12-08
|
* cljr: drop unnecessary emms_c() calls without MMX codeDiego Biurrun2011-12-08
|
* cljr: remove useless castsMans Rullgard2011-12-08
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* cljr: group encode/decode parts under single ifdefsMans Rullgard2011-12-08
| | | | | | | | This groups the encode/decode parts under single ifdefs and eliminates the encode_init() function as it merely calls common_init(). Also fix whitespace in moved code. Signed-off-by: Mans Rullgard <mans@mansr.com>
* cljr: remove stray semicolonMans Rullgard2011-12-08
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* cljr: add missing return statement in decode_end()Paul B Mahol2011-12-08
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* doc: add pulseaudio to the input listLuca Barbato2011-12-08
|
* avconv: remove unsubstantiated commentLuca Barbato2011-12-08
| | | | | All the currently supported OS-es manage to use return values properly.
* shorten: avoid abort() on unknown audio typesJohn Brooks2011-12-08
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* cljr: add encoderPaul B Mahol2011-12-08
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* build: merge lists of HTML documentation targetsDiego Biurrun2011-12-08
|
* tests/examples: Mark some variables only used within their files as static.Diego Biurrun2011-12-08
|
* tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun2011-12-08
|
* x86 cpuid: set vendor union members separatelySean McGovern2011-12-08
| | | | | | | | | Solaris Studio (suncc) has difficulty with filling in members of a union. Instead, let's retrieve and store the cpuid() results separately. This is still a compiler bug, however this fix does not cause a regression on other platforms. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* cljr: release picture at end of decodingPaul B. Mahol2011-12-08
| | | | | | Otherwise after transcoding from cljr we get: Found 1 unreleased buffers! Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* rv40: NEON optimised rv40 qpel motion compensationMans Rullgard2011-12-07
| | | | | | Based on patch by Janne Grunau. Signed-off-by: Mans Rullgard <mans@mansr.com>
* drawtext: remove typoLuca Barbato2011-12-07
| | | | It slipped through the last two iterations.
* pcm-mpeg: implement new audio decoding apiHendrik Leppkes2011-12-07
| | | | Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* w32thread: port fixes to pthread_cond_broadcast() from x264.Ronald S. Bultje2011-12-07
|
* doc: add editor configuration section with Vim and Emacs settingsDiego Biurrun2011-12-07
| | | | based on a patch by Victor Vasiliev, vasilvv gmail com
* dxva2.h: include d3d9.h to define LPDIRECT3DSURFACE9Rafaël Carré2011-12-07
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* avformat/utils: Drop unused goto label.Diego Biurrun2011-12-07
| | | | libavformat/utils.c:2165:2: warning: label ‘fail’ defined but not used
* doxygen: Replace '\' by '@' in Doxygen markup tags.Diego Biurrun2011-12-07
|
* cosmetics: drop some completely pointless parenthesesDiego Biurrun2011-12-07
|
* cljr: simplify CLJRContextPaul B. Mahol2011-12-07
| | | | | | There is no need to have delta, offset and gb in CLJRContext. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* drawtext: introduce rand(min, max)Luca Barbato2011-12-07
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>