37887 Commits (a22ae9f0c579793f411e2bd7a8db557091a3a4ae)
 

Author SHA1 Message Date
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
Diego Biurrun 6da5b57da1 configure: Check for GCC diagnostic pragma support inside of functions 11 years ago
Yusuke Nakamura a8b19271c3 avcodec: Add output_picture_number to AVCodecParserContext 11 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 11 years ago
Diego Biurrun 3a7050ffed build: Add _Pragma macro to disable deprecated declaration warnings 11 years ago
Diego Biurrun 79be2c325c doc/print_options: Move options headers to a saner place 11 years ago
Diego Biurrun b5a138652f Give less generic names to global library option arrays 11 years ago
Gavriloaie Eugen-Andrei 0d6fa3977b rtmp: Add seek support 11 years ago
Vittorio Giovara 0d8b943d20 h264_sei: Return meaningful values 11 years ago
Vittorio Giovara b18412171f h264_sei: K&R formatting cosmetics 11 years ago
Diego Biurrun 4c7fd58f8a h264_sei: Remove pointless old comment 11 years ago
Diego Biurrun 9ea24e927e twinvq: Add proper twinvq prefixes to identifiers 11 years ago
Diego Biurrun f900f35ac8 flvdec: Eliminate completely silly goto 11 years ago
Diego Biurrun e4529df944 flvdec: K&R formatting cosmetics 11 years ago
Diego Biurrun 390b4d7088 flvdec: Fix = vs. == typo in sample rate check 11 years ago
Martin Storsjö fd8f91e3f4 rtsp: Simplify code for forming the remote peer url 11 years ago
Vittorio Giovara 3c8bff0740 avframe: have av_frame_get_side_data take const AVFrame* 11 years ago
Martin Storsjö ee37d5811c rtpproto: Allow specifying a separate rtcp port in ff_rtp_set_remote_url 11 years ago
Martin Storsjö 1851e1d05d rtpproto: Check the size before reading buf[1] 11 years ago
Vittorio Giovara 7748dd41be avconv: add -n option to immediately exit when output files already exist 11 years ago
Martin Storsjö b85dbe68e2 avconv: Call exit_program instead of exit in avconv_opt as well 11 years ago
Martin Storsjö c7e921a54f avopt: Check whether the object actually has got an AVClass 11 years ago