72732 Commits (990605768c86eb3281c3a232df2d81ee5d3c6c41)
 

Author SHA1 Message Date
Michael Niedermayer 990605768c avcodec/aacdec: Do not return a uninitialized value 10 years ago
Michael Niedermayer 153d23ee39 Merge commit 'bc76c46943272515805d7ac48ca39f14826d1fed' 10 years ago
Michael Niedermayer 476692abdb Merge commit 'a188108ebf28ebac9d2b8fc7d5b391aef45698b3' 10 years ago
Michael Niedermayer 8eb2c411c1 Merge commit '677c804aa3a78d61b21e6423165a252846c20f0e' 10 years ago
Michael Niedermayer ce838ad950 Merge commit '252d6200c36e7eaa79f8d5205b7d731179e94897' 10 years ago
Michael Niedermayer 8985e7c561 Merge commit '9b56ac74b170d12027fbc81f581a451a709f1105' 10 years ago
Michael Niedermayer 7856afef52 avformat/hdsenc: Change duration from single to to double precision 10 years ago
Michael Niedermayer 0dbea4642f avformat/rmenc: Remove float usage 10 years ago
Michael Niedermayer 4c4c3d5d5a avcodec/libstagefright: Check for pthread_create() failure 10 years ago
Clément Bœsch 40cc3be73c avfilter: fix a few 5 spaces indent 10 years ago
Michael Niedermayer 7c453277a3 avdevice/iec61883: Check pthread init for failures 10 years ago
Michael Niedermayer ddda9cee1c ffserver: Check for ffio_set_buf_size() failure 10 years ago
Michael Niedermayer 0023ea4e20 avformat/aviobuf: Check for ffio_set_buf_size() failure 10 years ago
Michael Niedermayer dc55477a64 avformat/ffmdec: Check ffio_set_buf_size() return value 10 years ago
Michael Niedermayer d6039063aa ffserver: Check allocations (likely not all) 10 years ago
Luca Barbato bc76c46943 aac: Wait to know the channels before allocating frame 10 years ago
Sebastian Dröge a188108ebf aac: Support channel configurations 11 and 12 10 years ago
nu774 677c804aa3 aac: correctly map 7.1ch-wide AAC from FDK AAC encoder 10 years ago
Luca Barbato 252d6200c3 avio: Add avio_put_str16be 10 years ago
Luca Barbato 9b56ac74b1 mpjpeg: Initial implementation 10 years ago
James Almer e225f5f232 fate: add missing avdevice dependency to closed caption test 10 years ago
Philip Langdale cc904353fa avcodec/allcodecs: Re-order nvenc encoders below x264/5. 10 years ago
Ganesh Ajjanagadde 42db4aaaa6 vf_colormatrix: calculate coefficients only once 10 years ago
Michael Niedermayer 46428ea332 avcodec/mpegvideo: Use av_memdup() for allocating thread_context 10 years ago
Michael Niedermayer 7ddedd2362 avcodec/mpegvideo: Clear thread_context array before allocating 10 years ago
Michael Niedermayer f30a7d9861 avcodec/mpegvideo: Merge thread context initialization loops 10 years ago
Philip Langdale 7e4661174a avcodec/nvenc: Add 'nvenc_h264' as an alternative name for 'nvenc' 10 years ago
Philip Langdale e79c40fe72 avcodec/nvenc: Rename nvenc_h265 to nvenc_hevc 10 years ago
Philip Langdale c10e6bcb43 Revert "avcodec: Rename nvenc.c to nvenc_a.c, to avoid conflict with the other implementation" 10 years ago
Philip Langdale d47de79372 Revert "Merge commit 'b08caa87c35a768ec0abb16b1e99c3a85f1df28e'" 10 years ago
Philip Langdale 58b49f78cf Revert "nvenc: remove cuda.h requirement for nvenc_a" 10 years ago
Philip Langdale 728c82a532 Revert "avcodec/Makefile: fix checkheaders for nvenc_b" 10 years ago
Philip Langdale 8a6536cbc0 Revert "Changelog: Drop duplicate NVENC entry" 10 years ago
Michael Niedermayer 7944b0ce94 avutil/colorspace: Remove RGB_TO_Y/U/V 10 years ago
Paul B Mahol a03b69478b avcodec/exr: fix crash caused by merge 10 years ago
James Almer 1b4dd59e5f configure: improve the checks for gmtime_r and localtime_r 10 years ago
Michael Niedermayer 440fa7758b Changelog: Drop duplicate NVENC entry 10 years ago
Clément Bœsch 272f87fc5c avdevice/x11grab: use av_clip() instead of nested min & max 10 years ago
Clément Bœsch 533c37db8d avcodec/snowenc: use av_clip() instead of nested min & max 10 years ago
Clément Bœsch 622ef80e3f avcodec/mpegvideo: use av_clip() instead of nested min & max 10 years ago
Clément Bœsch 0f6118c581 ffplay: use av_clip() instead of nested min & max 10 years ago
Ronald S. Bultje ade5684cda hevc: fix typo (mpv -> mvp). 10 years ago
Michael Niedermayer 7897ed0d3c Merge remote-tracking branch 'cigaes/master' 10 years ago
Clément Bœsch c5a08956a3 swresample: fix initilaize/initialize typo 10 years ago
Clément Bœsch be1862ffb0 doc/filters: fix inaccuarte/inaccurate typo 10 years ago
Stephan Holljes 44d1921200 lavf/http: Add simple autodetection for client HTTP method, based on AVIO_FLAG_READ. 10 years ago
Stephan Holljes 290b237556 lavf/http: Indent else-clause. 10 years ago
Stephan Holljes a7e7c68b0e lavf/http: Properly process HTTP header on listen. 10 years ago
Stephan Holljes 8cfaa76a5e lavf/http: Rudimentary error handling for HTTP requests received from clients. 10 years ago
Stephan Holljes bbcee92b6d lavf/http: Process HTTP header before sending response. 10 years ago