|
|
|
@40bb9503
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
movenc: …
|
|
|
@4cfe3b74
|
11 years |
michaelni |
Merge commit '7df9e693a34c84c698da60426c78140c950f95ed'
* commit …
|
|
|
@50fd98b7
|
11 years |
michaelni |
Merge commit '488b2984fece7ad0c2596826fee18e74aa904667'
* commit …
|
|
|
@bdb4ed96
|
11 years |
michaelni |
Merge commit 'a7c1689dedd11689edb30088d467ac03f9b8d1cf'
* commit …
|
|
|
@a5d67bc
|
11 years |
michaelni |
avformat/utils: Fix bitrate overflow check
The check added in …
|
|
|
@d07d54fd
|
11 years |
michaelni |
Merge commit 'df33a58e5311ee9a64a573889b883a80e981af7b'
* commit …
|
|
|
@b0ba2bf8
|
11 years |
michaelni |
Merge commit 'fab694dd3931b1c0bc3c598c3f88b1902c14a303'
* commit …
|
|
|
@8d14596b
|
11 years |
tempn |
riff: add 0x64 to g726 works on g726-test1.wav
|
|
|
@1eb151c5
|
11 years |
michaelni |
Merge commit 'fe9bb61f9a16be19ad91875632c39e44b7a99a8a'
* commit …
|
|
|
@efb21b0a
|
11 years |
michaelni |
Merge commit '5f7aecde02a95451e514c809f2794c1deba80695'
* commit …
|
|
|
@164b67ca
|
11 years |
michaelni |
avcodec/vcr1: replace redundant checks from libav …
|
|
|
@8ba683e6
|
11 years |
michaelni |
Merge commit '8aba7968dd604aae91ee42cbce0be3dad7dceb30'
* commit …
|
|
|
@0fbda03e
|
11 years |
martin |
movenc: Don't flush after each written packet
This should improve …
|
|
|
@92b7e7b3
|
11 years |
michaelni |
avfilter/vf_yadif: reallocate frames if strides differ
Fixes …
|
|
|
@cc84f30
|
11 years |
michaelni |
avutil/fifo: assert that theres enough data in the fifo on drain …
|
|
|
@3e36dc86
|
11 years |
onemda |
w64dec: fix end position of summarylist guid
Noticed-by: James Almer
…
|
|
|
@79b70e47
|
11 years |
onemda |
w64dec: fix skipping of unknown guids
Regression since 14d50c1.
Fixes …
|
|
|
@fdd1aaf8
|
11 years |
michaelni |
avpacket: Fixing side data copy when src == dst
Fixing …
|
|
|
@7df9e693
|
11 years |
diego |
cosmetics: Fix ATRAC codec name spelling
|
|
|
@488b2984
|
11 years |
anton |
ape demuxer: check for EOF in potentially long loops
Reported-by: …
|
|
|
@a7c1689d
|
11 years |
anton |
4xm: check that bits per sample is strictly positive
Avoids a divide …
|
|
|
@df33a58
|
11 years |
anton |
lavf: avoid integer overflow when estimating bitrate
Reported-by: …
|
|
|
@fab694d
|
11 years |
anton |
lavf: move a variable declaration to the block where it's used
|
|
|
@fe9bb61f
|
11 years |
anton |
pictordec: pass correct context to avpriv_request_sample
Fixes …
|
|
|
@5f7aecde
|
11 years |
anton |
pictordec: break out of both decoding loops when y drops below 0
…
|
|
|
@8aba7968
|
11 years |
anton |
vcr1: add sanity checks
Fixes invalid reads with corrupted files.
…
|
|
|
@2501f6d3
|
11 years |
michaelni |
avformat/movenc: Use the rate from av_timecode_init_from_string() for …
|
|
|
@4fb3e1a6
|
11 years |
michaelni |
avcodec/pnmdec: fix unaligned read
Fixes fate-lavf-pam on alpha
…
|
|
|
@62d07bb3
|
11 years |
michaelni |
avcodec/pnmdec: use a more specific pointer type than void in …
|
|
|
@ec8a4841
|
11 years |
Carl Eugen Hoyos |
Avoid a deadlock when decoding wma.
Fixes ticket #2925.
|
|
|
@cdd5df81
|
11 years |
michaelni |
avfilter/vf_fps: make sure the fifo is not empty before using it
…
|
|
|
@b339dccb
|
11 years |
michaelni |
lavc: add teletext decoder using libzvbi
Based on a patch by Wolfram …
|
|
|
@cf942994
|
11 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
…
|
|
|
@21dc3a3c
|
11 years |
michaelni |
avcodec/ffv1dec: reorganize thread init/update
This moves some …
|
|
|
@c72cca5a
|
11 years |
michaelni |
avcodec/ffv1dec: move initial_states init to init_thread_copy()
…
|
|
|
@e337c9d5
|
11 years |
Carl Eugen Hoyos |
Read h264 headers from v4l2 to allow stream-copying.
Fixes ticket …
|
|
|
@5be7aecc
|
11 years |
onemda |
pcm-dvd: use av_freep()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@fc435d97
|
11 years |
onemda |
pcm-dvd: remove redundant log message
Signed-off-by: Paul B Mahol …
|
|
|
@91acb23a
|
11 years |
michaelni |
doc: fix insane hard texi2html dependancy
Found-by: nevcairiel …
|
|
|
@4aeb996f
|
11 years |
michaelni |
pixfmt: add native bayer 16bit formats
Signed-off-by: Michael …
|
|
|
@9116995e
|
11 years |
michaelni |
libavutil: add AV_PIX_FMT_BAYER pixel formats
The pixel format …
|
|
|
@8901f48
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@d8809b35
|
11 years |
michaelni |
Merge commit 'f4ca970dba13a60a1334cce1b574036e6f624b9c'
* commit …
|
|
|
@67d7ea9
|
11 years |
michaelni |
Merge commit 'faa8245bd45c1a6dd220ba9407ea1c82132aa1ce'
* commit …
|
|
|
@7c180586
|
11 years |
michaelni |
avcodec/pcm-dvd: discard buffer if block size changed
This prevents a …
|
|
|
@789cd1de
|
11 years |
michaelni |
pcm-dvd: Fix build on big endian
Signed-off-by: Martin Storsjö …
|
|
|
@cb4d05e7
|
11 years |
michaelni |
Merge commit 'a42e3a6700547e4e49445bda81d3a89ec3e081a9'
* commit …
|
|
|
@d7f917c3
|
11 years |
michaelni |
fate: update fate tests after master:291ad12ea2d1: ffprobe: show …
|
|
|
@291ad12e
|
11 years |
stefasab |
ffprobe: show probe_score in the format section
Should address trac …
|
|
|
@51b01573
|
11 years |
stefasab |
ffprobe: fix format section XML validation
It was broken since …
|
|
|
@93cf7b01
|
11 years |
michaelni |
avcodec/h264: set er.ref_count earlier
Fixes Ticket2910
…
|
|
|
@990bbc15
|
11 years |
michaelni |
avcodec/error_resilience: change out commented printf() to av_log()
…
|
|
|
@03882030
|
11 years |
michaelni |
avformat/utils: fix duration_fields calculation when need_parsing=0
…
|
|
|
@8349be85
|
11 years |
michaelni |
avformat/lxfdec: use a parser to parse video frame headers
lxf needs …
|
|
|
@21ffd410
|
11 years |
martin |
pcm-dvd: Fix build on big endian
Signed-off-by: Martin Storsjö …
|
|
|
@8da23be4
|
11 years |
michaelni |
avcodec/utils: avcodec_string: print colorspace type
Signed-off-by: …
|
|
|
@ea07dbde
|
11 years |
michaelni |
avcodec/utils: avcodec_string: Print color_range
Signed-off-by: …
|
|
|
@336982a0
|
11 years |
michaelni |
avcodec/utils: avcodec_string: make the colorspace printing code more …
|
|
|
@f4ca970d
|
11 years |
lu_zero |
configure: Add docdir configuration option
Signed-off-by: Luca …
|
|
|
@faa8245b
|
11 years |
lu_zero |
vf_lut: Constantize
The pixel format tables are never modified, mark …
|
|
|
@4fa00c56
|
11 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
Fix …
|
|
|
@b043d80b
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@4273236e
|
11 years |
michaelni |
Merge commit '0d6549d8b57aaa5be8efb794154cdbe9a645910f'
* commit …
|
|
|
@b970f855
|
11 years |
Carl Eugen Hoyos |
Fix make checkheaders for wavpackenc.h
|
|
|
@e7da19e9
|
11 years |
Carl Eugen Hoyos |
Fix make checkheaders for vdpau_internal.h
|
|
|
@a42e3a67
|
11 years |
lu_zero |
pcm_dvd: consolidate pieces from pcm.c and mpeg.c
Remove the header …
|
|
|
@21fd2f84
|
11 years |
lu_zero |
pcm_bluray: cosmetics
|
|
|
@0d6549d8
|
11 years |
lu_zero |
pcm_bluray: rename pcm-mpeg.c to pcm-bluray.c
The original idea was …
|
|
|
@227a0eb5
|
11 years |
michaelni |
avformat/avidec: match first index and first packet size=0 handling
…
|
|
|
@454a11a1
|
11 years |
michaelni |
avcodec/dsputil: fix signedness in sizeof() comparissions
…
|
|
|
@86736f59
|
11 years |
michaelni |
avcodec/pngdsp: fix (un)signed type in end comparission
Fixes out of …
|
|
|
@0b46d6f3
|
11 years |
michaelni |
lavu/bprint: add append buffer function
Signed-off-by: Lukasz Marek …
|
|
|
@6e1b1a27
|
11 years |
michaelni |
avcodec/avpacket: Use av_free_packet() in error cleanups
This …
|
|
|
@5c504e4d
|
11 years |
michaelni |
vformat/subtitles: check av_copy_packets return code
Signed-off-by: …
|
|
|
@c0426844
|
11 years |
onemda |
kgv1dec: remove unused avctx from codec private context
…
|
|
|
@057dce5f
|
11 years |
onemda |
kgv1dec: make decoder independent of sizeof(AVFrame)
Signed-off-by: …
|
|
|
@ea3ce008
|
11 years |
onemda |
wnv1: remove unused avctx from codec private context
Signed-off-by: …
|
|
|
@60fed98e
|
11 years |
michaelni |
avcodec/pngdec: fix last_row_size type
Signed-off-by: Michael …
|
|
|
@7b47d7f7
|
11 years |
michaelni |
avcodec/pngdec: Fix padded alloc code with threads
Fixes Ticket2903 …
|
|
|
@d814a839
|
11 years |
onemda |
Reinstate proper FFmpeg license for all files.
|
|
|
@8fe1fb41
|
11 years |
Carl Eugen Hoyos |
Fix compilation with --disable-mmx.
|
|
|
@48cd1037
|
11 years |
onemda |
cmdutils: silence warning about incompatible pointer types
…
|
|
|
@4f5454d2
|
11 years |
michaelni |
avcodec/mpegvideo: reduce log level for messages about allocating …
|
|
|
@b05cd1ea
|
11 years |
michaelni |
ffv1dec: Check bits_per_raw_sample and colorspace for equality in ver …
|
|
|
@05507348
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
ppc: …
|
|
|
@62a60529
|
11 years |
michaelni |
Merge commit 'e998b56362c711701b3daa34e7b956e7126336f4'
* commit …
|
|
|
@7fb758cd
|
11 years |
michaelni |
avcodec/x86/lpc: Fix cpu flag checks so they work
Broken by …
|
|
|
@c1913064
|
11 years |
michaelni |
avcodec/x86/vp8dsp: Fix cpu flag checks so they work
Broken by …
|
|
|
@8be0e2bd
|
11 years |
michaelni |
Merge commit '6369ba3c9cc74becfaad2a8882dff3dd3e7ae3c0'
* commit …
|
|
|
@f0a35623
|
11 years |
michaelni |
Merge commit '79aec43ce813a3e270743ca64fa3f31fa43df80b'
* commit …
|
|
|
@01a82f1d
|
11 years |
michaelni |
ppc: don't return a value from a function declared void
…
|
|
|
@09c94b57
|
11 years |
michaelni |
Merge commit 'a6b650118543e1580e872896d8976042b7c32d01'
* commit …
|
|
|
@e45e72f5
|
11 years |
stefasab |
doc/encoders: reformat and add some clarification in libtwolame doc
…
|
|
|
@40b8350b
|
11 years |
stefasab |
doc/encoders: reformat libmp3lame doc
Signed-off-by: Timothy Gu …
|
|
|
@547d690d
|
11 years |
michaelni |
ffv1dec: check that global parameters dont change in version 0/1
Such …
|
|
|
@20b965a1
|
11 years |
michaelni |
avcodec/ffv1dec: check global header version
Signed-off-by: Michael …
|
|
|
@259292f9
|
11 years |
michaelni |
avcodec/mpegvideo: Dont incorrectly warn about missing keyframes
…
|
|
|
@f1f728cb
|
11 years |
martin |
ppc: don't return a value from a function declared void
…
|
|
|
@24b4e6c3
|
11 years |
michaelni |
snow: Check av_frame_alloc() failures
Signed-off-by: Michael …
|
|
|
@c4224fff
|
11 years |
michaelni |
avcodec/snow: gray support
Fixes Ticket839
Signed-off-by: Michael …
|
|
|