Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dca: Move syncword definitions to a separate header | Diego Biurrun | 2015-03-04 | 5 | -21/+52 |
| | |||||
* | wma.h: #include "avcodec.h" | Anton Khirnov | 2015-03-03 | 1 | -0/+1 |
| | | | | | | It's required for at least AVCodecContext. Fixes make checkheaders. | ||||
* | aic: Fix decoding files with odd dimensions | Vittorio Giovara | 2015-03-03 | 1 | -2/+2 |
| | | | | | | | | | Normally the aic decoder finds the proper slice combination (multiple of some number less than 32) but in case of odd width, it resorts to the default values, which were actually swapped. The number of slices is modified to account for such odd width cases. CC: [email protected] | ||||
* | prores: Extend the padding check to 16bit | Luca Barbato | 2015-03-02 | 1 | -2/+3 |
| | | | | | | | | | | | Some files produced by the official encoder have up to 16bit of padding instead of the expected padding to the byte. Use a self-explanatory macro instead of a simple number. CC: [email protected] Signed-off-by: Luca Barbato <[email protected]> | ||||
* | avcodec/utils: use correct printf specifier in ff_set_sar | Andreas Cadhalpun | 2015-02-28 | 1 | -1/+1 |
| | | | | | Signed-off-by: Andreas Cadhalpun <[email protected]> Signed-off-by: Anton Khirnov <[email protected]> | ||||
* | lavc: do not compile fmtconvert unconditionally | Anton Khirnov | 2015-02-28 | 4 | -9/+7 |
| | | | | Only ac3dec and dcadec use it. | ||||
* | fmtconvert: drop unused functions | Anton Khirnov | 2015-02-28 | 9 | -1101/+0 |
| | |||||
* | lavc: remove unused traces of fmtconvert usage | Anton Khirnov | 2015-02-28 | 8 | -15/+0 |
| | | | | | Those decoders have been switched to float output and so do not use fmtconvert anymore. | ||||
* | qsv: Skip qsv.h compilation if qsv is not enabled | Diego Biurrun | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | eamad: check for out of bounds read | Federico Tomassetti | 2015-02-23 | 1 | -4/+10 |
| | | | | | | | Bug-Id: CID 1257500 CC: [email protected] Signed-off-by: Luca Barbato <[email protected]> | ||||
* | mdec: check for out of bounds read | Federico Tomassetti | 2015-02-23 | 1 | -7/+13 |
| | | | | | | | Bug-Id: CID 1257501 CC: [email protected] Signed-off-by: Luca Barbato <[email protected]> | ||||
* | Canopus HQX decoder | Vittorio Giovara | 2015-02-22 | 8 | -1/+2888 |
| | | | | Based on work by Kostya Shishkov <[email protected]>. | ||||
* | hevc_deblock: Fix compilation with nasm | Carl Eugen Hoyos | 2015-02-22 | 1 | -2/+2 |
| | | | | | | CC: [email protected] Bug-Id: 795 Signed-off-by: Vittorio Giovara <[email protected]> | ||||
* | libschroedinger: Check memory allocations | Vittorio Giovara | 2015-02-22 | 3 | -0/+8 |
| | |||||
* | mpegaudio_parser: add MP3 ADU headers parser | Gilles Chanteperdrix | 2015-02-21 | 3 | -3/+15 |
| | | | | Signed-off-by: Martin Storsjö <[email protected]> | ||||
* | h264: initialize H264Context.avctx in init_thread_copy | Anton Khirnov | 2015-02-21 | 1 | -0/+1 |
| | | | | | This prevents using a wrong (first thread's) AVCodecContext if decoding a frame in the first pass over all threads fails. | ||||
* | h264: only ref cur_pic in update_thread_context if it is initialized | Anton Khirnov | 2015-02-21 | 1 | -2/+5 |
| | | | | | It may be empty if the previous thread's decode call did not contain a valid frame. | ||||
* | libavcodec: Make use of av_clip functions | Peter Meerwald | 2015-02-21 | 13 | -32/+31 |
| | | | | | Signed-off-by: Peter Meerwald <[email protected]> Signed-off-by: Luca Barbato <[email protected]> | ||||
* | libavcodec: Don't use av_cold annotation in twinvq header file | Peter Meerwald | 2015-02-20 | 1 | -2/+2 |
| | | | | | Signed-off-by: Peter Meerwald <[email protected]> Signed-off-by: Martin Storsjö <[email protected]> | ||||
* | lavc: Add DSS SP decoder | Oleksij Rempel | 2015-02-19 | 6 | -1/+791 |
| | | | | | | Signed-off-by: Oleksij Rempel <[email protected]> Signed-off-by: Luca Barbato <[email protected]> Signed-off-by: Vittorio Giovara <[email protected]> | ||||
* | qsv_api: fix building with libmfx disabled | Anton Khirnov | 2015-02-19 | 1 | -0/+14 |
| | |||||
* | lavc: add an Intel libmfx-based H.264 decoder | Anton Khirnov | 2015-02-19 | 8 | -1/+838 |
| | | | | | Based on the code by Luca Barbato <[email protected]> and Yukinori Yamazoe <[email protected]>. | ||||
* | h264_parser: export video format and dimensions | Anton Khirnov | 2015-02-19 | 4 | -1/+54 |
| | |||||
* | rv40: Return more meaningful error codes | Himangi Saraogi | 2015-02-19 | 1 | -4/+5 |
| | | | | Signed-off-by: Diego Biurrun <[email protected]> | ||||
* | libx265: Add crf private option | Derek Buitenhuis | 2015-02-18 | 1 | -1/+12 |
| | | | | Signed-off-by: Derek Buitenhuis <[email protected]> | ||||
* | libx265: Reduce the scope of some variables | Derek Buitenhuis | 2015-02-18 | 1 | -4/+6 |
| | | | | Signed-off-by: Derek Buitenhuis <[email protected]> | ||||
* | wmv2: Return meaningful error codes | Himangi Saraogi | 2015-02-17 | 1 | -20/+21 |
| | |||||
* | qdm2: Return meaningful error codes | Himangi Saraogi | 2015-02-17 | 1 | -11/+11 |
| | |||||
* | libxvid: Return meaningful error messages | Himangi Saraogi | 2015-02-17 | 2 | -10/+10 |
| | |||||
* | aac_adtstoasc_bsf: Check extradata memory allocation | Himangi Saraogi | 2015-02-17 | 1 | -0/+2 |
| | | | | Signed-off-by: Vittorio Giovara <[email protected]> | ||||
* | avpacket: Check buffer reference | Vittorio Giovara | 2015-02-17 | 1 | -1/+6 |
| | | | | | CC: [email protected] Bug-Id: CID 1267889 | ||||
* | vorbisdec: Check memory allocations | Vittorio Giovara | 2015-02-17 | 1 | -4/+9 |
| | |||||
* | dvdsubdec: Check memory allocations | Vittorio Giovara | 2015-02-17 | 1 | -2/+9 |
| | |||||
* | dct-test: Fix initialization syntax | Vittorio Giovara | 2015-02-17 | 1 | -2/+2 |
| | | | | Related to "warning: suggest braces around initialization of subobject". | ||||
* | lavc: Document interaction between avcodec_open2() and decoding routines | Vittorio Giovara | 2015-02-17 | 1 | -0/+12 |
| | |||||
* | dca: Remove separate header for DCA ExSS | Diego Biurrun | 2015-02-16 | 4 | -30/+2 |
| | | | | There is no point in having a separate header for a single declaration. | ||||
* | dca: Move data tables from a header to an object file | Diego Biurrun | 2015-02-15 | 4 | -7754/+7816 |
| | | | | This allows sharing them with the DCA XLL extension w/o duplication. | ||||
* | dca: Add array sizes to array declarations | Diego Biurrun | 2015-02-15 | 1 | -10/+10 |
| | |||||
* | g722: Add ARM NEON implementation for g722_apply_qmf() | Peter Meerwald | 2015-02-15 | 5 | -0/+112 |
| | | | | | Signed-off-by: Peter Meerwald <[email protected]> Signed-off-by: Martin Storsjö <[email protected]> | ||||
* | g722: Split out computation of band->s_zero and unroll code | Peter Meerwald | 2015-02-15 | 1 | -18/+32 |
| | | | | | Signed-off-by: Peter Meerwald <[email protected]> Signed-off-by: Martin Storsjö <[email protected]> | ||||
* | g722: Unroll g722_apply_qmf() | Peter Meerwald | 2015-02-15 | 1 | -11/+35 |
| | | | | | Signed-off-by: Peter Meerwald <[email protected]> Signed-off-by: Martin Storsjö <[email protected]> | ||||
* | g722: Reduce number of pointers passed to g722_apply_qmf() function | Peter Meerwald | 2015-02-15 | 4 | -15/+14 |
| | | | | | Signed-off-by: Peter Meerwald <[email protected]> Signed-off-by: Martin Storsjö <[email protected]> | ||||
* | g722: Split out g722_qmf_apply() function into g722dsp.c | Peter Meerwald | 2015-02-15 | 7 | -29/+91 |
| | | | | | Signed-off-by: Peter Meerwald <[email protected]> Signed-off-by: Martin Storsjö <[email protected]> | ||||
* | vdpau: Adjust necessary #includes for vdpau_internal.h | Diego Biurrun | 2015-02-14 | 2 | -2/+4 |
| | |||||
* | dca: Move all tables into dcadata.h | Diego Biurrun | 2015-02-14 | 2 | -89/+89 |
| | |||||
* | dca: Remove trace debugging code | Diego Biurrun | 2015-02-14 | 1 | -146/+1 |
| | |||||
* | dca: Return more informative error codes | Diego Biurrun | 2015-02-14 | 1 | -6/+6 |
| | |||||
* | dca: Split code for handling the EXSS extension off into a separate file | Diego Biurrun | 2015-02-14 | 5 | -440/+502 |
| | |||||
* | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 51 | -86/+79 |
| | |||||
* | vp56: Return meaningful error codes | Himangi Saraogi | 2015-02-14 | 1 | -7/+8 |
| | | | | Signed-off-by: Diego Biurrun <[email protected]> |