summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc/videotoolboxenc: Set colorimetry valuesRick Kern2016-05-041-0/+209
* lavc/videotoolboxenc: Support pixel aspect ratioRick Kern2016-05-041-0/+63
* lavc/videotoolboxenc: Support for forced I-framesRick Kern2016-05-041-1/+25
* lavc/videotoolboxenc: add concatentation propertiesRick Kern2016-05-041-0/+31
* lavc/videotoolboxenc: Add realtime encoding propertyRick Kern2016-05-041-0/+14
* lavc/videotoolboxenc: Handle out-of-memory and fix memory leakRick Kern2016-05-041-0/+5
* lavc/videotoolboxenc: Fix DTSRick Kern2016-05-041-0/+9
* lavc/videotoolboxenc: Fix AVCodecContext.has_b_frames usage.Rick Kern2016-05-041-1/+14
* lavc/videotoolboxenc: Add entropy settingRick Kern2016-05-041-0/+33
* lavc/videotoolboxenc: Require hardware encodingRick Kern2016-05-041-21/+17
* lavc/videotoolboxenc: Handle hwaccel format as inputRick Kern2016-05-041-5/+21
* lavc/videotoolboxenc: Use shared pixel buffer poolRick Kern2016-05-041-44/+160
* avcodec/adpcm: fix decoding of stereo non 4-bit ADPCM IMA WAVPaul B Mahol2016-05-041-3/+11
* avcodec/adpcm: replace char/short/long with int8_t/int16_t/intPaul B Mahol2016-05-041-12/+12
* avcodec/dca: convert to AVCRCfoo862016-05-035-52/+33
* avcodec/h264: Put the removed SPS handling code backMichael Niedermayer2016-05-031-3/+17
* Merge commit 'a7829a2a3f8e6ec0b9f2673c11f56916800aeb33'Derek Buitenhuis2016-05-031-19/+55
|\
| * h264: reimplement 3aa661ec5 in a more explicit wayAnton Khirnov2016-03-281-10/+54
* | Merge commit 'add1467e5e447b79e8743a0b05c54dcf58c61dfe'Derek Buitenhuis2016-05-035-46/+48
|\ \ | |/
| * svq3: drop the build dependency on the h264 decoderAnton Khirnov2016-03-286-24/+28
* | Merge commit 'a4d126dc59c39bb03e5e444432d1b27af26a45b4'Derek Buitenhuis2016-05-031-58/+34
|\ \ | |/
| * svq3: eliminate remaining H264Context usage.Anton Khirnov2016-03-281-56/+33
* | Merge commit '7bbdae81e895a49125dba58bad01b98389966c39'Derek Buitenhuis2016-05-031-7/+8
|\ \ | |/
| * svq3: move block_offset to SVQ3ContextAnton Khirnov2016-03-281-7/+8
* | Merge commit '1848a154a49d18c1f31f54ee75c7445dc49a7ecc'Derek Buitenhuis2016-05-031-30/+31
|\ \ | |/
| * svq3: stop using H264Context.gbAnton Khirnov2016-03-281-30/+31
* | Merge commit 'ea6ab02a174bcc11f3eaa1b840c9a4c895968690'Derek Buitenhuis2016-05-031-18/+22
|\ \ | |/
| * svq3: move the frame num variables to the SVQ3ContextAnton Khirnov2016-03-281-18/+22
* | Merge commit '21b746932241246be846a133abb3c5f91b1cab85'Derek Buitenhuis2016-05-031-23/+18
|\ \ | |/
| * svq3: eliminate H264Context.cur_pic usageAnton Khirnov2016-03-281-23/+18
* | Merge commit '939b388383db8d0db5b2ff483e3a197c27b79791'Derek Buitenhuis2016-05-031-83/+74
|\ \ | |/
| * svq3: eliminate remaining H264SliceContext usageAnton Khirnov2016-03-281-79/+70
* | Merge commit '5a5db90edf71ef4c60db8ad7b0ebaa9a810c2d9e'Derek Buitenhuis2016-05-031-29/+29
|\ \ | |/
| * svq3: move pict_type to the SVQ3ContextAnton Khirnov2016-03-281-29/+29
* | Merge commit '12f13ecb2dcddfa3ee930167395370d3c6fff90c'Derek Buitenhuis2016-05-031-51/+52
|\ \ | |/
| * svq3: move mb strides/sizes to the SVQ3ContextAnton Khirnov2016-03-281-51/+52
* | Merge commit 'ad9d3384de08f02967d6eb11196ee8c78e8b2dba'Derek Buitenhuis2016-05-034-56/+69
|\ \ | |/
| * svq3: move the dequant buffer to SVQ3ContextAnton Khirnov2016-03-284-53/+64
* | wmalossless: allow calling madd_int16Christophe Gisquet2016-05-031-51/+59
* | avcodec/error_resilience: Improve missing slice handling for mpeg2Michael Niedermayer2016-05-031-1/+1
* | avcodec/dca: fix sync word search error conditionfoo862016-05-021-6/+9
* | avcodec/options_table: fix strict compliance constant flags to match the stri...Michael Niedermayer2016-05-021-5/+5
* | avcodec/mjpegdec: Do not try to detect last scan but apply idct after all sca...Michael Niedermayer2016-05-021-15/+37
* | avcodec/mjpeg2jpeg_bsf: Check ff_bsf_get_packet successJan Sebechlebsky2016-05-021-0/+2
* | avcodec/dca: move channel counter utility into dca.hfoo862016-05-012-7/+30
* | avcodec/dca: move huffman data into separate object filefoo862016-05-018-1087/+1124
* | avcodec/noise_bsf: set correct size of .priv_data_size fieldPaul B Mahol2016-05-011-1/+1
* | avcodec/wmalosslessdec: Fix memset sizeofMichael Niedermayer2016-05-011-1/+1
* | avcodec/smc: Mark pixel pointer as constMichael Niedermayer2016-05-011-1/+1
* | lavc/fic: Do not warn about empty cursor.Carl Eugen Hoyos2016-05-011-1/+1
OpenPOWER on IntegriCloud