|
|
|
@e743e7ae
|
11 years |
martin |
libavutil: Make avpriv_open a library-internal function on msvcrt
Add …
|
|
|
@a76d0cdf
|
11 years |
martin |
libavutil: Move avpriv_open to a new file, file_open.c
Signed-off-by: …
|
|
|
@cb0244da
|
11 years |
martin |
bktr: Changed a missed occurrance of open into avpriv_open
…
|
|
|
@33237123
|
11 years |
martin |
libavutil: Enable the MSVC DLL symbol loading workaround in shared …
|
|
|
@9d5ec50e
|
11 years |
martin |
ff_socket: put out-of-line and fallback to fcntl() for close-on-exec
…
|
|
|
@fa09e760
|
11 years |
anton |
FATE: add a TAK test
|
|
|
@dfc6b5c8
|
11 years |
martin |
file: Move win32 utf8->wchar open wrapper to libavutil
When …
|
|
|
@45e10e5c
|
11 years |
martin |
arm: Add assembly version of h264_find_start_code_candidate
…
|
|
|
@218d6844
|
11 years |
martin |
h264dsp: Factorize code into a new function, …
|
|
|
@7a82022e
|
11 years |
martin |
h264_parser: Initialize the h264dsp context in the parser as well
…
|
|
|
@3e589878
|
11 years |
kostya.shishkov |
Voxware MetaSound decoder
|
|
|
@5afe1d27
|
11 years |
martin |
avio: Add const qualifiers to ffio_read_indirect
This provides at …
|
|
|
@0f1fb6c0
|
11 years |
martin |
libavutil: Don't use fcntl if the function does not exist
Not all …
|
|
|
@e8edf4e1
|
11 years |
martin |
cmdutils: Only do the windows-specific commandline parsing on _WIN32
…
|
|
|
@51eb213d
|
11 years |
anton |
libavformat: use avpriv_open()
Signed-off-by: Anton Khirnov …
|
|
|
@71bf6b41
|
11 years |
anton |
libavdevice: use avpriv_open()
Signed-off-by: Anton Khirnov …
|
|
|
@fee9db1f
|
11 years |
anton |
libavcodec: use avpriv_open()
Signed-off-by: Anton Khirnov …
|
|
|
@880391ed
|
11 years |
anton |
libavutil: use avpriv_open()
Signed-off-by: Anton Khirnov …
|
|
|
@869b04e8
|
11 years |
anton |
libavutil: add avpriv_open() to open files with close-on-exec flag
…
|
|
|
@22c87905
|
11 years |
anton |
mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a …
|
|
|
@f4d371b9
|
11 years |
martin |
rtsp: Don't include the listen flag in the SDP demuxer flags
It's …
|
|
|
@f544c586
|
11 years |
kostya.shishkov |
deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND …
|
|
|
@62572435
|
11 years |
martin |
rtpenc_chain: Check for errors from ffio_fdopen and …
|
|
|
@f542dedf
|
11 years |
martin |
rtspenc: Check the return value from ffio_open_dyn_packet_buf
Also …
|
|
|
@1c6d2bb9
|
11 years |
diego |
pcm_bluray: Return AVERROR_INVALIDDATA instead of -1 on header errors
…
|
|
|
@6fb65973
|
11 years |
diego |
configure: Properly split dv1394 indev dependencies
|
|
|
@61c31e4e
|
11 years |
diego |
configure: Properly set zlib dependencies for all components
|
|
|
@a7d45e06
|
11 years |
diego |
configure: The W64 demuxer should select the WAV demuxer, not depend on it
|
|
|
@406e6c0b
|
11 years |
diego |
configure: Properly split avserver component and system dependencies
|
|
|
@255d9c57
|
11 years |
diego |
riff: Move demuxing code to a separate file.
|
|
|
@3dd5c95d
|
11 years |
diego |
riff: Move muxing code to a separate file
|
|
|
@fcc455ff
|
11 years |
diego |
avformat/dv: K&R formatting cosmetics
|
|
|
@abe5268c
|
11 years |
martin |
tcp: Use a different log message and level if there's more addresses …
|
|
|
@2a0ec47b
|
11 years |
martin |
unix: Convert from AVERROR to errno range before comparing error codes …
|
|
|
@0ba4ea31
|
11 years |
diego |
avcodec/options: Drop deprecation warning suppression macros
The …
|
|
|
@971cce7e
|
11 years |
diego |
riff.h: Remove stray extern declaration for non-existing symbol
|
|
|
@86f4c59b
|
11 years |
diego |
twinvq: Split VQF-specific part from common TwinVQ decoder core
…
|
|
|
@4d8d16b5
|
11 years |
diego |
twinvq: Prefix enums and defines shared with VoxWare MetaSound
|
|
|
@bc909626
|
11 years |
diego |
twinvq: move all bitstream reading into single place
This is required …
|
|
|
@a22ae9f0
|
11 years |
martin |
mpegts: Remove one 64-bit integer modulus operation per packet
The …
|
|
|
@43bacd5b
|
11 years |
lu_zero |
vc1: check mb_height validity.
Reported-by: Mateusz "j00ru" Jurczyk …
|
|
|
@090cd063
|
11 years |
lu_zero |
vc1: check the source buffer in vc1_mc functions
Reported-by: Mateusz …
|
|
|
@9991298
|
11 years |
lu_zero |
bink: Bound check the quantization matrix.
Reported-by: Mateusz …
|
|
|
@bb937825
|
11 years |
lu_zero |
network: Use SOCK_CLOEXEC when available
|
|
|
@60538758
|
11 years |
lu_zero |
lavf: Support unix sockets
|
|
|
@bc54c2ae
|
11 years |
lu_zero |
libx264: add shortcut for the bluray compatibility option
As for …
|
|
|
@c84ea750
|
11 years |
martin |
mpegts: Make discard_pid() faster for single-program streams
When a …
|
|
|
@cabb1681
|
11 years |
martin |
mpegts: Remove one memcpy per packet
This was being performed to …
|
|
|
@daf1e0d3
|
11 years |
martin |
avio: Add an internal function for reading without copying
As long as …
|
|
|
@22a154e4
|
11 years |
diego |
build: Add missing img2.o dependency to apetag.o
|
|
|
@bea3d6f4
|
11 years |
diego |
ismindex: Replace mkdir ifdeffery by os_support.h #include
…
|
|
|
@f824535a
|
11 years |
anton |
vdpau: deprecate bitstream buffers within the hardware context
The …
|
|
|
@2852740e
|
11 years |
anton |
vdpau: store picture data in picture's rather than codec's context
…
|
|
|
@549294fb
|
11 years |
anton |
vdpau: deprecate VDPAU codec capability
Signed-off-by: Anton Khirnov …
|
|
|
@a0ad5d01
|
11 years |
anton |
vdpau: deprecate old codec-specific pixel formats
Signed-off-by: …
|
|
|
@578ea75a
|
11 years |
anton |
vdpau: remove old-style decoders
Signed-off-by: Anton Khirnov …
|
|
|
@488a0fa6
|
11 years |
anton |
avconv: support -t as an input option.
It limits the duration of the …
|
|
|
@811bd078
|
11 years |
anton |
avconv: make input -ss accurate when transcoding
Insert (a)trim …
|
|
|
@56ee3f9d
|
11 years |
anton |
avconv: distinguish between -ss 0 and -ss not being used
Using -ss 0 …
|
|
|
@2e661f26
|
11 years |
anton |
avconv: insert extra filters in the same way for both graph inputs and …
|
|
|
@3799376d
|
11 years |
anton |
lavfi/fifo: fix flushing when using request_samples
If any samples …
|
|
|
@06cd4c5a
|
11 years |
anton |
avconv: fix usage of deprecated lavfi API
|
|
|
@612a5049
|
11 years |
anton |
avserver: do not use a static string as a default for a string option
…
|
|
|
@7684a361
|
11 years |
anton |
mxfenc: switch to av_reallocp_array() and check allocation errors
…
|
|
|
@a10c4ce2
|
11 years |
lu_zero |
aac: Forward errors properly in aac_decode_frame_int
Incidentally …
|
|
|
@71953ebc
|
11 years |
lu_zero |
aac: Check init_get_bits return value
Some code paths can call it …
|
|
|
@51fc88e7
|
11 years |
anton |
avconv: improve some variable names
'filter' is too generic, since …
|
|
|
@77cc958f
|
11 years |
anton |
lavfi: add const to the AVFilter parameter of …
|
|
|
@6da5b57d
|
11 years |
diego |
configure: Check for GCC diagnostic pragma support inside of functions …
|
|
|
@a8b19271
|
11 years |
diego |
avcodec: Add output_picture_number to AVCodecParserContext
Set …
|
|
|
@7950e519
|
11 years |
diego |
Disable deprecation warnings for cases where a replacement is available
|
|
|
@3a7050ff
|
11 years |
diego |
build: Add _Pragma macro to disable deprecated declaration warnings
|
|
|
@79be2c32
|
11 years |
diego |
doc/print_options: Move options headers to a saner place
|
|
|
@b5a13865
|
11 years |
diego |
Give less generic names to global library option arrays
|
|
|
@0d6fa397
|
11 years |
martin |
rtmp: Add seek support
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@0d8b943d
|
11 years |
diego |
h264_sei: Return meaningful values
Signed-off-by: Diego Biurrun …
|
|
|
@b1841217
|
11 years |
diego |
h264_sei: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@4c7fd58f
|
11 years |
diego |
h264_sei: Remove pointless old comment
|
|
|
@9ea24e92
|
11 years |
diego |
twinvq: Add proper twinvq prefixes to identifiers
|
|
|
@f900f35a
|
11 years |
diego |
flvdec: Eliminate completely silly goto
|
|
|
@e4529df9
|
11 years |
diego |
flvdec: K&R formatting cosmetics
|
|
|
@390b4d70
|
11 years |
diego |
flvdec: Fix = vs. == typo in sample rate check
|
|
|
@fd8f91e3
|
11 years |
martin |
rtsp: Simplify code for forming the remote peer url
Signed-off-by: …
|
|
|
@3c8bff07
|
11 years |
anton |
avframe: have av_frame_get_side_data take const AVFrame*
…
|
|
|
@ee37d581
|
11 years |
martin |
rtpproto: Allow specifying a separate rtcp port in …
|
|
|
@1851e1d0
|
11 years |
martin |
rtpproto: Check the size before reading buf[1]
I doubt that anyone …
|
|
|
@7748dd41
|
11 years |
martin |
avconv: add -n option to immediately exit when output files already …
|
|
|
@b85dbe68
|
11 years |
martin |
avconv: Call exit_program instead of exit in avconv_opt as well
This …
|
|
|
@c7e921a5
|
11 years |
martin |
avopt: Check whether the object actually has got an AVClass
…
|
|
|
@b7e6da98
|
11 years |
martin |
rtpproto: Move rtpproto specific function declarations to a separate …
|
|
|
@892b0be1
|
11 years |
martin |
rtpproto: Simplify the rtp_read function by looping over the fds
This …
|
|
|
@7531588f
|
11 years |
martin |
rtpproto: Remove a misplaced comment
The fdset is a pollfd array …
|
|
|
@54e03ff6
|
11 years |
martin |
rtpproto: Support nonblocking reads
Signed-off-by: Martin Storsjö …
|
|
|
@2e814d03
|
11 years |
martin |
rtpenc: Simplify code by introducing a macro for rescaling NTP …
|
|
|
@45dd1ae1
|
11 years |
diego |
avfilter: Add some missing FF_API_AVFILTERBUFFER ifdefs
|
|
|
@c2e936de
|
11 years |
diego |
tree-test: Refactor and plug memory leaks
With the most annoying …
|
|
|
@a9b04b2c
|
11 years |
diego |
tree.h: K&R formatting and typo cosmetics
|
|
|
@9696740a
|
11 years |
martin |
hls: Call avformat_find_stream_info() on the chained demuxers
This …
|
|
|
@78b4bfdb
|
11 years |
diego |
Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalents
|
|
|
@1f57d601
|
11 years |
martin |
rtsp: Support RFC4570 (source specific multicast) more properly.
Add …
|
|
|