|
|
|
@5c42078
|
12 years |
michaelni |
sws: fix ED mono dither black level
Signed-off-by: Michael …
|
|
|
@7ba9f40a
|
12 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@24c47f00
|
12 years |
michaelni |
lavfi: EBU R.128 irregular time
Correct the time interval between …
|
|
|
@2dc2e4f5
|
12 years |
michaelni |
sws: Enable full chroma resolution when needed for ED dither
…
|
|
|
@8045c016
|
12 years |
michaelni |
sws: Only reset dither state for bitexact mode
the output looks …
|
|
|
@ca447592
|
12 years |
michaelni |
sws: rgb/bgr 4/8 error diffusion dither
Signed-off-by: Michael …
|
|
|
@d7a46ca1
|
12 years |
michaelni |
sws: add AVOption flag for error diffusion dither
Signed-off-by: …
|
|
|
@040c461c
|
12 years |
stefasab |
doc/muxers: apply minor cosmetics to segment option descriptions
|
|
|
@f65e5712
|
12 years |
Marton Balint |
ffplay: flush video filters on seek
Actually we just re-create the …
|
|
|
@1427c684
|
12 years |
Marton Balint |
ffplay: use videoq.serial to detect obsolete frames
Previously …
|
|
|
@d00df260
|
12 years |
stefasab |
lavf/segment: do not auto-select a video stream with attached_pic …
|
|
|
@bbce913e
|
12 years |
stefasab |
lavf/segment: move reference stream selection code to a dedicated function
|
|
|
@1de369a6
|
12 years |
stefasab |
lavf/segment: remove now unused field list_max_segment_time
|
|
|
@d4890c1
|
12 years |
stefasab |
lavf/segment: add support to segment list file entries sliding window …
|
|
|
@6b7d9d51
|
12 years |
stefasab |
lavf/segment: add SegmentListEntry and use it
This patch is …
|
|
|
@176b72a2
|
12 years |
stefasab |
lavf/utils: provide feedback in case of invalid probe size
Log …
|
|
|
@c79be51d
|
12 years |
onemda |
vf_fade: use AVPixFmtDescriptor to find out if pixel format have alpha …
|
|
|
@646ade76
|
12 years |
michaelni |
sws: Support error diffusion dither for mono output
Signed-off-by: …
|
|
|
@24bbc416
|
12 years |
stefasab |
doc/filters: create a dedicated "Examples" subsection for fade, and …
|
|
|
@2852bd70
|
12 years |
stefasab |
lavfi/fade: accept shorthand syntax
|
|
|
@44d5a28b
|
12 years |
stefasab |
doc/filters: avoid @example for showing the drawbox shorthand syntax
…
|
|
|
@fd165ace
|
12 years |
michaelni |
golomb: check log validity before shifting
Fixes invalid right shift …
|
|
|
@d084c5c7
|
12 years |
onemda |
vf_fade: support YUVA422P & YUVA444P
Signed-off-by: Paul B Mahol …
|
|
|
@13178d00
|
12 years |
michaelni |
h264/get_lowest_part_list_y: remove unneeded operations
…
|
|
|
@8ac0d95b
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
h264: …
|
|
|
@17596198
|
12 years |
michaelni |
Merge commit '80ac87c13dc8c6c063e26a464c5c542357c0583f'
* commit …
|
|
|
@a003c5bd
|
12 years |
Carl Eugen Hoyos |
Fix opencv detection.
This commit changes the ".so" argument …
|
|
|
@940b8b58
|
12 years |
anton |
h264: avoid pointless copying of ref lists
ref_list is constructed …
|
|
|
@d270c320
|
12 years |
michaelni |
avcodec_decode_audio: do not trust the channel layout, use the channel …
|
|
|
@b90632d5
|
12 years |
justin.ruggles |
lavr: always reset mix function names and pointers in …
|
|
|
@f07ef2d9
|
12 years |
justin.ruggles |
lavr: call mix_function_init() in ff_audio_mix_set_matrix()
This is …
|
|
|
@4aed4f58
|
12 years |
michaelni |
mlpdec: dont leave a invalid huff_lsb in the context.
Fix assertion …
|
|
|
@e1d7d4bd
|
12 years |
michaelni |
mpegvideo: reset context state on failed thread update.
Fixes …
|
|
|
@56ef1ef1
|
12 years |
lu_zero |
fate: update ref after rv30_loop_filter fix
|
|
|
@783e37f7
|
12 years |
lu_zero |
rv30: fix masking in rv30_loop_filter()
The mask `x && (1 << y)' is …
|
|
|
@80ac87c1
|
12 years |
lu_zero |
lavc: support ZenoXVID custom tag
Looks like this kind of samples are …
|
|
|
@43e0e0c4
|
12 years |
lu_zero |
libcdio: support recent cdio-paranoia
Upstream decided to split the …
|
|
|
@9a038a95
|
12 years |
Carl Eugen Hoyos |
Use new function av_codec_get_tag2() in ffmpeg.c.
Fixes ticket #1953.
|
|
|
@a1a707f7
|
12 years |
Carl Eugen Hoyos |
Add a new function av_codec_get_tag2().
av_codec_get_tag() may return …
|
|
|
@8fdd2445
|
12 years |
onemda |
.gitignore: add /doc/examples/pc-uninstalled
Signed-off-by: Paul B …
|
|
|
@973b4d44
|
12 years |
martin |
float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_window
This …
|
|
|
@e33db35b
|
12 years |
martin |
theora: Skip zero-sized headers
This fixes a regression since …
|
|
|
@ad406f7e
|
12 years |
Carl Eugen Hoyos |
Only skip MLP header in mpeg files if the codec actually is MLP.
…
|
|
|
@12cb21ef
|
12 years |
Carl Eugen Hoyos |
Make the latm decoder less verbose on initialisation.
Reviewed-by: …
|
|
|
@46730e7a
|
12 years |
michaelni |
mux/chunked interleaver: better align duration chunks.
This code …
|
|
|
@69a96f9d
|
12 years |
michaelni |
mux: de-obfuscate chunked interleaver checks
Signed-off-by: Michael …
|
|
|
@c57c1329
|
12 years |
michaelni |
mux: simplify chunking interleaver code
Signed-off-by: Michael …
|
|
|
@2dc9bcad
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
idcin: …
|
|
|
@b454c64e
|
12 years |
michaelni |
latmenc: Check for LOAS sync word
Write the packet unaltered if …
|
|
|
@c345100e
|
12 years |
Carl Eugen Hoyos |
Fix detection of struct v4l2_frmsize_discrete.
It was always detected …
|
|
|
@765a3ba0
|
12 years |
michaelni |
h264: add assert to check that block_offset is consistent.
…
|
|
|
@97d19028
|
12 years |
michaelni |
h264: always copy linesizes in thread update
Fixes inconsistencies in …
|
|
|
@f674cc77
|
12 years |
michaelni |
h264: always copy block_offset in thread update
Fixes out of array …
|
|
|
@641bbd96
|
12 years |
onemda |
vima: switch to init_get_bits8()
Signed-off-by: Paul B Mahol …
|
|
|
@1191db31
|
12 years |
michaelni |
mux: fix chunked interleaver
The code did not account properly for …
|
|
|
@b7bc49a
|
12 years |
michaelni |
mips: move vector_fmul_window_mips to libavutil
Reviewed-by: "Babic, …
|
|
|
@b805c725
|
12 years |
justin.ruggles |
idcin: fix memleaks in idcin_read_packet()
Fixes fate-id-cin-video …
|
|
|
@0942aa46
|
12 years |
nicolas.george |
lafv/matroska: add A_OPUS/EXPERIMENTAL codec name.
The exact packing …
|
|
|
@f0cf017d
|
12 years |
michaelni |
configure: suppress "enumerated type mixed with another type" for icc
…
|
|
|
@cae11e4
|
12 years |
michaelni |
mux: fix chunked_duration rounding anomaly
a small value was rounded …
|
|
|
@5c7e9e16
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavc: …
|
|
|
@0e79fe37
|
12 years |
nicolas.george |
lavd/v4l2: init return value.
Fix a warning and random failures.
|
|
|
@1459f342
|
12 years |
michaelni |
Merge commit '977d4a3b8a2dbc2fb5e747c7072485016c9cdfaa'
* commit …
|
|
|
@9ea65c65
|
12 years |
michaelni |
Merge commit '0eecafc948b74c247ebbc59f18f508db5d590d0b'
* commit …
|
|
|
@06af724c
|
12 years |
michaelni |
Merge commit 'fb845ffdd335a1efd6dfd43e8adeb530397b348e'
* commit …
|
|
|
@68f92a70
|
12 years |
michaelni |
Merge commit 'dae1d507af94261bafd3b11549884e5d1eca590e'
* commit …
|
|
|
@f245a208
|
12 years |
Carl Eugen Hoyos |
lavd/v4l2: update broken link to v4l2 video capture example
…
|
|
|
@3681021
|
12 years |
Carl Eugen Hoyos |
lavd/v4l2: improve debug message
Reviewed-by: Stefano Sabatini
|
|
|
@e034cc6c
|
12 years |
lu_zero |
lavc: Move vector_fmul_window to AVFloatDSPContext
Signed-off-by: …
|
|
|
@a7ba3244
|
12 years |
martin |
rtpdec_mpeg4: Check the remaining amount of data before reading
This …
|
|
|
@bbe56bcd
|
12 years |
michaelni |
motion_est: Limit motion vector search range to MAX_MV
Fixes out of …
|
|
|
@5c6283e5
|
12 years |
michaelni |
mpegvideo: Increase MAX_MV for HD video
Fixes out of array reads
…
|
|
|
@2d372d3a
|
12 years |
michaelni |
h264: document h264_set_parameter_from_sps() re-calling behavior
…
|
|
|
@31c4a1b7
|
12 years |
michaelni |
h264: do not mess up cur_chroma_format_idc during thread update
Fixes …
|
|
|
@2c85d7c0
|
12 years |
michaelni |
h264: add 3 pixels below for subpixel filter wait position.
If the …
|
|
|
@e7a39e1
|
12 years |
stefasab |
examples/demuxing: free AVPacket after usage
Fix leak.
|
|
|
@c92b6f3
|
12 years |
stefasab |
tools: add plotframes script
The script is ported from …
|
|
|
@10315b1c
|
12 years |
stefasab |
doc/protocols: document HTTP protocol cookie support
Signed-off-by: …
|
|
|
@0b80a121
|
12 years |
stefasab |
lavf/http: add HTTP protocol cookie support
Signed-off-by: Stefano …
|
|
|
@977d4a3b
|
12 years |
martin |
rtpdec_mpeg4: Check the return value from malloc
Signed-off-by: …
|
|
|
@0eecafc9
|
12 years |
martin |
configure: Make the new srtp protocol depend on the rtp protocol
…
|
|
|
@42364fcb
|
12 years |
martin |
srtp: Mark a few variables as uninitialized
This squelches false …
|
|
|
@c2603aa2
|
12 years |
martin |
lavf: Add a fate test for the SRTP functions
Signed-off-by: Martin …
|
|
|
@3130fa51
|
12 years |
martin |
lavu: Add a fate test for the HMAC API
Signed-off-by: Martin Storsjö …
|
|
|
@fb845ffd
|
12 years |
lu_zero |
h264: add 3 pixels below for subpixel filter wait position
If the …
|
|
|
@d012059e
|
12 years |
stefasab |
lavd/v4l2: apply grammar/consistency fixes to options help fields
|
|
|
@aa359d38
|
12 years |
stefasab |
lavd/v4l2: return meaningful error code from device_init()
In …
|
|
|
@fce16502
|
12 years |
stefasab |
lavd/v4l2: fix misc messages
|
|
|
@1b325ce9
|
12 years |
stefasab |
lavd/v4l2: extend error/debug feedback in case of invalid codec/pix_fmt
|
|
|
@f924d529
|
12 years |
lu_zero |
dvdsubdec: Support palette in mkv
Matroska stores palette information …
|
|
|
@c994bb2f
|
12 years |
michaelni |
oggdec: Leave treatment of serial changes to the decoder.
Attempting …
|
|
|
@e9ffee23
|
12 years |
michaelni |
vorbisdec: handle midstream parameter changes
Signed-off-by: Michael …
|
|
|
@c5cf58d4
|
12 years |
michaelni |
oggdec: resync from the last page.
Previously we re synced from where …
|
|
|
@778069c8
|
12 years |
michaelni |
vorbisdec: support freeing partially allocated contexts.
Fixes null …
|
|
|
@dae1d507
|
12 years |
diego |
x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflags
|
|
|
@23098bbd
|
12 years |
justin.ruggles |
vf_fps: add final flushed frames to the dropped frame count
|
|
|
@918b4116
|
12 years |
michaelni |
rtpdec: support CSRC
Untested, due to lack of rtp stream with CSRCs, …
|
|
|
@0b22107d
|
12 years |
diego |
rv34_parser: Adjust #if for disabling individual parsers
As CONFIG_ …
|
|
|
@b7ede94b
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
x86: …
|
|
|
@77041e24
|
12 years |
michaelni |
Merge commit '094a7405e5d8463d7d167d893e04934ec1a84ecd'
* commit …
|
|
|