summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/adpcm: replace char/short/long with int8_t/int16_t/intPaul B Mahol2016-05-04
* avcodec/dca: convert to AVCRCfoo862016-05-03
* avcodec/h264: Put the removed SPS handling code backMichael Niedermayer2016-05-03
* Merge commit 'a7829a2a3f8e6ec0b9f2673c11f56916800aeb33'Derek Buitenhuis2016-05-03
|\
| * h264: reimplement 3aa661ec5 in a more explicit wayAnton Khirnov2016-03-28
* | Merge commit 'add1467e5e447b79e8743a0b05c54dcf58c61dfe'Derek Buitenhuis2016-05-03
|\|
| * svq3: drop the build dependency on the h264 decoderAnton Khirnov2016-03-28
* | Merge commit 'a4d126dc59c39bb03e5e444432d1b27af26a45b4'Derek Buitenhuis2016-05-03
|\|
| * svq3: eliminate remaining H264Context usage.Anton Khirnov2016-03-28
* | Merge commit '7bbdae81e895a49125dba58bad01b98389966c39'Derek Buitenhuis2016-05-03
|\|
| * svq3: move block_offset to SVQ3ContextAnton Khirnov2016-03-28
* | Merge commit '1848a154a49d18c1f31f54ee75c7445dc49a7ecc'Derek Buitenhuis2016-05-03
|\|
| * svq3: stop using H264Context.gbAnton Khirnov2016-03-28
* | Merge commit 'ea6ab02a174bcc11f3eaa1b840c9a4c895968690'Derek Buitenhuis2016-05-03
|\|
| * svq3: move the frame num variables to the SVQ3ContextAnton Khirnov2016-03-28
* | Merge commit '21b746932241246be846a133abb3c5f91b1cab85'Derek Buitenhuis2016-05-03
|\|
| * svq3: eliminate H264Context.cur_pic usageAnton Khirnov2016-03-28
* | Merge commit '939b388383db8d0db5b2ff483e3a197c27b79791'Derek Buitenhuis2016-05-03
|\|
| * svq3: eliminate remaining H264SliceContext usageAnton Khirnov2016-03-28
* | Merge commit '5a5db90edf71ef4c60db8ad7b0ebaa9a810c2d9e'Derek Buitenhuis2016-05-03
|\|
| * svq3: move pict_type to the SVQ3ContextAnton Khirnov2016-03-28
* | Merge commit '12f13ecb2dcddfa3ee930167395370d3c6fff90c'Derek Buitenhuis2016-05-03
|\|
| * svq3: move mb strides/sizes to the SVQ3ContextAnton Khirnov2016-03-28
* | Merge commit 'ad9d3384de08f02967d6eb11196ee8c78e8b2dba'Derek Buitenhuis2016-05-03
|\|
| * svq3: move the dequant buffer to SVQ3ContextAnton Khirnov2016-03-28
* | wmalossless: allow calling madd_int16Christophe Gisquet2016-05-03
* | avcodec/error_resilience: Improve missing slice handling for mpeg2Michael Niedermayer2016-05-03
* | avcodec/dca: fix sync word search error conditionfoo862016-05-02
* | avcodec/options_table: fix strict compliance constant flags to match the stri...Michael Niedermayer2016-05-02
* | avcodec/mjpegdec: Do not try to detect last scan but apply idct after all sca...Michael Niedermayer2016-05-02
* | avcodec/mjpeg2jpeg_bsf: Check ff_bsf_get_packet successJan Sebechlebsky2016-05-02
* | avcodec/dca: move channel counter utility into dca.hfoo862016-05-01
* | avcodec/dca: move huffman data into separate object filefoo862016-05-01
* | avcodec/noise_bsf: set correct size of .priv_data_size fieldPaul B Mahol2016-05-01
* | avcodec/wmalosslessdec: Fix memset sizeofMichael Niedermayer2016-05-01
* | avcodec/smc: Mark pixel pointer as constMichael Niedermayer2016-05-01
* | lavc/fic: Do not warn about empty cursor.Carl Eugen Hoyos2016-05-01
* | lavc/fic: Be less verbose for invisible cursor outside of video.Carl Eugen Hoyos2016-05-01
* | lavc/srtenc: do not emit any subrip tags with text codecClément Bœsch2016-05-01
* | lavc: override decode return value only in case of errorClément Bœsch2016-05-01
* | avcodec/wmalosslessdec: silence a sample requestChristophe Gisquet2016-05-01
* | avcodec/wmalosslessdec: fix type for coeffs and lms_updates in cdlms structPaul B Mahol2016-05-01
* | avcodec/dcaenc: move channel reordering tables to dcaenc.hfoo862016-05-01
* | avcodec/dcaenc: reuse shared quant levels tablefoo862016-05-01
* | avcodec/mpeg12dec: Print position in end mismatch errorMichael Niedermayer2016-05-01
* | avcodec/mpeg12dec: Do not choke on extra m704 alpha dataMichael Niedermayer2016-05-01
* | avcodec/wmalosslessdec: fix decoding of raw pcm tilesPaul B Mahol2016-04-30
* | avcodec/utils: split side-data in new decode API toowm42016-04-29
* | avcodec/cfhd: Don't decode coefficients if no end of header tag found. Fixes ...Kieran Kunhya2016-04-28
* | avcodec/nvenc: Add missing lossless presets to doc stringTimo Rothenpieler2016-04-27