|
|
|
@5c1d724
|
11 years |
lu_zero |
lavc: set AVCodecContext.hwaccel in ff_get_format()
This way each …
|
|
|
@632ad224
|
11 years |
lu_zero |
lavc: Add an internal wrapper around get_format()
It will be useful …
|
|
|
@9880a0d4
|
11 years |
lu_zero |
pcm-dvd: Fix 20bit decoding
Increment the pointer as needed.
Bug-Id: …
|
|
|
@0bacfa8d
|
11 years |
martin |
rtmpproto: Check the buffer sizes when copying app/playpath strings
…
|
|
|
@7ce3bd96
|
11 years |
martin |
rtmpproto: Support alternative slist parameter in rtmp URLs
Support …
|
|
|
@3828eb85
|
11 years |
martin |
libfdk-aac: Relicense the library wrappers to 2-clause BSD
This …
|
|
|
@15fa856b
|
11 years |
martin |
libfdk-aacenc: Enable 7.1 channel encoding
7.1(wide) and …
|
|
|
@9580818c
|
11 years |
anton |
avconv: rename OutputStream.opts to OutputStream.encoder_opts
This …
|
|
|
@01947f07
|
11 years |
anton |
avconv: remove a useless line
Doing anything with that field when we …
|
|
|
@65ed9e7
|
11 years |
anton |
avconv: rename 'codec' to 'enc_ctx'
This more clearly describes what …
|
|
|
@650a5206
|
11 years |
anton |
avconv: rename 'icodec' to 'dec_ctx'
This more clearly describes what …
|
|
|
@f3a6ad22
|
11 years |
anton |
avconv: rename InputStream.opts to InputStream.decoder_opts
This …
|
|
|
@73ed8558
|
11 years |
anton |
avconv: simplify exit_program() by using more local vars
|
|
|
@dcbfb780
|
11 years |
lu_zero |
probe: Support AAC_LATM in set_codec_from_probe_data
|
|
|
@f66d0c57
|
11 years |
lu_zero |
latm: Add a probe function
|
|
|
@de69aedf
|
11 years |
lu_zero |
mathematics: K&R formatting cosmetics
|
|
|
@3a177a9c
|
11 years |
lu_zero |
swscale: Fix an undefined behaviour
Prevent a division by zero down …
|
|
|
@925c3787
|
11 years |
lu_zero |
vp9: Read the frame size as unsigned
Sample-Id: 00001723-google …
|
|
|
@a90d92ce
|
11 years |
lu_zero |
aac: K&R formatting cosmetics
|
|
|
@c6b42e85
|
11 years |
lu_zero |
flv: K&R formatting cosmetics
|
|
|
@ba71c740
|
11 years |
anton |
lavc: deprecate AVCodecContext.codec_name
It is undocumented and has …
|
|
|
@e7fc9796
|
11 years |
anton |
lavc: do not use AVCodecContext.codec_name in avcodec_string()
That …
|
|
|
@ef973216
|
11 years |
anton |
rmdec: do not export anything to AVCodecContext.codec_name
That field …
|
|
|
@6072184e
|
11 years |
anton |
asfenc: use codec descriptors instead of AVCodecs to write codec info
…
|
|
|
@92e4b643
|
11 years |
anton |
oggparseskeleton: do not use AVCodecContext.codec_name
That field is …
|
|
|
@18f2514c
|
11 years |
anton |
mov: export stsd Compressorname in metadata
Stop using the …
|
|
|
@a2941c8c
|
11 years |
anton |
lavc: move CODEC_FLAG_MV0 to mpegvideo
|
|
|
@64841491
|
11 years |
anton |
lavc: make the xvid-specific "gmc" flag a private option of libxvid
|
|
|
@b2c31710
|
11 years |
anton |
lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo
|
|
|
@5fccedaa
|
11 years |
anton |
lavc: deprecate CODEC_FLAG_INPUT_PRESERVED
The addition of …
|
|
|
@141fdc76
|
11 years |
anton |
matroska: add the Opus mapping
|
|
|
@a1aa37dd
|
11 years |
anton |
matroskaenc: write CodecDelay
|
|
|
@1c0210c7
|
11 years |
anton |
lavfi: add Bauer stereo-to-binaural audio filter
Signed-off-by: Anton …
|
|
|
@eb3b5501
|
11 years |
anton |
matroskadec: read the CodecDelay element
|
|
|
@7d027b9d
|
11 years |
lu_zero |
librtmp: Map native options to librtmp ones when possible
Makes the …
|
|
|
@7266e24f
|
11 years |
lu_zero |
hls: Sync the file number with the start sequence
|
|
|
@a1643103
|
11 years |
lu_zero |
hls: Factor the sequence computation
|
|
|
@c7603b3
|
11 years |
lu_zero |
hls: Print start_number as first sequence value
The option now …
|
|
|
@87a3ea31
|
11 years |
lu_zero |
segment: Report the current media sequence
Useful for debugging mostly.
|
|
|
@344f7b5a
|
11 years |
lu_zero |
hls: Report the current media sequence
Useful for debugging mostly.
|
|
|
@a7c5fdda
|
11 years |
anton |
avconv_dxva2: define all used GUIDs directly instead of relying on the …
|
|
|
@9d76dd95
|
11 years |
anton |
h264: drop commented out cruft
|
|
|
@c1f92d13
|
11 years |
anton |
mpegvideo: remove unused MpegEncContext.b4_stride
|
|
|
@6a13505c
|
11 years |
anton |
mpegvideo: move the MpegEncContext fields used from arm asm to the …
|
|
|
@5a70a783
|
11 years |
lu_zero |
hls: Add an option to prepend a baseurl to the playlist entries
…
|
|
|
@5c08ae4f
|
11 years |
lu_zero |
segment: Add an option to prepend a string to the list entries
Useful …
|
|
|
@a61c2115
|
11 years |
anton |
configure: rework dxva in avconv handling
Move the dxva check after …
|
|
|
@35177ba
|
11 years |
anton |
avconv: add support for DXVA2 decoding
Signed-off-by: Anton Khirnov …
|
|
|
@b2b4afe8
|
11 years |
anton |
hwaccel: fix dxva2 & vaapi loop filter parameters
Signed-off-by: …
|
|
|
@ed4b7571
|
11 years |
anton |
dxva2_h264: add a workaround for old Intel GPUs
Old Intel GPUs expect …
|
|
|
@2fcef90b
|
11 years |
anton |
dxva2_h264: set the correct ref frame index in the long slice struct
…
|
|
|
@1eb57e1d
|
11 years |
anton |
lavc: eliminate tb_unreliable()
If framerate estimation is enabled, …
|
|
|
@cdf6eb5a
|
11 years |
lu_zero |
vc1: Do not return an error when skipping b frames
This caused mpv …
|
|
|
@99e22b78
|
11 years |
lu_zero |
mov: Emit the correct tags for clcp tracks
Bug-Id: 664
…
|
|
|
@802385db
|
11 years |
lu_zero |
mov: Write prof section of tapt tag
Signed-off-by: Luca Barbato …
|
|
|
@8de77b66
|
11 years |
derek.buitenhuis |
fate: Add fic-in-avi test
Signed-off-by: Derek Buitenhuis …
|
|
|
@a24a2527
|
11 years |
janne-libav |
aarch64: NEON optimized FIR audio resampling
Optimized for the …
|
|
|
@cae8df78
|
11 years |
janne-libav |
lavr: define ResampleContext in resample.h
Required for arch …
|
|
|
@a88e1d1c
|
11 years |
janne-libav |
lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsets
|
|
|
@152b797c
|
11 years |
lu_zero |
flv: Do not mangle dts values for negative cts
Some applications …
|
|
|
@5d983fdb
|
11 years |
lu_zero |
flv: Warn only once
No point in sending the message multiple time.
|
|
|
@374fdc8c
|
11 years |
lu_zero |
flv: Improve log messages
Messages should start with a capital letter …
|
|
|
@7cade8ea
|
11 years |
kostya.shishkov |
on2avc: change a comment at #endif to match actual define
|
|
|
@e2834567
|
11 years |
kostya.shishkov |
On2 AVC decoder
|
|
|
@d7eb8f90
|
11 years |
derek.buitenhuis |
fic: Make warning message more accurate
Signed-off-by: Derek …
|
|
|
@7596fc3d
|
11 years |
derek.buitenhuis |
fic: Remove redundant clips
The equations can't overflow or underflow …
|
|
|
@e299cb2c
|
11 years |
derek.buitenhuis |
fic: Simplify alpha blending
Signed-off-by: Derek Buitenhuis …
|
|
|
@b0bdc2a7
|
11 years |
derek.buitenhuis |
avutil: move av_get_time_base_q() after include rational.h
Fix …
|
|
|
@502512ea
|
11 years |
derek.buitenhuis |
avutil: Add av_get_time_base_q()
This fixes usage of AV_TIME_BASE_Q …
|
|
|
@9155c595
|
11 years |
derek.buitenhuis |
fic: Support rendering cursors
Signed-off-by: Derek Buitenhuis …
|
|
|
@40b331e1
|
11 years |
derek.buitenhuis |
fic: Use proper quantization matrix index
The matrices are not …
|
|
|
@3956a5e0
|
11 years |
janne-libav |
aarch64: NEON vorbis_inverse_coupling
From the ARMv7 NEON version. 16 …
|
|
|
@8f9fe6ae
|
11 years |
janne-libav |
aarch64: NEON fixed/floating point MPADSP apply_window
30%/25% …
|
|
|
@f4d5a2cc
|
11 years |
janne-libav |
aarch64: NEON float to s16 audio conversion
|
|
|
@ee2bc59
|
11 years |
janne-libav |
aarch64: NEON float (i)MDCT
Approximately as fast as the ARM NEON …
|
|
|
@650c4300
|
11 years |
janne-libav |
aarch64: NEON float FFT
Approximately as fast as the ARM NEON version …
|
|
|
@f9157463
|
11 years |
anton |
lavf: do not use the parser duration for video
The parser has no way …
|
|
|
@1ae8198b
|
11 years |
anton |
avconv: always reset packet pts after decoding an audio frame
…
|
|
|
@b19a5e5
|
11 years |
anton |
lavc: improve AVCodecContext.delay doxy
|
|
|
@a4ed995c
|
11 years |
anton |
txd: do not set the codec timebase.
It is not supposed to be changed …
|
|
|
@1c7b71a
|
11 years |
lu_zero |
mpegvideo: Use the current_picture pts
The picture slot can be …
|
|
|
@6f243b17
|
11 years |
derek.buitenhuis |
avcodec/fic: Fix return value check
Fixes part of Ticket3466 …
|
|
|
@144f7a56
|
11 years |
derek.buitenhuis |
avcodec/fic: clear slice_data
Fixes artifacts
Fixes use of freed …
|
|
|
@f34d3173
|
11 years |
derek.buitenhuis |
avcodec/fic: fix slice checks
fix integer overflows
Signed-off-by: …
|
|
|
@93e15a32
|
11 years |
derek.buitenhuis |
fic: use correct IDCT
Signed-off-by: Derek Buitenhuis …
|
|
|
@911fa05b
|
11 years |
martin |
mvc: Specify the pixel format for the mv-mvc* tests
Also set the RGBA …
|
|
|
@6dfd99c9
|
11 years |
vittorio.giovara |
fate: add tests for SGI RLE and MVC1&2 decoders
|
|
|
@55ddd70
|
11 years |
vittorio.giovara |
Silicon Graphics Movie demuxer
Signed-off-by: Vittorio Giovara …
|
|
|
@86a04326
|
11 years |
vittorio.giovara |
Silicon Graphics Motion Video Compressor 1 & 2 decoder
Signed-off-by: …
|
|
|
@07761294
|
11 years |
vittorio.giovara |
Silicon Graphics RLE 8-bit video decoder
Signed-off-by: Vittorio …
|
|
|
@34c5a666
|
11 years |
vittorio.giovara |
h264: codec reinit: remove statements without effect
…
|
|
|
@6ef96292
|
11 years |
vittorio.giovara |
utils: add yvyu422 to avcodec_align_dimensions2
|
|
|
@d23fc884
|
11 years |
vittorio.giovara |
filtfmts: remove unused lavf include
|
|
|
@58400ac1
|
11 years |
vittorio.giovara |
lavfi: name anonymous structs
|
|
|
@4936ef64
|
11 years |
martin |
configure: Handle armcc 5.0
The first line of the "armcc --vsn" …
|
|
|
@32d05934
|
11 years |
anton |
mp3dec: decode more data from Info header
Signed-off-by: Anton …
|
|
|
@0983d481
|
11 years |
anton |
crc: add ANSI CRC16 LE
This adds the reversed byte-order version of …
|
|
|
@fbd8e042
|
11 years |
anton |
mp3dec: move XING/Info and VBRI parsing into their own functions
…
|
|
|
@ae43c10e
|
11 years |
anton |
replaygain: allow exporting already decoded replaygain values
This …
|
|
|
@21d8f4da
|
11 years |
anton |
resample: remove an unneeded context variable
|
|
|