38571 Commits (16381923fb7b9087ce559fb1cd3594469ac6788b)
 

Author SHA1 Message Date
Martin Storsjö 16381923fb configure: Check whether MSVC requires using the C89-to-C99 converter 11 years ago
Diego Biurrun 45ef963908 mpegaudioenc: Move some static tables to MpegAudioContext 11 years ago
Diego Biurrun 5d6a990c11 mpegaudioenc: Remove broken integer-only quantization code path 11 years ago
Luca Barbato 08303d7741 hwaccel: Simplify ff_find_hwaccel 11 years ago
Anton Khirnov d42db44cfe avienc: drop the vfr flag. 11 years ago
Kostya Shishkov 5462dde194 metasound: Fix error message argument 11 years ago
Diego Biurrun cb56c3961b h263dsp: K&R formatting cosmetics 11 years ago
Diego Biurrun 0338c39698 dsputil: Split off H.263 bits into their own H263DSPContext 11 years ago
Diego Biurrun 86f910806b Remove #undefs for formerly forbidden system functions 11 years ago
Diego Biurrun cffecc0e7e avfilter/graphparser: Directly free filter memory if initialization fails 11 years ago
Diego Biurrun 92352a94c1 configure: Move -Wno-maybe-uninitialized check into gcc section 11 years ago
Diego Biurrun 7d1a68e95b avfilter/buffer: Suppress deprecation warning for avfilter_unref_buffer 11 years ago
Diego Biurrun 82c86d0b18 graph2dot: Add missing #include for av_get_channel_layout_string() 11 years ago
Diego Biurrun 48715285f6 graph2dot: Fix use of deprecated API 11 years ago
Diego Biurrun 70cbf33405 vdpau: Add missing #includes to fix standalone header compilation 11 years ago
Diego Biurrun e2b5b09789 x86: rv40dsp: Use PAVGB instruction macro where appropriate 11 years ago
David Goldwich 0a7fef39fc omadec: loosen format probing constraints 11 years ago
Michael Niedermayer 1c736bedd9 omadec: check GEOB sizes against buffer size 11 years ago
Michael Niedermayer 97f50e92b5 omadec: Fix wrong number of array elements 11 years ago
Diego Biurrun e73996954d filtfmts-test: Fix use of deprecated API 11 years ago
Yusuke Nakamura 3ef9b7ab95 hevc_ps: Use AV_PIX_FMT_YUVJ420P if YUV 4:2:0 8-bit full scale 11 years ago
Jan Ekström 885ec92425 hevc: Use parsed VUI colorimetry in avcodec 11 years ago
Jan Ekström cd8f772d06 lavc: Add colorimetry values for BT.2020, other non-included ones 11 years ago
Vittorio Giovara 446e37dc97 vf_fieldorder: remove superfluous get_video_buffer 11 years ago
Gian-Carlo Pascutto 454959a5aa aacdec: Set the profile during decoding 11 years ago
Anton Khirnov da6506c607 lavc: move AVCodecContext.pkt to AVCodecInternal 11 years ago
Anton Khirnov 38ecc3702d pthread: store thread contexts in AVCodecInternal instead of AVCodecContext 11 years ago
Anton Khirnov daa7a1d443 pthread_slice: rename ThreadContext -> SliceThreadContext 11 years ago
Anton Khirnov cc14ee03a7 lavc: split slice and frame threading functions into separate files 11 years ago
Anton Khirnov 5cd6513f5b pthread: drop avcodec_ prefixes from static functions 11 years ago
Mikulas Patocka 694d997afe x86: hpeldsp: Use PAVGB instruction macro where necessary 11 years ago
Diego Biurrun 8b63ebcb03 build: Remove redundant OBJS declaration intended for programs 11 years ago
Vittorio Giovara d763978583 rtmpproto: Reorder conditions to help dead code elimination 11 years ago
Vittorio Giovara 3ea5f64fff ansi: fix possible use of uninitialized variables 11 years ago
Vittorio Giovara c0bba95c23 wtv: fix variable sign in format 11 years ago
Vittorio Giovara 5858a67f13 attributes: disable flatten on llvm/clang 11 years ago
Rudolf Polzer 3a14b160bd vf_scale: make the dar variable return the DAR. 11 years ago
Rudolf Polzer 34a0ac41a8 vf_aspect: support variables in evaluating the aspect ratios 11 years ago
Diego Biurrun 5928b29f53 os_support: Add #endif comments for better readability 11 years ago
Vittorio Giovara c68d4c230a mpeg4video_parser: K&R formatting cosmetics 11 years ago
Martin Storsjö 435214a757 Add an HDS live fragmenting muxer 11 years ago
Vittorio Giovara dc6ea00cd2 mpeg4video: K&R formatting cosmetics 11 years ago
Luca Barbato 037fea388e flashsv: K&R formatting cosmetics 11 years ago
Diego Biurrun 1700b4e678 x86: vp8dsp: Split loopfilter code into a separate file 11 years ago
Diego Biurrun 056fd4fe65 configure: Properly check for availability of -Wno-foo warning flags 11 years ago
Diego Biurrun 23157d72b5 configure: Split test_cflags function off from check_cflags 11 years ago
Anton Khirnov d1c229cdbc lavf: do not use int to store an int64 11 years ago
Michael Niedermayer 57070b1468 flashsv: Check diff_start diff_height values 11 years ago
Luca Barbato 4a64e67988 flashsv: Refactor a little 11 years ago
Martin Storsjö 50aef03b24 rtspenc: Make sure BYE packets are sent before TEARDOWN 11 years ago