|
|
|
@4289b669
|
12 years |
michaelni |
swr: replace /16 by >>4
Signed-off-by: Michael Niedermayer …
|
|
|
@359abb18
|
12 years |
stefasab |
lavu/error: add av_make_error_string() and av_err2str() convenience …
|
|
|
@5683de00
|
12 years |
stefasab |
lavu/error: fix sign error in av_sterror() error code
The value …
|
|
|
@4299fd23
|
12 years |
stefasab |
lavu/error: use a table to store error codes and strings, add test
…
|
|
|
@3ecaba67
|
12 years |
stefasab |
tests/parseutils: change test to make it platform independent
Make …
|
|
|
@9ec5e956
|
12 years |
michaelni |
ffmpeg: disable threading on mingw, it doesnt work due to dependance …
|
|
|
@f91b635b
|
12 years |
michaelni |
rtmpproto: replace strtok_r by av_strtok its unavailable in mingw
…
|
|
|
@94d56502
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
rtmp: …
|
|
|
@65efc66d
|
12 years |
michaelni |
pngenc: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@7925f92
|
12 years |
michaelni |
4xm: use av_assert()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@3827a86e
|
12 years |
michaelni |
Optimization of AMR NB and WB decoders for MIPS
AMR NB and WB …
|
|
|
@751dcd92
|
12 years |
onemda |
Remove eightsvx_raw decoder line
Decoder have been renamed to …
|
|
|
@d9a9518f
|
12 years |
michaelni |
flvenc: use av_assert instead of assert
Signed-off-by: Michael …
|
|
|
@709b54ea
|
12 years |
michaelni |
rv20enc: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@f862537d
|
12 years |
martin |
rtmp: Do not send extension for flv files
This fixes bugzilla bug …
|
|
|
@8ee3e187
|
12 years |
martin |
rtmp: support connection parameters
Allow using connection parameters …
|
|
|
@b4c92e94
|
12 years |
martin |
doc: Add documentation for the newly added rtmp_* options
…
|
|
|
@66531c75
|
12 years |
michaelni |
random_seed: rewrite generic code.
The new code is faster and reuses …
|
|
|
@37f1a7d
|
12 years |
Carl Eugen Hoyos |
Make png-in-mov QuickTime-compatible for more colour-spaces.
Reported …
|
|
|
@20e46aaf
|
12 years |
Clément Bœsch |
mov: export orphan tmcd track metadata to global format metadata.
|
|
|
@1ec23d9c
|
12 years |
Clément Bœsch |
mov: copy timecode metadata from tmcd track to the related video …
|
|
|
@0d96ec19
|
12 years |
Clément Bœsch |
mov: parse tref atom.
|
|
|
@9fb2e234
|
12 years |
Clément Bœsch |
movenc: add timecode track support.
|
|
|
@9846a9c7
|
12 years |
Clément Bœsch |
riff: add ISMP/timecode tag.
|
|
|
@0478d5f9
|
12 years |
michaelni |
ffmpeg: allow overriding framerate for stream copy
Signed-off-by: …
|
|
|
@cb7f0622
|
12 years |
michaelni |
libvpxenc: add support for forced key frames
Signed-off-by: Michael …
|
|
|
@a5ca320
|
12 years |
michaelni |
rangecoder: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@1248de53
|
12 years |
michaelni |
amrnbdec: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@4e3a5bc1
|
12 years |
michaelni |
j2k: remove unreachable assert()
Signed-off-by: Michael Niedermayer …
|
|
|
@3630a07
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@9e724d7
|
12 years |
michaelni |
dct-test: fix alignment in ff_prores_idct_put_10_sse2()
…
|
|
|
@234d42f5
|
12 years |
michaelni |
postprocess: fix another void returning void function.
lets hope this …
|
|
|
@ee1748ab
|
12 years |
stefasab |
lavfi: fix signature for default_filter_name()
Return a const char *, …
|
|
|
@91bdced3
|
12 years |
michaelni |
mpegtsenc: prevent pcr_packet_period==0
a period of 1 is the smallest …
|
|
|
@1321e6e
|
12 years |
michaelni |
tiffenc: use av_assert()
Signed-off-by: Michael Niedermayer …
|
|
|
@bcbb30e
|
12 years |
anton |
libmp3lame: add missing layout terminator
Signed-off-by: Anton …
|
|
|
@0d249316
|
12 years |
nicolas.george |
vf_fps: set frame_rate.
|
|
|
@c8428a0d
|
12 years |
nicolas.george |
vf_tile: update deprecated functions.
|
|
|
@7b993c4
|
12 years |
nicolas.george |
vf_tile: set frame_rate.
|
|
|
@4adf5dfa
|
12 years |
nicolas.george |
sdl: fix aspect ratio computations.
The rounding was wrong due to …
|
|
|
@3ff6b1a2
|
12 years |
nicolas.george |
sdl: fix overlay size.
The size passed to SDL_CreateYUVOverlay is the …
|
|
|
@2f9907be
|
12 years |
nicolas.george |
sdl: add AVFMT_VARIABLE_FPS and AVFMT_NOTIMESTAMPS.
It allows vsync …
|
|
|
@5db5169e
|
12 years |
anton |
avconv: multithreaded demuxing.
When there are multiple input files, …
|
|
|
@b0f0dfc4
|
12 years |
anton |
Bump lavu minor and add an APIChanges entry for audioconvert functions.
|
|
|
@59d58b33
|
12 years |
anton |
audioconvert: add a function for extracting the channel with the given …
|
|
|
@5df320e1
|
12 years |
anton |
audioconvert: add a function for getting the name of a single channel.
|
|
|
@406b257
|
12 years |
anton |
audioconvert: add a function for getting channel's index in layout
|
|
|
@3596de55
|
12 years |
anton |
audioconvert: use av_popcount64 in av_get_channel_layout_nb_channels
|
|
|
@d7d071a
|
12 years |
anton |
vf_libopencv: add missing headers.
Fix build after b74a1da4.
|
|
|
@19be0f3c
|
12 years |
kostya.shishkov |
iac: add missing dependency
|
|
|
@4bfee465
|
12 years |
michaelni |
bprint-test: avoid z modifier, mingw fails with it
Signed-off-by: …
|
|
|
@d35c27db
|
12 years |
michaelni |
sink_buffer: dont return void from void functions.
Signed-off-by: …
|
|
|
@3b196bb7
|
12 years |
michaelni |
libavcodec/x86/rv40dsp_init.c: add missing HAVE_YASM
Signed-off-by: …
|
|
|
@915ec91e
|
12 years |
michaelni |
libavcodec/x86/h264dsp_mmx.c: add forgotten HAVE_YASM
Signed-off-by: …
|
|
|
@63bfee87
|
12 years |
michaelni |
libavcodec/x86/dwt.c: move some missed things under HAVE_YASM
…
|
|
|
@b84c9cf7
|
12 years |
michaelni |
dct-test: fix #if for ff_prores_idct_put_10_sse2()
Signed-off-by: …
|
|
|
@7b0d3625
|
12 years |
michaelni |
libavfilter: make ff_null_start_frame_keep_ref() a non static inline …
|
|
|
@8836b41a
|
12 years |
michaelni |
fate-acodec-dca2: add bitexact flag
Signed-off-by: Michael …
|
|
|
@fd8da83d
|
12 years |
michaelni |
enc_dec_pcm: add bitexact flag
Signed-off-by: Michael Niedermayer …
|
|
|
@8f1b139c
|
12 years |
michaelni |
cmdutils: dont return void from a void function
Signed-off-by: …
|
|
|
@dfaf2dd9
|
12 years |
michaelni |
h264: use externally provided dimensions when they appear to be more …
|
|
|
@32759812
|
12 years |
onemda |
libopenjpegdec: make use of FF_ARRAY_ELEMS
Signed-off-by: Paul B …
|
|
|
@695e85f1
|
12 years |
michaelni |
libvpxenc: add VP8E_SET_MAX_INTRA_BITRATE_PCT mapping
defines …
|
|
|
@53dfc384
|
12 years |
stefasab |
lavu/timestamp: remove duplicate definition of AV_TS_MAX_STRING_SIZE
|
|
|
@1ef5561
|
12 years |
onemda |
libopenjpeg: YUVA422P and YUVA444P support
Signed-off-by: Paul B …
|
|
|
@75f8f702
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
h264: …
|
|
|
@8554e21f
|
12 years |
onemda |
ffv1enc: add yuva422p to .pix_fmts
This was forgotten in …
|
|
|
@94632dbb
|
12 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: fix …
|
|
|
@2138bc16
|
12 years |
michaelni |
remove unreferenced table "dnxhd_1238_ac_index_flag" (empty curly …
|
|
|
@a4744032
|
12 years |
onemda |
libopenjpegdec: unbreak yuva420p support
Regression introduced in …
|
|
|
@143a5390
|
12 years |
Marton Balint |
ffplay: fix return value of get_video_frame if avcodec_decode_video …
|
|
|
@7655cc39
|
12 years |
onemda |
colorspace-test: add few more tests
Signed-off-by: Paul B Mahol …
|
|
|
@b0415287
|
12 years |
michaelni |
float_dsp.c: Restore author attribution that was removed by libav …
|
|
|
@f0313e90
|
12 years |
michaelni |
x86/float_dsp.asm: restore author attribution
The attribution was …
|
|
|
@30f51509
|
12 years |
mans |
h264: allow cropping to AVCodecContext.width/height
Override the …
|
|
|
@8aa93e90
|
12 years |
mans |
mov: set AVCodecContext.width/height for h264
This is required for …
|
|
|
@1b7a4c9
|
12 years |
michaelni |
lavc/bintext: check extradata size
Signed-off-by: Michael Niedermayer …
|
|
|
@c61c8536
|
12 years |
michaelni |
lavf/bintext: allocate FF_INPUT_BUFFER_PADDING_SIZE for extradata
…
|
|
|
@eae983f4
|
12 years |
michaelni |
ffmpeg: fix fate breakage introduced by key=value buffersrc args.
…
|
|
|
@1d69dcb8
|
12 years |
onemda |
swscale: unscaled rgb48 <-> bgr48
Signed-off-by: Paul B Mahol …
|
|
|
@e400b95b
|
12 years |
onemda |
bink: check av_mallocz() return value
Signed-off-by: Paul B Mahol …
|
|
|
@c2dd01c1
|
12 years |
onemda |
binkaudio: prevent extradata overread
Signed-off-by: Paul B Mahol …
|
|
|
@6fef82f
|
12 years |
nicolas.george |
ffmpeg: with filter_complex, avoid random in<->out mapping.
With …
|
|
|
@fbaa8fe6
|
12 years |
nicolas.george |
ffmpeg: init icodec.
With complex filter graphs, it can end up …
|
|
|
@8362d734
|
12 years |
nicolas.george |
ffmpeg: use the frame rate computed by lavfi.
This frame rate is more …
|
|
|
@5f281e94
|
12 years |
nicolas.george |
ffmpeg: add frame rate to the buffersrc arguments.
The arguments now …
|
|
|
@0f621256
|
12 years |
nicolas.george |
buffersrc: deprecate flat options syntax.
|
|
|
@9ca44067
|
12 years |
nicolas.george |
buffersrc: accept the frame rate as argument.
|
|
|
@dcaa4efc
|
12 years |
nicolas.george |
buffersrc: accept key=value arguments.
The current flat arguments …
|
|
|
@283cc059
|
12 years |
nicolas.george |
buffersink: add av_buffersink_get_frame_rate().
|
|
|
@7b42036
|
12 years |
nicolas.george |
lavfi: add a frame_rate field to AVFilterLink.
|
|
|
@cac4760
|
12 years |
kostya.shishkov |
iac: generate codec tables as they are supposed to be
Unlike its …
|
|
|
@e1a3fa5d
|
12 years |
kostya.shishkov |
indeo4: handle frame type 1 properly
It turns out that this frame …
|
|
|
@04e2ac47
|
12 years |
michaelni |
libavutil.v: add avpriv prefix
This should fix the fate failure …
|
|
|
@a5c63493
|
12 years |
michaelni |
swr: skip memset(0) in rematrix when the array is known to be already …
|
|
|
@75d900d5
|
12 years |
michaelni |
swr: zero buffers on allocation
Signed-off-by: Michael Niedermayer …
|
|
|
@023c073
|
12 years |
michaelni |
add bracket around the argument (fixes compilation error with ICL)
…
|
|
|
@690ea935
|
12 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@7e22514d
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@e016e3c9
|
12 years |
michaelni |
swr: add mix8to2
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|