summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* wma: K&R formatting cosmeticsGabriel Dume2014-09-036-1758/+1747
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* ismindex: recover from completely empty streamsMika Raento2014-09-031-0/+6
| | | | | | | This creates best-effort results from input that is missing stream contents, there are warnings printed when this happens. Signed-off-by: Martin Storsjö <martin@martin.st>
* rtpdec: HEVC/H.265 supportThomas Volkert2014-09-036-1/+379
| | | | | | As specified in draft-ietf-payload-rtp-h265-06. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* time: Use clock_gettime if the monotonic clock is availableLuca Barbato2014-09-032-2/+12
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* x11grab: Refactor pixel format parsingLuca Barbato2014-09-031-60/+57
|
* x11grab: Fallback to normal XImage if SHM is not supportedLuca Barbato2014-09-031-26/+34
|
* ppc: Support little endian intreadwriteLuca Barbato2014-09-031-24/+40
|
* mpegts: Allow custom max resync sizeLuca Barbato2014-09-031-2/+22
|
* texi2pod: Make it output a single encoding stringLuca Barbato2014-09-031-2/+3
| | | | | Intermixing =encoding utf-8 in the file can confuse some pod2man implementations.
* x265: Use the encoder defaultsLuca Barbato2014-09-031-0/+6
| | | | Reset the settings as it is done for x264.
* wmv2: K&R formatting cosmeticsGabriel Dume2014-09-024-362/+382
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* xvid: Add C IDCTPascal Massimino2014-09-026-11/+337
| | | | | | Thanks to Pascal Massimino and Michael Militzer for relicensing as LGPL. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun2014-09-026-23/+32
| | | | | | These function pointers already existed in the ARM code. Adding them globally allows calls to the function pointers to access arch-optimized versions of the functions transparently.
* get_bits: Rename HAVE_BITS_REMAINING --> BITS_AVAILABLEDiego Biurrun2014-09-022-4/+4
| | | | The HAVE_ prefix is reserved for macros set by configure.
* flv: K&R formatting cosmeticsGabriel Dume2014-09-023-49/+56
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* asv: K&R formatting cosmeticsGabriel Dume2014-09-024-173/+210
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* 8svx: Return proper error codesGabriel Dume2014-09-021-5/+5
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* ismindex: improve diagnosticsMika Raento2014-09-021-14/+43
| | | | | | This improves error messages for completely and somewhat broken inputs. Signed-off-by: Martin Storsjö <martin@martin.st>
* mpeg4videodec: Fix low_delay error messageGabriel Dume2014-09-011-1/+1
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* aac_adtstoasc_bsf: Return proper error codeGabriel Dume2014-09-011-1/+1
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* dxva2: Clean up definition of _WIN32_WINNTDiego Biurrun2014-09-012-1/+4
| | | | | | Only set a value if _WIN32_WINNT is undefined or smaller than 0x0600. This is cleaner than unconditional definition and avoids a number of redefinition warnings. Also only define a value in one of the two dxva2 headers.
* dxva2: Pass variable of correct type to IDirectXVideoDecoder_GetBuffer()Diego Biurrun2014-09-013-4/+12
| | | | This avoids related incompatible pointer type warnings.
* avcodec: fix missing doxygen comment markerMichael Niedermayer2014-09-011-1/+1
|
* license: Mention that vf_interlace is GPL, not LGPLDiego Biurrun2014-08-281-0/+1
|
* matroskaenc: convert avstream stereo3d side data during encodingVittorio Giovara2014-08-281-18/+76
| | | | Write the StereoMode Embl to bitstream.
* matroskadec: parse stereo mode on decodingVittorio Giovara2014-08-284-2/+78
| | | | | | | | | Convert the Matroska stereo format to the Stereo3D format, and add a Stereo3D side data to the stream. Bump the doctype version supported. Bug-Id: 728 / https://bugs.debian.org/757185
* avcodec: add stream-level stereo3d side dataVittorio Giovara2014-08-285-1/+69
|
* matroska: list supported extensionsVittorio Giovara2014-08-281-0/+1
|
* x11grab: Use a typedef for the context, as most other code doesLuca Barbato2014-08-281-10/+10
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* x11grab: Drop a spurious space in the extension reporting messageLuca Barbato2014-08-281-1/+1
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* x11grab: Small near-cosmetic refactoringsLuca Barbato2014-08-281-20/+15
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* x11grab: K&R formatting cosmeticsLuca Barbato2014-08-281-136/+142
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* x86: xvid: K&R formatting cosmeticsDiego Biurrun2014-08-272-489/+489
|
* cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTsDiego Biurrun2014-08-279-52/+56
|
* x86: xvid_idct: Drop unused definitionsDiego Biurrun2014-08-272-20/+0
|
* pulse: Set the wallclock option as defaultLuca Barbato2014-08-271-1/+1
|
* vc1: Initialize start_code_found to 0Luca Barbato2014-08-271-1/+1
| | | | Leftover of a4d3c20035946cbc1509aec2dc28d51c2a2f9a8e.
* avconv: fix parsing the AVOptions for -targetAnton Khirnov2014-08-271-0/+4
| | | | CC: libav-stable@libav.org
* avconv: fix the muxrate values for -targetAnton Khirnov2014-08-271-2/+2
| | | | | | The mpegenc private option values are in 50-byte units. CC: libav-stable@libav.org
* mpegenc: limit the maximum muxrateAnton Khirnov2014-08-271-1/+1
| | | | | | It is written to the file as a 22-bit value. CC: libav-stable@libav.org
* h264: fully check cropping amount from spsVittorio Giovara2014-08-261-1/+3
| | | | | Even if sps.crop is true, the cropping amount may be zero. Fixes a sample with a valid but broken container cropping.
* libxvid: K&R formatting cosmeticsGabriel Dume2014-08-263-309/+329
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* doc: fix a typoGabriel Dume2014-08-261-1/+1
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* os_support: Adjust an outdated #endif commentDiego Biurrun2014-08-261-1/+1
|
* mpeg: Write H264 streams at offset 2Luca Barbato2014-08-262-4/+10
| | | | It hints that the content is H264 according to HD-DVD.
* vc1: Fix the skip conditionLuca Barbato2014-08-261-2/+3
| | | | | As written in the comment above, skip must be added only if a start code is found.
* vfwcap: Add fallback define for HWND_MESSAGEDiego Biurrun2014-08-251-0/+5
| | | | Some obsolete versions of the MinGW32 runtime (<4.0.0) lack the definition.
* libavformat: use MSG_NOSIGNAL when applicableRémi Denis-Courmont2014-08-254-4/+8
| | | | | | | If the remote end of a connection oriented socket hangs up, generating an EPIPE error is preferable over an unhandled SIGPIPE signal. Signed-off-by: Martin Storsjö <martin@martin.st>
* lavf: add AVFormatContext.max_ts_probeAnton Khirnov2014-08-255-1/+12
| | | | | It allows to configure how long will avformat_find_stream_info() wait to get the first timestamp.
* doc/APIchanges: fill in missing hashes and datesAnton Khirnov2014-08-251-29/+29
|
OpenPOWER on IntegriCloud