Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avplay: Accept cpuflags option | Luca Barbato | 2013-10-22 | 2 | -4/+4 |
| | | | | | | Quite useful for debugging. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | lavfi: allow user-provided execute() callbacks | Anton Khirnov | 2013-09-28 | 1 | -0/+4 |
| | |||||
* | pcm: support 24-bit/32-bit little-endian planar | Paul B Mahol | 2013-09-27 | 1 | -1/+3 |
| | | | | | | Used by LXF. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | tls: Add support for listen mode | Martin Storsjö | 2013-09-26 | 1 | -0/+13 |
| | | | | | | | | | Also add options for specifying a certificate and key, which can be used both when operating as client and as server. Partially based on a patch by Peter Ross. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | tls: Add options for verifying the peer certificate | Martin Storsjö | 2013-09-26 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | | | | | A file containing the trusted CA certificates needs to be supplied via the ca_file AVOption, unless the TLS library has got a system default file/database set up. This doesn't check the hostname of the peer certificate with openssl, which requires a non-trivial piece of code for manually matching the desired hostname to the string provided by the certificate, not provided as a library function. That is, with openssl, this only validates that the received certificate is signed with the right CA, but not that it is the actual server we think we're talking to. Verification is still disabled by default since we can't count on a proper CA database existing at all times. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | doc/filters: fix an option name in the unsharp docs | Anton Khirnov | 2013-09-24 | 1 | -1/+1 |
| | |||||
* | lavu: Add interleaved 4:2:2 8/10-bit formats | Kieran Kunhya | 2013-09-21 | 1 | -0/+4 |
| | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | Add a WebP decoder | Justin Ruggles | 2013-09-18 | 1 | -0/+2 |
| | | | | | Container and lossy decoding by Aneesh Dogra <aneesh@sugarlabs.org> Lossless decoding by Justin Ruggles <justin.ruggles@gmail.com> | ||||
* | doc: Add missing hashes and dates to APIChanges | Luca Barbato | 2013-09-17 | 1 | -14/+14 |
| | | | | Also fix the typo in the last entry version. | ||||
* | mem: Introduce av_reallocp | Luca Barbato | 2013-09-16 | 1 | -0/+3 |
| | |||||
* | doc: Drop VDPAU from list of supported codecs | Diego Biurrun | 2013-09-10 | 1 | -2/+0 |
| | |||||
* | doc: Describe TB option of setpts filter | Clifford Wolf | 2013-09-04 | 1 | -0/+3 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | cosmetics: Fix ATRAC codec name spelling | Diego Biurrun | 2013-09-02 | 1 | -2/+2 |
| | |||||
* | configure: Add docdir configuration option | Vittorio Giovara | 2013-08-31 | 1 | -2/+9 |
| | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | doc: document the asf demuxer | Luca Barbato | 2013-08-28 | 1 | -1/+12 |
| | | | | And drop a typo from the previous FLV entry. | ||||
* | doc: Document the flv demuxer | Luca Barbato | 2013-08-27 | 1 | -0/+11 |
| | |||||
* | movenc: add faststart option for web streaming | Clément Bœsch | 2013-08-21 | 1 | -0/+4 |
| | | | | | | | Faststart moves the moov atom to the beginning of the file and rewrites the rest of the file after muxing is complete. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | vf_fps: add 'start_time' option | Justin Ruggles | 2013-08-20 | 1 | -0/+8 |
| | | | | This allows for dropping or duplication to match a particular start time. | ||||
* | doc: Clarify the avconv section about -re | Martin Storsjö | 2013-08-10 | 1 | -1/+4 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | doc: Add an example on publishing over RTMP | Martin Storsjö | 2013-08-10 | 1 | -0/+6 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | doc: Add librtmp to the section header for the librtmp specific details | Martin Storsjö | 2013-08-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | doc: Explain that the default RTMP user agent is different when publishing | Martin Storsjö | 2013-08-10 | 1 | -1/+2 |
| | | | | | | | | | The fact that a different user agent is used is cruicial for getting publishing authentication working. (When using librtmp, this other user agent has to be specified manually, but that's not needed with the libavformat internal RTMP support.) Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | doc: Extend the rtmp example to include how to pass username/password | Martin Storsjö | 2013-08-10 | 1 | -1/+7 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | lavc: Add refcounted api to AVPacket | Luca Barbato | 2013-08-10 | 1 | -0/+4 |
| | | | | Provide a clean way to manipulate packets. | ||||
* | Voxware MetaSound decoder | Kostya Shishkov | 2013-08-08 | 1 | -0/+2 |
| | |||||
* | lavf: Support unix sockets | Luca Barbato | 2013-08-05 | 1 | -0/+20 |
| | |||||
* | libx264: add shortcut for the bluray compatibility option | Luca Barbato | 2013-08-05 | 1 | -0/+3 |
| | | | | As for intra-refresh it is just a commodity. | ||||
* | vdpau: deprecate bitstream buffers within the hardware context | Rémi Denis-Courmont | 2013-08-05 | 1 | -0/+4 |
| | | | | | | | | The bitstream buffers are now private and freed by libavcodec. For backward compatibility, the hold bitstream buffer pointer is left NULL (applications were supposed to av_freep() it). Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | vdpau: deprecate VDPAU codec capability | Rémi Denis-Courmont | 2013-08-05 | 1 | -0/+4 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | vdpau: deprecate old codec-specific pixel formats | Rémi Denis-Courmont | 2013-08-05 | 1 | -0/+3 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | avconv: make input -ss accurate when transcoding | Anton Khirnov | 2013-08-05 | 1 | -3/+15 |
| | | | | | Insert (a)trim filters on the corresponding inputs, so the extra frames are decoded and discarded. | ||||
* | avcodec: Add output_picture_number to AVCodecParserContext | Yusuke Nakamura | 2013-08-02 | 1 | -0/+3 |
| | | | | | | Set output_picture_number in H.264 parser. Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | doc/print_options: Move options headers to a saner place | Diego Biurrun | 2013-08-02 | 1 | -4/+2 |
| | |||||
* | Give less generic names to global library option arrays | Diego Biurrun | 2013-08-02 | 1 | -2/+2 |
| | |||||
* | avconv: add -n option to immediately exit when output files already exist | Vittorio Giovara | 2013-07-31 | 1 | -0/+3 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typo | Diego Biurrun | 2013-07-29 | 1 | -1/+1 |
| | | | | Also fix some similar typos in comments and documentation. | ||||
* | doc: cosmetics: Consistently format list and table items | Diego Biurrun | 2013-07-27 | 2 | -207/+310 |
| | |||||
* | miscellaneous typo fixes | Diego Biurrun | 2013-07-25 | 1 | -2/+2 |
| | |||||
* | doc/platform: Add info about ICL | Derek Buitenhuis | 2013-06-24 | 1 | -9/+19 |
| | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> | ||||
* | lavc: Add option to encode MPEG-2 AAC with libfdk-aac | Kieran Kunhya | 2013-06-24 | 1 | -0/+3 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | lavc: add a libwavpack encoder wrapper | Anton Khirnov | 2013-06-10 | 2 | -1/+39 |
| | |||||
* | mem: Add av_realloc_array and av_reallocp_array | Martin Storsjö | 2013-06-04 | 1 | -0/+3 |
| | | | | | | These help avoiding overflows and simplify error handling. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | Go2Webinar decoder | Kostya Shishkov | 2013-06-03 | 1 | -0/+2 |
| | |||||
* | proresenc: alpha coding support | Kostya Shishkov | 2013-05-30 | 1 | -0/+6 |
| | |||||
* | doc: Mention the target_samples and ld variables for fate configs | Martin Storsjö | 2013-05-29 | 1 | -0/+2 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | fate.sh: Allow specifying --as via a specific variable | Martin Storsjö | 2013-05-29 | 1 | -0/+1 |
| | | | | | | | This simplifies specifying a value containing spaces for this parameter. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | lavfi: add a slice threading infrastructure | Anton Khirnov | 2013-05-24 | 1 | -0/+7 |
| | | | | Mostly based on libavcodec's | ||||
* | Move get_logical_cpus() from lavc/pthread to lavu/cpu. | Anton Khirnov | 2013-05-24 | 1 | -0/+3 |
| | | | | | It will be useful in lavfi, and could conceivably be useful to the user applications as well. | ||||
* | doxy: enable TYPEDEF_HIDES_STRUCT | Anton Khirnov | 2013-05-24 | 1 | -1/+1 |
| | | | | | | This means that typedef struct SomeStruct {...} SomeStruct will only be documented as SomeStruct in the doxy, without a pointless entry in the typedefs list. | ||||
* | avcodec: Add picture structure information to AVCodecParserContext. | Yusuke Nakamura | 2013-05-24 | 1 | -0/+3 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> |