|
|
|
@f399e406
|
11 years |
martin |
altivec: perform an explicit unaligned load
Implicit vector loads on …
|
|
|
@9d86bfc2
|
11 years |
martin |
hlsenc: Don't reset the number variable when wrapping
The counter …
|
|
|
@09c93b1b
|
11 years |
martin |
hlsenc: Append the last incomplete segment when closing the output
…
|
|
|
@c9031c7
|
11 years |
martin |
hlsenc: Add a proper dependency on the mpegts muxer
The hls muxer …
|
|
|
@239f55bf
|
11 years |
diego |
vp56data: Move all data tables to the .c file
|
|
|
@cb214707
|
11 years |
diego |
vp56data: Move all shared enum/struct declarations to common header
|
|
|
@38f64c03
|
11 years |
diego |
mpeg12decdata.h: Move all tables to the only place they are used
|
|
|
@ec6c1b1d
|
11 years |
diego |
mpeg12decdata: Remove unused #define
|
|
|
@c591d45
|
11 years |
diego |
avcodec: Replace local extern declarations for tables with header #includes
|
|
|
@aa2ba8c9
|
11 years |
diego |
swscale: Move extern declarations for tables to swscale_internal.h
…
|
|
|
@d2585315
|
11 years |
diego |
swscale: Mark a bunch of tables only used within one file static
|
|
|
@060ce0c6
|
11 years |
diego |
ivi_common: Make some tables only used within the file static
|
|
|
@4b054a34
|
11 years |
martin |
rtpproto: Check the right feature detection macro
IPPROTO_IPV6 is …
|
|
|
@163a7297
|
11 years |
diego |
electronicarts: Let functions always returning the same value return void
|
|
|
@4908c8e
|
11 years |
diego |
electronicarts: Improve some function/variable names
|
|
|
@a90cff13
|
11 years |
diego |
electronicarts: comment wording fixes
|
|
|
@288f2ffb
|
11 years |
diego |
electronicarts: Remove bogus function documentation
|
|
|
@8747fce9
|
11 years |
diego |
electronicarts: K&R formatting cosmetics
|
|
|
@e8c0defe
|
11 years |
janne-libav |
8bps: decode 24bit files correctly as rgb32 on bigendian
|
|
|
@c3386bd5
|
11 years |
martin |
rtpproto: Check for the right feature when reading a sockaddr_in6
…
|
|
|
@b56fc18b
|
11 years |
martin |
sdp: Add an option for sending RTCP packets to the source of the last …
|
|
|
@6b58e11a
|
11 years |
martin |
rtpproto: Add an option for writing return packets to the address of …
|
|
|
@2427ac6
|
11 years |
martin |
rtpproto: Update the parameter documentation
Move the sources …
|
|
|
@5268bd29
|
11 years |
lu_zero |
segafilm: Error out on impossible packet size
Reported-by: Mateusz …
|
|
|
@3562684d
|
11 years |
lu_zero |
ogg: Always alloc the private context in vorbis_header
It is possible …
|
|
|
@f13fe602
|
11 years |
lu_zero |
rtjpeg: Use init_get_bits8
CC:libav-stable@libav.org
|
|
|
@62cc7a91
|
11 years |
lu_zero |
rtjpeg: return meaningful error codes
|
|
|
@2df0776c
|
11 years |
lu_zero |
nuv: Use av_fast_realloc
The decompressed buffer can be used after …
|
|
|
@feaaf5f7
|
11 years |
lu_zero |
nuv: Reset the frame on resize
Reported-by: Mateusz "j00ru" Jurczyk …
|
|
|
@075dbc18
|
11 years |
lu_zero |
nuv: Pad the lzo outbuf
And properly update the buf_size with the …
|
|
|
@aae159a7
|
11 years |
lu_zero |
nuv: Do not ignore lzo decompression failures
Update the fate …
|
|
|
@46dee21a
|
11 years |
lu_zero |
png: allow encoding 16-bit grayscale
Signed-off-by: Luca Barbato …
|
|
|
@3ca5df3
|
11 years |
anton |
wmall: use AVFrame API properly
This fixes a bug with non-refcounted …
|
|
|
@5718e348
|
11 years |
lu_zero |
rtmp: Do not misuse memcmp
CC: libav-stable@libav.org
|
|
|
@205a4502
|
11 years |
martin |
doc: Clarify the avconv section about -re
Signed-off-by: Martin …
|
|
|
@d175a57
|
11 years |
martin |
doc: Add an example on publishing over RTMP
Signed-off-by: Martin …
|
|
|
@3bea53db
|
11 years |
martin |
doc: Add librtmp to the section header for the librtmp specific …
|
|
|
@a435ca5b
|
11 years |
martin |
doc: Explain that the default RTMP user agent is different when …
|
|
|
@aa16a6b0
|
11 years |
martin |
doc: Extend the rtmp example to include how to pass username/password
…
|
|
|
@8e1fe345
|
11 years |
martin |
rtmp: Detect and warn if the user tries to pass librtmp style …
|
|
|
@ba5393a6
|
11 years |
lu_zero |
rtmp: rename data_size to size
|
|
|
@4ebc7d65
|
11 years |
lu_zero |
rtmp: Use PRId64 when needed.
|
|
|
@5a9a9d4a
|
11 years |
lu_zero |
lavc: Add refcounted api to AVPacket
Provide a clean way to …
|
|
|
@c1076d84
|
11 years |
anton |
h264: check one context_init() allocation
Signed-off-by: Anton …
|
|
|
@5eb488bf
|
11 years |
anton |
h264: use explicit variable names for *_field_flag
Signed-off-by: …
|
|
|
@b3dc260e
|
11 years |
anton |
h264: return meaningful values
Signed-off-by: Anton Khirnov …
|
|
|
@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 …
|
|
|