38094 Commits (26f027fba1c5ab482fa2488fbe0fa36c8bb33b69)
 

Author SHA1 Message Date
Martin Storsjö abe5268c33 tcp: Use a different log message and level if there's more addresses to try 12 years ago
Martin Storsjö 2a0ec47bd7 unix: Convert from AVERROR to errno range before comparing error codes 12 years ago
Diego Biurrun 0ba4ea312b avcodec/options: Drop deprecation warning suppression macros 12 years ago
Diego Biurrun 971cce7ebb riff.h: Remove stray extern declaration for non-existing symbol 12 years ago
Kostya Shishkov 86f4c59bd6 twinvq: Split VQF-specific part from common TwinVQ decoder core 12 years ago
Diego Biurrun 4d8d16b596 twinvq: Prefix enums and defines shared with VoxWare MetaSound 12 years ago
Kostya Shishkov bc909626b0 twinvq: move all bitstream reading into single place 12 years ago
Ben Avison a22ae9f0c5 mpegts: Remove one 64-bit integer modulus operation per packet 12 years ago
Luca Barbato 43bacd5b7d vc1: check mb_height validity. 12 years ago
Luca Barbato 090cd06311 vc1: check the source buffer in vc1_mc functions 12 years ago
Luca Barbato 9991298f2c bink: Bound check the quantization matrix. 12 years ago
Luca Barbato bb9378251a network: Use SOCK_CLOEXEC when available 12 years ago
Luca Barbato 605387582b lavf: Support unix sockets 12 years ago
Luca Barbato bc54c2ae3c libx264: add shortcut for the bluray compatibility option 12 years ago
Ben Avison c84ea750cf mpegts: Make discard_pid() faster for single-program streams 12 years ago
Ben Avison cabb168169 mpegts: Remove one memcpy per packet 12 years ago
Ben Avison daf1e0d3de avio: Add an internal function for reading without copying 12 years ago
Diego Biurrun 22a154e436 build: Add missing img2.o dependency to apetag.o 12 years ago
Diego Biurrun bea3d6f436 ismindex: Replace mkdir ifdeffery by os_support.h #include 12 years ago
Rémi Denis-Courmont f824535a4a vdpau: deprecate bitstream buffers within the hardware context 12 years ago
Rémi Denis-Courmont 2852740e23 vdpau: store picture data in picture's rather than codec's context 12 years ago
Rémi Denis-Courmont 549294fbbe vdpau: deprecate VDPAU codec capability 12 years ago
Rémi Denis-Courmont a0ad5d0113 vdpau: deprecate old codec-specific pixel formats 12 years ago
Rémi Denis-Courmont 578ea75a9e vdpau: remove old-style decoders 12 years ago
Anton Khirnov 488a0fa689 avconv: support -t as an input option. 12 years ago
Anton Khirnov 811bd07846 avconv: make input -ss accurate when transcoding 12 years ago
Anton Khirnov 56ee3f9de7 avconv: distinguish between -ss 0 and -ss not being used 12 years ago
Anton Khirnov 2e661f26f8 avconv: insert extra filters in the same way for both graph inputs and outputs 12 years ago
Anton Khirnov 3799376dd3 lavfi/fifo: fix flushing when using request_samples 12 years ago
Anton Khirnov 06cd4c5a68 avconv: fix usage of deprecated lavfi API 12 years ago
Anton Khirnov 612a5049d9 avserver: do not use a static string as a default for a string option 12 years ago
Alexandra Khirnova 7684a36113 mxfenc: switch to av_reallocp_array() and check allocation errors 12 years ago
Luca Barbato a10c4ce24b aac: Forward errors properly in aac_decode_frame_int 12 years ago
Luca Barbato 71953ebcf9 aac: Check init_get_bits return value 12 years ago
Anton Khirnov 51fc88e746 avconv: improve some variable names 12 years ago
Anton Khirnov 77cc958f60 lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter() 12 years ago
Diego Biurrun 6da5b57da1 configure: Check for GCC diagnostic pragma support inside of functions 12 years ago
Yusuke Nakamura a8b19271c3 avcodec: Add output_picture_number to AVCodecParserContext 12 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 12 years ago
Diego Biurrun 3a7050ffed build: Add _Pragma macro to disable deprecated declaration warnings 12 years ago
Diego Biurrun 79be2c325c doc/print_options: Move options headers to a saner place 12 years ago
Diego Biurrun b5a138652f Give less generic names to global library option arrays 12 years ago
Gavriloaie Eugen-Andrei 0d6fa3977b rtmp: Add seek support 12 years ago
Vittorio Giovara 0d8b943d20 h264_sei: Return meaningful values 12 years ago
Vittorio Giovara b18412171f h264_sei: K&R formatting cosmetics 12 years ago
Diego Biurrun 4c7fd58f8a h264_sei: Remove pointless old comment 12 years ago
Diego Biurrun 9ea24e927e twinvq: Add proper twinvq prefixes to identifiers 12 years ago
Diego Biurrun f900f35ac8 flvdec: Eliminate completely silly goto 12 years ago
Diego Biurrun e4529df944 flvdec: K&R formatting cosmetics 12 years ago
Diego Biurrun 390b4d7088 flvdec: Fix = vs. == typo in sample rate check 12 years ago