28761 Commits (f2407407121f5439fc32b733c2ad9a2bd94e766a)

Author SHA1 Message Date
Oliver Fromme ab6228316a avcodec/dvdsubenc: accept forced flag 11 years ago
Lukasz Marek 8aa2988036 lavc/flac_parser: use av_fifo_alloc_array 11 years ago
Lukasz Marek bc4f362c92 lavc/frame_thread_encoder: use av_fifo_alloc_array 11 years ago
James Almer d43c303038 x86/hevc_deblock: use constants instead of generating values at runtime 11 years ago
Thierry FAUCK 41b928c5fa avcodec/ppc/asm: fix build with ABI v2 11 years ago
James Almer b82274487b lavc: define STRIDE_ALIGN as 32 when compiling with AVX support 11 years ago
Michael Niedermayer 55fe1582cb avcodec/pthread_frame: remove unused variable 11 years ago
Michael Niedermayer f29cdfec96 avcodec/libvorbisenc: do not attempt to flush if no data was input 11 years ago
Michael Niedermayer ebbc33a42d avcodec/libmp3lame: do not attempt to flush lame if no data was input 11 years ago
Vittorio Giovara bddd8cbf68 Add transformation matrix API. 11 years ago
Anton Khirnov 9929b3564c pthread_frame: simplify the code by using new AVPacket API 11 years ago
Anton Khirnov cdf58f0599 avpacket: fix copying side data in av_packet_copy_props() 11 years ago
Anton Khirnov c9f8809ee4 hevc/intra_pred: simplify neighboring sample derivation 11 years ago
Mickaël Raulet 25bb7eaf9e hevc/intra_pred: drop unnecessary conditions in loops 11 years ago
Mickaël Raulet 4c390b1ba9 hevc/intra_pred: optimize EXTEND_()* 11 years ago
Anton Khirnov a1c2b48018 hevc: templatize intra_pred 11 years ago
Mickaël Raulet 04db5794cd hevc: templatize pred_planar 11 years ago
Michael Niedermayer 4a30f08505 avcodec/diracdec: move mc buffer allocation to per frame 11 years ago
James Almer 057ebf1222 x86/hevc_deblock: remove some duplicated instructions 11 years ago
Christophe Gisquet f1793fe9cd x86: hevc_mc: specify coefficients registers 11 years ago
Michael Niedermayer 6e8fe44815 avcodec/wmv2enc: allocate padding for extradata and check malloc failure 11 years ago
Michael Niedermayer 5441eb460c avcodec/movtextenc: allocate padding for extradata 11 years ago
Michael Niedermayer 947ed8f292 avcodec/ffv1enc: allocate padding for extradata 11 years ago
Michael Niedermayer bf718bdf12 avcodec/crystalhd: allocate padding for extradata 11 years ago
Anton Khirnov fd056029f4 lavc: add avcodec_free_context(). 11 years ago
Anton Khirnov e1b66778b6 lavc: remove the locking code in avcodec_close() 11 years ago
Olivier Langlois b052bccbe4 lavc: Use av_gettime_relative() 11 years ago
Carl Eugen Hoyos ef2713747f Fix compilation of libavcodec/x86/hevc_deblock.asm with nasm. 11 years ago
James Almer be1fbc02b8 x86/hevc_deblock: use movhps instead of shuffling values 11 years ago
James Almer 8aac77fede x86/hevc_deblock: fix label names 11 years ago
James Almer 521eaea63a x86/hevc_deblock: fix usage of ABS1 11 years ago
James Almer 45110d2290 x86/hevc_deblock: merge movs with other instructions 11 years ago
Mickaël Raulet e2760de605 hevc: fix key_frame as an IRAP 11 years ago
plepere ef7c4cd001 avcodec/x86/hevc: updated to use x86util macros 11 years ago
plepere de7b89fd43 avcodec/x86/hevc: added DBF assembly functions 11 years ago
Michael Niedermayer 7ebf90ff47 avcodec/mpeg12enc: avoid floats in the aspect ratio info setup code 11 years ago
Frederic Turmel b217e1b057 avcodec/mpeg12enc: Favor storing DAR instead of SAR 11 years ago
Michael Niedermayer 7970959a94 avcodec/opusdec: fix some const correctness 11 years ago
Michael Niedermayer 1fb46858c2 avcodec/cavs: prevent out of array read 11 years ago
Michael Niedermayer a071c0b515 avcodec/utils: Fix undefined behavior in avpriv_toupper4 11 years ago
Carl Eugen Hoyos 30aeab29e4 Use av_restrict instead of restrict in libavcodec/opus_celt.c. 11 years ago
Michael Niedermayer bebce653e5 avcodec/x86/dsputil_mmx: Fix build with clang-usan 11 years ago
Christophe Gisquet d1310c591e x86: sbrdsp: implement SSE qmf_deint_neg 11 years ago
Michael Niedermayer 7a4424e5ed avcodec/opus: fix doxygen comments to be associated with the correct fields 11 years ago
Michael Niedermayer f8de1caa6e Revert "avcodec/hevc: fix outputted AVFrame.key_frame" 11 years ago
Michael Niedermayer 97f856a4c2 avcodec/options: avcodec_copy_context() Check subtitle_header_size instead of setting it 11 years ago
Carl Eugen Hoyos beeb7551d6 Fix make checkheaders if VDA is not available. 11 years ago
Michael Niedermayer ffa05e0802 avcodec/opusdec: switch to swresample 11 years ago
Janne Grunau d3f5b94762 aarch64: opus NEON iMDCT and FFT 11 years ago
Anton Khirnov 3b2fbe67bd lavc: properly handle subtitle_header in avcodec_copy_context() 11 years ago