summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc/muxers: apply minor cosmetics to segment option descriptionsStefano Sabatini2013-01-191-0/+4
|
* lavf/segment: add support to segment list file entries sliding window listingStefano Sabatini2013-01-191-2/+4
| | | | In particular, should fix trac ticket #1842.
* doc/filters: create a dedicated "Examples" subsection for fade, and use @itemizeStefano Sabatini2013-01-181-6/+26
|
* lavfi/fade: accept shorthand syntaxStefano Sabatini2013-01-181-19/+13
|
* doc/filters: avoid @example for showing the drawbox shorthand syntaxStefano Sabatini2013-01-181-4/+2
| | | | Improve overall consistency.
* examples/demuxing: free AVPacket after usageAngelo Haller2013-01-151-1/+3
| | | | Fix leak.
* doc/protocols: document HTTP protocol cookie supportMicah Galizia2013-01-151-0/+19
| | | | Signed-off-by: Stefano Sabatini <[email protected]>
* Merge commit 'ab2ad8bd56882c0ea160b154e8b836eb71abc49d'Michael Niedermayer2013-01-151-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | * commit 'ab2ad8bd56882c0ea160b154e8b836eb71abc49d': lavf: Add functions for SRTP decryption/encryption lavu: Add an API for calculating HMAC (RFC 2104) Conflicts: doc/APIchanges libavutil/version.h Merged-by: Michael Niedermayer <[email protected]>
| * lavu: Add an API for calculating HMAC (RFC 2104)Martin Storsjö2013-01-151-0/+3
| | | | | | | | | | | | | | This supports HMAC-MD5 and HMAC-SHA1 for now, other hashes are simple to add. Signed-off-by: Martin Storsjö <[email protected]>
* | Fix color filter example.Carl Eugen Hoyos2013-01-151-1/+1
| | | | | | | | Found-by: johnd and Paul B Mahol
* | The c99-to-c89 binaries are now hosted on videolan.org.Carl Eugen Hoyos2013-01-141-1/+1
| |
* | Merge commit '44e065d56c87d6a9d0effccec5f31517f72924ec'Michael Niedermayer2013-01-141-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '44e065d56c87d6a9d0effccec5f31517f72924ec': vdpau: Add context and common helpers for hwaccel support Conflicts: Changelog doc/APIchanges libavcodec/vdpau.h libavcodec/version.h Merged-by: Michael Niedermayer <[email protected]>
| * vdpau: Add context and common helpers for hwaccel supportRémi Denis-Courmont2013-01-131-0/+3
| | | | | | | | Signed-off-by: Diego Biurrun <[email protected]>
* | doc/examples: fix assignments in if()Michael Niedermayer2013-01-142-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | ffplay: extend documentation for the -vf optionStefano Sabatini2013-01-131-3/+8
| | | | | | | | In particular, make it consistent with the ffmpeg docs.
* | lavf: clarify/extend documentation for AVFormatContext::analyzedurationStefano Sabatini2013-01-131-1/+3
| | | | | | | | | | | | "analyzeduration" is not used to detect the input duration, but to specify the max probe data duration. Fix option description and related doc entry accordingly.
* | doc/ffmpeg: extend documentation for the -filter options and -af/vf aliasesStefano Sabatini2013-01-131-12/+21
| |
* | doc/texipod: add rule to correctly interpret @ref{ANCHOR,XREF,SECTION_NAME,...}Stefano Sabatini2013-01-131-0/+1
| | | | | | | | This allows to name an internal reference in the POD/MAN output.
* | dec/developer: Add Valgrind / Address Sanitizer to the patch checklistMichael Niedermayer2013-01-121-0/+3
| | | | | | | | | | | | Reviewed-by: saste Reviewed-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-121-1/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU. pixfmt: add picture format for VDPAU Conflicts: doc/APIchanges libavutil/pixfmt.h libavutil/version.h Merged-by: Michael Niedermayer <[email protected]>
| * Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU.Diego Biurrun2013-01-121-1/+4
| | | | | | | | Also fix a lavu version typo in APIchanges.
* | doc/protocols: improve wording of a sentence in http docsStefano Sabatini2013-01-121-1/+2
| | | | | | | | Suggested-By: Alexander Strasser
* | doc/ffserver: remove painfully outdated "What do I need?" sectionStefano Sabatini2013-01-121-8/+0
| |
* | doc/ffserver: remove paragraph in the introductory blurbStefano Sabatini2013-01-121-5/+0
| | | | | | | | | | | | The paragraph is about what ffserver is not and where to look for other information, but is pretty redundant and distracting, especially considering the new organization of the documentation.
* | doc/ffserver: rework introducing paragraphs of the "description" chapterStefano Sabatini2013-01-121-18/+17
| | | | | | | | | | In particular, add some markup, fix empty line, and merge it with "How does it work?" section.
* | doc/protocols: document http protocol optionsStefano Sabatini2013-01-121-0/+37
| |
* | doc: add noise shaping dithersMichael Niedermayer2013-01-091-0/+15
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | Add -movflags rtphint documentation.Carl Eugen Hoyos2013-01-091-0/+2
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-091-0/+15
|\| | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: xan: Convert to bytestream2 oggenc: add a page_duration option and deprecate the pagesize option x86: lavr: add SSE2/AVX dither_int_to_float() Conflicts: libavcodec/xan.c libavformat/oggenc.c Merged-by: Michael Niedermayer <[email protected]>
| * oggenc: add a page_duration option and deprecate the pagesize optionJustin Ruggles2013-01-081-0/+15
| | | | | | | | | | | | | | | | | | | | | | This uses page duration instead of byte size to determine when to buffer the page. Also, it tries to avoid continued pages by buffering the current page if there are already packets in the page and adding the next packet would require it to be continued on a new page. This can improve seeking performance. The default page duration is 1 second, which is much saner than filling all page segments by default.
* | Merge commit '1fb8f6a44f06e48386450fe0363aefc02583d24a'Michael Niedermayer2013-01-091-11/+11
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '1fb8f6a44f06e48386450fe0363aefc02583d24a': x86: lavr: add SSE2 quantize() for dithering doc/APIchanges: fill in missing dates and hashes. rtpdec_vp8: Request a keyframe if RTP packets are lost Conflicts: doc/APIchanges Merged-by: Michael Niedermayer <[email protected]>
| * doc/APIchanges: fill in missing dates and hashes.Justin Ruggles2013-01-081-9/+9
| |
* | Merge commit '074a00d192c0e749d677b008b337da42597e780f'Michael Niedermayer2013-01-082-0/+11
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '074a00d192c0e749d677b008b337da42597e780f': lavr: add a public function for setting a custom channel map lavr: typedef internal structs in internal.h doc: Extend commit message section Conflicts: doc/APIchanges doc/developer.texi Merged-by: Michael Niedermayer <[email protected]>
| * lavr: add a public function for setting a custom channel mapJustin Ruggles2013-01-071-0/+4
| | | | | | | | This allows reordering, duplication, and silencing of input channels.
| * doc: Extend commit message sectionDerek Buitenhuis2013-01-071-2/+7
| | | | | | | | | | | | | | | | | | | | | | If a bug exists on the tracker, its ID should always be included in fix messages. Also, any relevant bug fixes should be CC'd to libav-stable, so we can actually track what needs to be backported, instead of just randomly combing the git history and old CVEs. Signed-off-by: Derek Buitenhuis <[email protected]>
* | Merge commit 'ac2603be28602bea76cf38bdbf37aead0dc2979a'Michael Niedermayer2013-01-081-1/+2
|\| | | | | | | | | | | | | * commit 'ac2603be28602bea76cf38bdbf37aead0dc2979a': doc: Mention memory allocation in the fuzz testing section Merged-by: Michael Niedermayer <[email protected]>
| * doc: Mention memory allocation in the fuzz testing sectionDerek Buitenhuis2013-01-071-1/+2
| | | | | | | | | | | | | | It's obviously undesireable to blindly allocate memory based on a damaged 'size' value, for example. Signed-off-by: Derek Buitenhuis <[email protected]>
* | Merge commit 'dc3e12d1cb65d74fb120197ce869a205718b6715'Michael Niedermayer2013-01-081-1/+2
|\| | | | | | | | | | | | | * commit 'dc3e12d1cb65d74fb120197ce869a205718b6715': doc: Mention zzuf in the fuzz testing section Merged-by: Michael Niedermayer <[email protected]>
| * doc: Mention zzuf in the fuzz testing sectionDerek Buitenhuis2013-01-071-1/+2
| | | | | | | | | | | | | | It's pretty much the best tool for the job, and it's what we all use now anyway. Signed-off-by: Derek Buitenhuis <[email protected]>
* | Merge commit 'b5f9b9ac3681acb06d95530f34660ba9fe225305'Michael Niedermayer2013-01-081-5/+7
|\| | | | | | | | | | | | | | | | | | | * commit 'b5f9b9ac3681acb06d95530f34660ba9fe225305': doc: Merge disjointed bits about emailing patches Conflicts: doc/developer.texi Merged-by: Michael Niedermayer <[email protected]>
| * doc: Merge disjointed bits about emailing patchesDerek Buitenhuis2013-01-071-8/+6
| | | | | | | | | | | | | | We obviously prefer git-send-email(1), and the disjointed nature of the two statements was misleading. Signed-off-by: Derek Buitenhuis <[email protected]>
* | Merge commit '9a00374cb4512a58a1fee366b850dfa87c76e1f3'Michael Niedermayer2013-01-081-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '9a00374cb4512a58a1fee366b850dfa87c76e1f3': doc: Fix a few typos in the developer documentation xwma: Remove unused variable asfdec: Fix printf format string length modifier Conflicts: doc/developer.texi Merged-by: Michael Niedermayer <[email protected]>
| * doc: Fix a few typos in the developer documentationDerek Buitenhuis2013-01-071-7/+7
| | | | | | | | Signed-off-by: Derek Buitenhuis <[email protected]>
| * Drop Snow codecDiego Biurrun2013-01-063-633/+0
| | | | | | | | Snow is a toy codec with no real-world use and horrible code.
* | doc/ffmpeg-resampler: Try to document asyncMichael Niedermayer2013-01-061-0/+8
| | | | | | | | | | | | Improvements welcome! Signed-off-by: Michael Niedermayer <[email protected]>
* | Megalux Frame demuxerPeter Ross2013-01-061-0/+2
| |
* | Merge commit 'b14e89b3c5e6d7f6401a2ff1e3d198fa902e988a'Michael Niedermayer2013-01-051-0/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b14e89b3c5e6d7f6401a2ff1e3d198fa902e988a': Prepare for 9 Release. Update release notes for the 9 release. avprobe: also output dar/par if only defined in stream Conflicts: RELEASE avprobe.c doc/RELEASE_NOTES Merged-by: Michael Niedermayer <[email protected]>
| * Update release notes for the 9 release.Anton Khirnov2013-01-041-2/+8
| | | | | | | | Add a paragraph about MSVC and mention 24-bit FLAC encoding.
* | lavfi: add histeq filterStefano Sabatini2013-01-051-0/+38
| | | | | | | | | | | | This is a port of virtual dub's histogram equalization filter by Donald A. Graft. Based on the work by Jérémy Tran <[email protected]>, done for SOCIS 2012.
* | lavfi: add kerndeint filterStefano Sabatini2013-01-051-0/+57
| | | | | | | | | | | | This is a port of the kerndeint filter (libmpcodecs/vf_kerndeint) by Donal A. Graft (original avisynth plugin author), and is based on the work by Jérémy Tran <[email protected]> done for SOCIS 2012.