37908 Commits (869b04e89154cd92d2bcfdabcecbe3217864c099)
 

Author SHA1 Message Date
Rémi Denis-Courmont 869b04e891 libavutil: add avpriv_open() to open files with close-on-exec flag 11 years ago
Vittorio Giovara 22c879057e mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a modern av_frame_copy_props() 11 years ago
Martin Storsjö f4d371b973 rtsp: Don't include the listen flag in the SDP demuxer flags 11 years ago
Kostya Shishkov f544c58636 deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND instead 11 years ago
Martin Storsjö 62572435d4 rtpenc_chain: Check for errors from ffio_fdopen and ffio_open_dyn_packet_buf 11 years ago
Martin Storsjö f542dedf72 rtspenc: Check the return value from ffio_open_dyn_packet_buf 11 years ago
Christian Schmidt 1c6d2bb9a9 pcm_bluray: Return AVERROR_INVALIDDATA instead of -1 on header errors 11 years ago
Diego Biurrun 6fb65973c9 configure: Properly split dv1394 indev dependencies 11 years ago
Diego Biurrun 61c31e4ee7 configure: Properly set zlib dependencies for all components 11 years ago
Diego Biurrun a7d45e06e9 configure: The W64 demuxer should select the WAV demuxer, not depend on it 11 years ago
Diego Biurrun 406e6c0ba5 configure: Properly split avserver component and system dependencies 11 years ago
Diego Biurrun 255d9c570e riff: Move demuxing code to a separate file. 11 years ago
Diego Biurrun 3dd5c95dee riff: Move muxing code to a separate file 11 years ago
Diego Biurrun fcc455ff2e avformat/dv: K&R formatting cosmetics 11 years ago
Martin Storsjö abe5268c33 tcp: Use a different log message and level if there's more addresses to try 11 years ago
Martin Storsjö 2a0ec47bd7 unix: Convert from AVERROR to errno range before comparing error codes 11 years ago
Diego Biurrun 0ba4ea312b avcodec/options: Drop deprecation warning suppression macros 11 years ago
Diego Biurrun 971cce7ebb riff.h: Remove stray extern declaration for non-existing symbol 11 years ago
Kostya Shishkov 86f4c59bd6 twinvq: Split VQF-specific part from common TwinVQ decoder core 11 years ago
Diego Biurrun 4d8d16b596 twinvq: Prefix enums and defines shared with VoxWare MetaSound 11 years ago
Kostya Shishkov bc909626b0 twinvq: move all bitstream reading into single place 11 years ago
Ben Avison a22ae9f0c5 mpegts: Remove one 64-bit integer modulus operation per packet 11 years ago
Luca Barbato 43bacd5b7d vc1: check mb_height validity. 11 years ago
Luca Barbato 090cd06311 vc1: check the source buffer in vc1_mc functions 11 years ago
Luca Barbato 9991298f2c bink: Bound check the quantization matrix. 11 years ago
Luca Barbato bb9378251a network: Use SOCK_CLOEXEC when available 11 years ago
Luca Barbato 605387582b lavf: Support unix sockets 11 years ago
Luca Barbato bc54c2ae3c libx264: add shortcut for the bluray compatibility option 11 years ago
Ben Avison c84ea750cf mpegts: Make discard_pid() faster for single-program streams 11 years ago
Ben Avison cabb168169 mpegts: Remove one memcpy per packet 11 years ago
Ben Avison daf1e0d3de avio: Add an internal function for reading without copying 11 years ago
Diego Biurrun 22a154e436 build: Add missing img2.o dependency to apetag.o 11 years ago
Diego Biurrun bea3d6f436 ismindex: Replace mkdir ifdeffery by os_support.h #include 11 years ago
Rémi Denis-Courmont f824535a4a vdpau: deprecate bitstream buffers within the hardware context 11 years ago
Rémi Denis-Courmont 2852740e23 vdpau: store picture data in picture's rather than codec's context 11 years ago
Rémi Denis-Courmont 549294fbbe vdpau: deprecate VDPAU codec capability 11 years ago
Rémi Denis-Courmont a0ad5d0113 vdpau: deprecate old codec-specific pixel formats 11 years ago
Rémi Denis-Courmont 578ea75a9e vdpau: remove old-style decoders 11 years ago
Anton Khirnov 488a0fa689 avconv: support -t as an input option. 11 years ago
Anton Khirnov 811bd07846 avconv: make input -ss accurate when transcoding 11 years ago
Anton Khirnov 56ee3f9de7 avconv: distinguish between -ss 0 and -ss not being used 11 years ago
Anton Khirnov 2e661f26f8 avconv: insert extra filters in the same way for both graph inputs and outputs 11 years ago
Anton Khirnov 3799376dd3 lavfi/fifo: fix flushing when using request_samples 11 years ago
Anton Khirnov 06cd4c5a68 avconv: fix usage of deprecated lavfi API 11 years ago
Anton Khirnov 612a5049d9 avserver: do not use a static string as a default for a string option 11 years ago
Alexandra Khirnova 7684a36113 mxfenc: switch to av_reallocp_array() and check allocation errors 11 years ago
Luca Barbato a10c4ce24b aac: Forward errors properly in aac_decode_frame_int 11 years ago
Luca Barbato 71953ebcf9 aac: Check init_get_bits return value 11 years ago
Anton Khirnov 51fc88e746 avconv: improve some variable names 11 years ago
Anton Khirnov 77cc958f60 lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter() 11 years ago