|
|
|
@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 …
|
|
|
@74972220
|
11 years |
martin |
rtpproto: Support more than one SSM include address, support excludes
…
|
|
|
@7d99c929
|
11 years |
martin |
udp: Keep track of include and exclude sources separately
This allows …
|
|
|
@3357bccc
|
11 years |
martin |
udp: Allow specifying multicast include/blocks as host names as well
…
|
|
|
@0e8c6f22
|
11 years |
diego |
avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typo
Also fix …
|
|
|
@4822ee3
|
11 years |
diego |
configure: Detect AIX ar command instead of hardcoding it in the OS section
|
|
|
@711c4da1
|
11 years |
diego |
fate: Add tree test
|
|
|
@d99a2b6d
|
11 years |
diego |
avutil/tree: Drop debug messages that clutter the output
|
|
|
@10db1a9b
|
11 years |
diego |
avutil/tree: K&R formatting cosmetics
|
|
|
@c47037c7
|
11 years |
diego |
fate: Add timefilter test
|
|
|
@06205b5e
|
11 years |
martin |
hls: Free packets when skipping packets when seeking
This fixes …
|
|
|
@a2b7eeeb
|
11 years |
martin |
hlsproto: Store all durations in AV_TIME_BASE
Also parse segment …
|
|
|
@c4419103
|
11 years |
martin |
hls: Store all durations in AV_TIME_BASE
Also parse segment durations …
|
|
|
@e1d5b244
|
11 years |
martin |
hls: Store first_timestamp in units of AV_TIME_BASE
When …
|
|
|
@55c4cba2
|
11 years |
diego |
huffyuvenc: BGRA support
Bug-Id: 452
Signed-off-by: Diego Biurrun …
|
|
|
@c110cbf6
|
11 years |
martin |
hls: Create an AVProgram for each variant
Without the information, an …
|
|
|
@9d64f236
|
11 years |
martin |
hls: Respect the different stream time bases when comparing dts
Also …
|
|
|
@c11e33a3
|
11 years |
martin |
hls: Set stream offset before opening a chained demuxer
This makes …
|
|
|
@cdd2d73d
|
11 years |
martin |
hls: Don't check discard flags until the parent demuxer's streams …
|
|
|
@82bf8c87
|
11 years |
martin |
hls: Copy the time base from the chained demuxer
When a variant …
|
|
|
@eb33ba04
|
11 years |
martin |
hls: Return all packets from a previous variant before moving on to …
|
|
|
@c5b46a06
|
11 years |
martin |
lavf: Don't interpret just slightly broken timestamps as wraparound
…
|
|
|
@2219e27b
|
11 years |
lu_zero |
oma: correctly mark and decrypt partial packets
Incomplete crypted …
|
|
|
@9d0b45ad
|
11 years |
lu_zero |
oma: check geob tag boundary
Prevent read after buffer boundary on …
|
|
|
@4f03a77e
|
11 years |
lu_zero |
oma: refactor seek function
Properly propagate seek errors from avio …
|
|
|
@3ca1dd25
|
11 years |
lu_zero |
xl: Make sure the width is valid
And undo the wrong commit …
|
|
|
@0f51c398
|
11 years |
martin |
http: Support reading gzip/deflate compressed data
Derived from VLC's …
|
|
|
@b09d86c
|
11 years |
derek.buitenhuis |
utvideoenc: use av_image_copy_plane()
Signed-off-by: Paul B Mahol …
|
|
|
@62b1e3b1
|
11 years |
lu_zero |
aasc: Check minimum buffer size
Prevent some overreads.
Reported-by: …
|
|
|
@45ee556d
|
11 years |
lu_zero |
qdm2: Whitespace cosmetics
|
|
|
@0e78ef0f
|
11 years |
lu_zero |
flac: use meaningful return values
|
|
|
@f1cb490d
|
11 years |
lu_zero |
xl: Fix the buffer size check
Also make it the first check.
…
|
|
|
@e13a9293
|
11 years |
lu_zero |
xl: K&R formatting cosmetics
|
|
|
@270d7e3a
|
11 years |
diego |
doc: cosmetics: Consistently format list and table items
|
|
|
@bf4b0ed1
|
11 years |
diego |
Add missing deprecation attributes
|
|
|
@5b097399
|
11 years |
diego |
eval: Explicitly ignore return value of strtod() in parse_db()
The …
|
|
|