76853 Commits (68e79b27a5ed7cab55ab3c84c7b707d45fc81b61)
 

Author SHA1 Message Date
Ganesh Ajjanagadde 68e79b27a5 avutil/lls: speed up performance of solve_lls 9 years ago
Paul B Mahol a330430238 avfilter/vf_stack: make it possible to stop with shortest stream 9 years ago
Timothy Gu 9078a694f3 aaccoder_twoloop: Mark sfdiff as av_unused 9 years ago
Claudio Freire 3b1cab9351 AAC encoder: fix wrong gain sacalefactor being set 9 years ago
Claudio Freire fc36d852ee AAC encoder: Fix application of M/S with PNS 9 years ago
Timothy Gu 04deaef293 fate-run: Fix indentation 9 years ago
Rodger Combs 362c17e656 lavf/http: fix incorrect warning in range requests 9 years ago
Michael Niedermayer b3494e3c3e avcodec/pthread_slice: Remove rets_count 9 years ago
James Almer 3885ef0c6c avcodec/mjpegdec: fix typo on a warning 9 years ago
Paul B Mahol 56ff563f3b avfilter: add '.' at and of long filter description where it is missing 9 years ago
Paul B Mahol 142894d720 avfilter: do not leak frame if ff_get_audio_buffer() fails 9 years ago
Paul B Mahol fd3df296c1 avfilter/af_alimiter: make description a bit longer 9 years ago
Stefano Sabatini 5f2c233a85 doc/indevs: fix x11grab options consistency 9 years ago
Paul B Mahol 5b106215ba avfilter/af_sidechaincompress: add forgotten option 9 years ago
Ganesh Ajjanagadde 29af74e4e3 avutil/libm: fix isnan compatibility hack 9 years ago
Timothy Gu 4f99308ed3 doc/indevs: Fix German 9 years ago
Timothy Gu 798920033e configure: Fix pseudo-German 9 years ago
Ganesh Ajjanagadde 990619968a avfilter/vsrc_mandelbrot: change sin to sinf for color computation 9 years ago
Ganesh Ajjanagadde e9c7493f19 avfilter/vsrc_mandelbrot: avoid sqrt for epsilon calculation 9 years ago
Ganesh Ajjanagadde 81a0aec29e avcodec/aacps_tablegen: use hypot() 9 years ago
Ganesh Ajjanagadde aececd11ab avcodec/aacps_tablegen_template: replace #define by typedef 9 years ago
Ganesh Ajjanagadde 5472de5ca8 avcodec/aac_defines: replace #define by typedef 9 years ago
Timothy Gu 15dcc506d7 vsrc_mandelbrot: Don't use German in comments 9 years ago
Marton Balint 839eb1c77d lavfi/select: add support for concatdec_select option 9 years ago
Marton Balint 65406b0bed concatdec: add option for adding segment start time and duration metadata 9 years ago
Marton Balint ba9191ab3a concatdec: simplify duration calculation in open_next_file 9 years ago
Marton Balint 8f60663c8b concatdec: calculate duration early if outpoint is known 9 years ago
Michael Niedermayer 4ea4d2f438 avcodec/h264_slice: Limit max_contexts when slice_context_count is initialized 9 years ago
Derek Buitenhuis 9c35b8e219 Merge commit 'fb8753ada23189076bdf903c1c001c0ca8287fae' 9 years ago
Timothy Gu 12a419dacb avformat/v210: Check width and height 9 years ago
Timothy Gu e1a214cadf avformat/rawvideodec: Rework packet size calculation 9 years ago
Timothy Gu 7c91b3021c imgutils: Use designated initializers for AVClass 9 years ago
Michael Niedermayer e4bfc726cd avfilter/vsrc_mandelbrot: Fix speed regression 9 years ago
Carl Eugen Hoyos 66378f70ab lavf/rawenc: Recognize more extensions to encode raw hevc. 9 years ago
Michael Niedermayer 13834c1016 avcodec/mpegvideo_enc: Remove slice structured mode from H.263 as well as the code automatically enabing it 9 years ago
Michael Niedermayer 188a1a17a6 avformat/movenc-test: Fix integer overflows 9 years ago
Matthieu Bouron 46feb66972 swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neon 9 years ago
Matt Oliver e9ec28c95e avutil/x86/bswap: Remove warning about bswap intrinsics with msvc. 9 years ago
Clément Bœsch 56bdf61baa avutil/motion_vector: export subpel motion information 9 years ago
Paul B Mahol c7b9338853 doc/filters: mention afifo 9 years ago
Paul B Mahol 04a7ce1a8c avfilter/af_afade: add missing fifo write for second stream 9 years ago
Hagen Schmidt 59494863ff patcheck: Fix false detection of 'mergeable calls' when line is removed 9 years ago
Ganesh Ajjanagadde 90ccfdb65b Revert "avcodec/dct32_template: fix typo" 9 years ago
Ganesh Ajjanagadde 82c5f31789 avcodec/dct32_template: fix typo 9 years ago
Ganesh Ajjanagadde 61a1ca13ea avcodec/ppc/fdctdsp: use M_SQRT2 instead of ad-hoc SQRT2 9 years ago
Ganesh Ajjanagadde ccf3c69403 avcodec/dct32_template: use M_SQRT1_2 instead of actual literal 9 years ago
Ganesh Ajjanagadde 824ba897bd avcodec/cos_tablegen: use M_PI instead of actual literal 9 years ago
Ganesh Ajjanagadde 94565f3791 avcodec/ac3: use M_SQRT1_2, M_SQRT2 9 years ago
Ganesh Ajjanagadde 18b4016431 avfilter/vf_fspp: use M_SQRT1_2, M_SQRT2 9 years ago
Ganesh Ajjanagadde 7324af651f avformat/mov: use hypot() 9 years ago