Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | swscale: Fix an undefined behaviour | Luca Barbato | 2014-05-03 | 1 | -1/+1 | |
| | | | | | | | | Prevent a division by zero down the codepath. Sample-Id: 00001721-google Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected] | |||||
* | vp9: Read the frame size as unsigned | Luca Barbato | 2014-05-03 | 1 | -2/+2 | |
| | | | | | | Sample-Id: 00001723-google Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected] | |||||
* | aac: K&R formatting cosmetics | Luca Barbato | 2014-05-01 | 1 | -5/+5 | |
| | ||||||
* | flv: K&R formatting cosmetics | Luca Barbato | 2014-05-01 | 1 | -21/+20 | |
| | ||||||
* | lavc: deprecate AVCodecContext.codec_name | Anton Khirnov | 2014-05-01 | 2 | -0/+9 | |
| | | | | It is undocumented and has no real use. | |||||
* | lavc: do not use AVCodecContext.codec_name in avcodec_string() | Anton Khirnov | 2014-05-01 | 1 | -2/+0 | |
| | | | | That field will be deprecated. | |||||
* | rmdec: do not export anything to AVCodecContext.codec_name | Anton Khirnov | 2014-05-01 | 1 | -2/+0 | |
| | | | | | That field will be deprecated and the value that is written there is not particularly useful. | |||||
* | asfenc: use codec descriptors instead of AVCodecs to write codec info | Anton Khirnov | 2014-05-01 | 3 | -43/+47 | |
| | | | | | | | | Also, stop using AVCodecContext.codec_name as fallback, since it will be deprecated. Changes the result of the lavf-asf test (and its associated seektest), since 'msmpeg4v3' gets written instead of just 'msmpeg4'. | |||||
* | oggparseskeleton: do not use AVCodecContext.codec_name | Anton Khirnov | 2014-05-01 | 1 | -1/+0 | |
| | | | | That field is undocumented, of dubious use, and will be deprecated. | |||||
* | mov: export stsd Compressorname in metadata | Anton Khirnov | 2014-05-01 | 1 | -3/+8 | |
| | | | | | Stop using the undocumented to-be-deprecated AVCodecContext.codec_name field. | |||||
* | lavc: move CODEC_FLAG_MV0 to mpegvideo | Anton Khirnov | 2014-05-01 | 8 | -5/+31 | |
| | ||||||
* | lavc: make the xvid-specific "gmc" flag a private option of libxvid | Anton Khirnov | 2014-05-01 | 5 | -2/+23 | |
| | ||||||
* | lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo | Anton Khirnov | 2014-05-01 | 7 | -4/+28 | |
| | ||||||
* | lavc: deprecate CODEC_FLAG_INPUT_PRESERVED | Anton Khirnov | 2014-05-01 | 5 | -5/+14 | |
| | | | | The addition of reference-counted frames makes it pointless. | |||||
* | matroska: add the Opus mapping | Anton Khirnov | 2014-05-01 | 1 | -0/+1 | |
| | ||||||
* | matroskaenc: write CodecDelay | Anton Khirnov | 2014-05-01 | 3 | -25/+38 | |
| | ||||||
* | lavfi: add Bauer stereo-to-binaural audio filter | Alessandro Ghedini | 2014-05-01 | 7 | -1/+260 | |
| | | | | Signed-off-by: Anton Khirnov <[email protected]> | |||||
* | matroskadec: read the CodecDelay element | Anton Khirnov | 2014-04-30 | 2 | -1/+10 | |
| | ||||||
* | librtmp: Map native options to librtmp ones when possible | Luca Barbato | 2014-04-30 | 1 | -15/+126 | |
| | | | | | | Makes the two protocols nearly seamless. Signed-off-by: Luca Barbato <[email protected]> | |||||
* | hls: Sync the file number with the start sequence | Luca Barbato | 2014-04-30 | 1 | -4/+1 | |
| | ||||||
* | hls: Factor the sequence computation | Luca Barbato | 2014-04-30 | 1 | -3/+3 | |
| | ||||||
* | hls: Print start_number as first sequence value | Luca Barbato | 2014-04-30 | 1 | -3/+6 | |
| | | | | The option now behaves as expected. | |||||
* | segment: Report the current media sequence | Luca Barbato | 2014-04-30 | 1 | -0/+3 | |
| | | | | Useful for debugging mostly. | |||||
* | hls: Report the current media sequence | Luca Barbato | 2014-04-30 | 1 | -0/+3 | |
| | | | | Useful for debugging mostly. | |||||
* | avconv_dxva2: define all used GUIDs directly instead of relying on the ↵ | Hendrik Leppkes | 2014-04-29 | 1 | -13/+14 | |
| | | | | | | | | | | dxva2api.h header This avoids issues with inconsistent headers with different versions of mingw-w64 and older MSVC variants. Fixes FATE builds of MSVC 2010. Signed-off-by: Anton Khirnov <[email protected]> | |||||
* | h264: drop commented out cruft | Anton Khirnov | 2014-04-29 | 1 | -3/+0 | |
| | ||||||
* | mpegvideo: remove unused MpegEncContext.b4_stride | Anton Khirnov | 2014-04-29 | 2 | -2/+0 | |
| | ||||||
* | mpegvideo: move the MpegEncContext fields used from arm asm to the beginning | Anton Khirnov | 2014-04-29 | 2 | -20/+21 | |
| | | | | | This should reduce the frequency with which the offsets need to be updated. | |||||
* | hls: Add an option to prepend a baseurl to the playlist entries | Luca Barbato | 2014-04-29 | 2 | -0/+7 | |
| | | | | | | Useful to generate playlists with absolute paths. Signed-off-by: Luca Barbato <[email protected]> | |||||
* | segment: Add an option to prepend a string to the list entries | Enrique Arizón Benito | 2014-04-29 | 2 | -0/+7 | |
| | | | | | | Useful to generate lists with absolute urls. Signed-off-by: Luca Barbato <[email protected]> | |||||
* | configure: rework dxva in avconv handling | Anton Khirnov | 2014-04-28 | 3 | -5/+9 | |
| | | | | | | | Move the dxva check after the dependencies have been detected, make sure the ole32 library exists. Fixes build on non-Windows. | |||||
* | avconv: add support for DXVA2 decoding | Hendrik Leppkes | 2014-04-28 | 7 | -0/+635 | |
| | | | | Signed-off-by: Anton Khirnov <[email protected]> | |||||
* | hwaccel: fix dxva2 & vaapi loop filter parameters | Michael Niedermayer | 2014-04-28 | 2 | -4/+4 | |
| | | | | Signed-off-by: Anton Khirnov <[email protected]> | |||||
* | dxva2_h264: add a workaround for old Intel GPUs | Hendrik Leppkes | 2014-04-28 | 4 | -2/+12 | |
| | | | | | | | | | | Old Intel GPUs expect the reference frame index to the actual surface, instead of the index into RefFrameList as specified by the spec. This workaround should be set when using one of the "ClearVideo" decoder devices. Signed-off-by: Anton Khirnov <[email protected]> | |||||
* | dxva2_h264: set the correct ref frame index in the long slice struct | Hendrik Leppkes | 2014-04-28 | 1 | -4/+14 | |
| | | | | | | | | | | The latest H.264 DXVA specification states that the index in this structure should refer to a valid entry in the RefFrameList of the picture parameter structure, and not to the actual surface index. Fixes H.264 DXVA2 decoding on recent Intel GPUs (tested on Sandy and Ivy) Signed-off-by: Anton Khirnov <[email protected]> | |||||
* | lavc: eliminate tb_unreliable() | Anton Khirnov | 2014-04-28 | 1 | -19/+1 | |
| | | | | | If framerate estimation is enabled, it makes sense to always apply it, instead of limiting it to a few specific cases. | |||||
* | vc1: Do not return an error when skipping b frames | Alessandro Ghedini | 2014-04-25 | 1 | -1/+1 | |
| | | | | | | | | | This caused mpv (and possibly others) to fallback to software decoding after seeking a VC1 stream. Bug-Id: 667 Signed-off-by: Luca Barbato <[email protected]> | |||||
* | mov: Emit the correct tags for clcp tracks | Miles Gould | 2014-04-25 | 1 | -6/+24 | |
| | | | | | | Bug-Id: 664 Signed-off-by: Luca Barbato <[email protected]> | |||||
* | mov: Write prof section of tapt tag | Aidan Skinner | 2014-04-25 | 1 | -0/+6 | |
| | | | | Signed-off-by: Luca Barbato <[email protected]> | |||||
* | fate: Add fic-in-avi test | Derek Buitenhuis | 2014-04-24 | 2 | -0/+124 | |
| | | | | Signed-off-by: Derek Buitenhuis <[email protected]> | |||||
* | aarch64: NEON optimized FIR audio resampling | Janne Grunau | 2014-04-24 | 6 | -2/+342 | |
| | | | | | | Optimized for the default filter length 16. 30% faster opus silk decoding. | |||||
* | lavr: define ResampleContext in resample.h | Janne Grunau | 2014-04-24 | 2 | -29/+29 | |
| | | | | Required for arch optimized resampling. | |||||
* | lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsets | Janne Grunau | 2014-04-24 | 3 | -13/+15 | |
| | ||||||
* | flv: Do not mangle dts values for negative cts | Luca Barbato | 2014-04-23 | 1 | -2/+0 | |
| | | | | Some applications really mean to send negative pts. | |||||
* | flv: Warn only once | Luca Barbato | 2014-04-23 | 1 | -1/+1 | |
| | | | | No point in sending the message multiple time. | |||||
* | flv: Improve log messages | Luca Barbato | 2014-04-23 | 1 | -3/+3 | |
| | | | | | Messages should start with a capital letter and possibly end with a "." if they are statements. | |||||
* | on2avc: change a comment at #endif to match actual define | Kostya Shishkov | 2014-04-23 | 1 | -1/+1 | |
| | ||||||
* | On2 AVC decoder | Kostya Shishkov | 2014-04-23 | 12 | -1/+10496 | |
| | ||||||
* | fic: Make warning message more accurate | Derek Buitenhuis | 2014-04-23 | 1 | -1/+3 | |
| | | | | Signed-off-by: Derek Buitenhuis <[email protected]> | |||||
* | fic: Remove redundant clips | Derek Buitenhuis | 2014-04-23 | 1 | -3/+3 | |
| | | | | | | The equations can't overflow or underflow anyway. Signed-off-by: Derek Buitenhuis <[email protected]> |