summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/atrac3: Use av_mallocz_array()Michael Niedermayer2014-05-21
* avcodec/x86/hpeldsp_init: remove redundant if()Michael Niedermayer2014-05-21
* hpeldsp: fix build without inline asmHendrik Leppkes2014-05-21
* x86: kill fpel_mmx.cChristophe Gisquet2014-05-21
* avcodec/libvorbisenc: dont add the duration to AV_NOPTS_VALUEMichael Niedermayer2014-05-21
* Fix compilation errors when deprecated features are disabled.Dale Curtis2014-05-20
* avcodec/h264_picture: Fix build without error resilienceMichael Niedermayer2014-05-20
* avcodec/fate-idct8x8: Defined behavior: eliminate negative left-shifts.Katerina Barone-Adesi2014-05-20
* avcodec/smvjpegdec: Dont ignore avcodec_close() return codeMichael Niedermayer2014-05-20
* avcodec: remove no longer needed ff_codec_close_recursive()Michael Niedermayer2014-05-20
* Merge remote-tracking branch 'lukaszmluki/master'Michael Niedermayer2014-05-20
|\
| * lavc/flac_parser: use av_fifo_alloc_arrayLukasz Marek2014-05-20
| * lavc/frame_thread_encoder: use av_fifo_alloc_arrayLukasz Marek2014-05-20
* | avcodec/dvdsubenc: accept forced flagOliver Fromme2014-05-20
|/
* x86/hevc_deblock: use constants instead of generating values at runtimeJames Almer2014-05-19
* avcodec/ppc/asm: fix build with ABI v2Thierry FAUCK2014-05-19
* lavc: define STRIDE_ALIGN as 32 when compiling with AVX supportJames Almer2014-05-19
* avcodec/pthread_frame: remove unused variableMichael Niedermayer2014-05-19
* Merge commit 'bddd8cbf68551f6405b2bf77cc3e212af9fbe834'Michael Niedermayer2014-05-19
|\
| * Add transformation matrix API.Vittorio Giovara2014-05-19
* | Merge commit '9929b3564c0dca42ed7baa6798ef15b6f0013c83'Michael Niedermayer2014-05-19
|\|
| * pthread_frame: simplify the code by using new AVPacket APIAnton Khirnov2014-05-19
* | Merge commit 'cdf58f0599c39852ee3beafe5f64af7d57d4215b'Michael Niedermayer2014-05-19
|\|
| * avpacket: fix copying side data in av_packet_copy_props()Anton Khirnov2014-05-19
* | avcodec/libvorbisenc: do not attempt to flush if no data was inputMichael Niedermayer2014-05-19
* | avcodec/libmp3lame: do not attempt to flush lame if no data was inputMichael Niedermayer2014-05-19
* | Merge commit 'c9f8809ee4c576d5833865039bc1c85754448f67'Michael Niedermayer2014-05-19
|\|
| * hevc/intra_pred: simplify neighboring sample derivationAnton Khirnov2014-05-19
| * hevc/intra_pred: drop unnecessary conditions in loopsMickaël Raulet2014-05-19
* | Merge commit '4c390b1ba98e6aec787aa0e7ea57ed7cb38283b7'Michael Niedermayer2014-05-19
|\|
| * hevc/intra_pred: optimize EXTEND_()*Mickaël Raulet2014-05-19
* | Merge commit 'a1c2b48018b09d2613f075ec0748c95bd520ac00'Michael Niedermayer2014-05-19
|\|
| * hevc: templatize intra_predAnton Khirnov2014-05-19
* | Merge commit '04db5794cd97e4b33ec2f963ef7f967722a456eb'Michael Niedermayer2014-05-19
|\|
| * hevc: templatize pred_planarMickaël Raulet2014-05-19
* | avcodec/diracdec: move mc buffer allocation to per frameMichael Niedermayer2014-05-19
* | x86/hevc_deblock: remove some duplicated instructionsJames Almer2014-05-18
* | x86: hevc_mc: specify coefficients registersChristophe Gisquet2014-05-18
* | avcodec/wmv2enc: allocate padding for extradata and check malloc failureMichael Niedermayer2014-05-18
* | avcodec/movtextenc: allocate padding for extradataMichael Niedermayer2014-05-18
* | avcodec/ffv1enc: allocate padding for extradataMichael Niedermayer2014-05-18
* | avcodec/crystalhd: allocate padding for extradataMichael Niedermayer2014-05-18
* | Merge commit 'fd056029f45a9f6d213d9fce8165632042511d4f'Michael Niedermayer2014-05-18
|\|
| * lavc: add avcodec_free_context().Anton Khirnov2014-05-18
* | Merge commit 'e1b66778b6ee82a192b5895e23c4e135f7269326'Michael Niedermayer2014-05-18
|\|
| * lavc: remove the locking code in avcodec_close()Anton Khirnov2014-05-18
* | lavc: Use av_gettime_relative()Olivier Langlois2014-05-17
* | Fix compilation of libavcodec/x86/hevc_deblock.asm with nasm.Carl Eugen Hoyos2014-05-17
* | x86/hevc_deblock: use movhps instead of shuffling valuesJames Almer2014-05-17
* | x86/hevc_deblock: fix label namesJames Almer2014-05-17