|
|
|
@31f9032b
|
13 years |
michaelni |
lavf: add audio_preload option, this allows interleaving audio earlier …
|
|
|
@54e40b9c
|
13 years |
michaelni |
ffmpeg: factorize duration calculation in transcode_video()
…
|
|
|
@6e96ad82
|
13 years |
michaelni |
ffmpeg: make copy_tb tri state so the user can select either timebase …
|
|
|
@9d76cf0b
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
rtpdec: …
|
|
|
@0275b75a
|
13 years |
mbradshaw |
BPP fix, YUVP9, 10, 16 support, make RGB24 default
|
|
|
@9dcd8b86
|
13 years |
Carl Eugen Hoyos |
Use correct context for av_log.
Fixes ticket #695.
|
|
|
@c863d375
|
13 years |
michaelni |
movenc: replace cluster memset by zeroing only the needed field.
…
|
|
|
@c8f0e88b
|
13 years |
martin |
rtpdec: Templatize the code for different g726 bitrate variants
…
|
|
|
@bb8a6e03
|
13 years |
mans |
rv40: move loop filter to rv34dsp context
Signed-off-by: Mans …
|
|
|
@77af2672
|
13 years |
michaelni |
lavc: Fix side data handling for audio decoders.
Signed-off-by: …
|
|
|
@11828b88
|
13 years |
michaelni |
nellymoserdec: Use sidedata to support mid stream sample rate changes. …
|
|
|
@957a593
|
13 years |
michaelni |
flvdemux: export flags for nellymoser through side data.
…
|
|
|
@c3f9ebf7
|
13 years |
anton |
lavf: make av_set_pts_info private.
It's supposed to be called only …
|
|
|
@8f025f2f
|
13 years |
michaelni |
avfilter: align allocated images to 32 for AVX and IFF
Signed-off-by: …
|
|
|
@fd3e75d2
|
13 years |
michaelni |
lavc: horizontal align for IFF
Signed-off-by: Michael Niedermayer …
|
|
|
@8d5078c1
|
13 years |
michaelni |
ac3probe: Change threshold from 500 to 200 to keep in sync with mp3.
…
|
|
|
@b51eaf3b
|
13 years |
michaelni |
mp3probe: Detect mp3 stronger with just 200 frames, this should speed …
|
|
|
@06d7325a
|
13 years |
martin |
rtpdec: Add support for G726 audio
This requires using a separate …
|
|
|
@25836606
|
13 years |
martin |
rtpdec: Add an init function that can do custom codec context …
|
|
|
@dd32a30
|
13 years |
michaelni |
wmall: fix return type of dump_int_buffer()
Found-by: Dominique …
|
|
|
@4710993
|
13 years |
michaelni |
movenc: memset(0) new cluster elements after realloc()
Signed-off-by: …
|
|
|
@dae7ff04
|
13 years |
michaelni |
wmall: remove tabs that leaked in from a merge and seem to have …
|
|
|
@7bb3e625
|
13 years |
anton |
avconv: make copy_tb on by default.
I.e. on streamcopy set output …
|
|
|
@c98c1f43
|
13 years |
anton |
matroskadec: don't set codec timebase.
It's not supposed to be set …
|
|
|
@d3e3ffa
|
13 years |
anton |
rmdec: don't set codec timebase.
It's not supposed to be set outside …
|
|
|
@741a05a2
|
13 years |
anton |
avconv: compute next_pts from input packet duration when possible.
|
|
|
@20922325
|
13 years |
anton |
lavf: estimate frame duration from r_frame_rate.
If r_frame_rate is …
|
|
|
@91b412e7
|
13 years |
anton |
avconv: update InputStream.pts in the streamcopy case.
This was …
|
|
|
@b55dd10d
|
13 years |
michaelni |
Fix typeo in some rarely used memoization
Signed-off-by: Michael …
|
|
|
@d31c68a7
|
13 years |
michaelni |
removes spurious warning
Signed-off-by: Michael Niedermayer …
|
|
|
@c40a35f8
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
indeo3: …
|
|
|
@23b4f355
|
13 years |
michaelni |
ffmpeg.c use b:v for video bitrates using a target
it's more …
|
|
|
@b6ffe441
|
13 years |
Clément Bœsch |
ffmpeg: do not use a negative total_size (AVERROR) in bitrate estimation.
|
|
|
@70769677
|
13 years |
Reimar.Doeffinger |
Consistently use %ifdef ARCH_X86_64
One out of 3 places used ifndef, …
|
|
|
@464ccb01
|
13 years |
alex.converse |
indeo3: check per-plane data buffer against input buffer bounds.
…
|
|
|
@551b9eb9
|
13 years |
michaelni |
docs: Spelling fixes to 9 texi files from /doc
credits to: Violet Lin …
|
|
|
@b0a90c20
|
13 years |
michaelni |
faq.texi: fix spelling errors
credits to: Philip (from Google …
|
|
|
@aadbf9f7
|
13 years |
michaelni |
developer.texi: fix spelling errors
credits to: KayC (from Google …
|
|
|
@1c212a6
|
13 years |
michaelni |
general.texi: fix spelling errors
credits to: Samuel M (from Google …
|
|
|
@4b4a02b8
|
13 years |
michaelni |
lavc: dont call set_dimensions() on h264 codec init.
This fixes …
|
|
|
@81a65b82
|
13 years |
Clément Bœsch |
swr: handle correctly muted channel with u8 sample fmt.
|
|
|
@9cdf048a
|
13 years |
michaelni |
movenc: Remove unneeded chunkSize field from MOVIentry
Signed-off-by: …
|
|
|
@313d30c1
|
13 years |
michaelni |
avutil: revert project name messing
Signed-off-by: Michael …
|
|
|
@6ffdc262
|
13 years |
michaelni |
ac3enc: clenaup project name in one comment
Signed-off-by: Michael …
|
|
|
@fdab793a
|
13 years |
alex.converse |
avconv: Handle audio sync for non-S16 sample formats.
Also fix …
|
|
|
@39a7a5b8
|
13 years |
rsbultje |
pthread: don't increment index on zero-sized packets.
The next call …
|
|
|
@fc09bf57
|
13 years |
michaelni |
movenc: Write file with minimal number of chunks for the given …
|
|
|
@4dcd1a31
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@ac47e014
|
13 years |
alex.converse |
adtsenc: Check frame size.
Inspired by work from: Michael Niedermayer …
|
|
|
@a2780518
|
13 years |
alex.converse |
txd: Fix order of operations.
|
|
|
@b94a3b28
|
13 years |
mans |
APIchanges: fill in some blanks
Signed-off-by: Mans Rullgard …
|
|
|
@4b03d960
|
13 years |
michaelni |
ffv1dec: use PIX_FMT_0RGB32 when there is no transparency plane
…
|
|
|
@2027d07
|
13 years |
michaelni |
ffv1dec: transparency plane support.
Signed-off-by: Michael …
|
|
|
@492aab85
|
13 years |
michaelni |
ffv1enc: PIX_FMT_0RGB32 support
Signed-off-by: Michael Niedermayer …
|
|
|
@f7b160e8
|
13 years |
michaelni |
ffv1enc: Store transparency plane.
Signed-off-by: Michael Niedermayer …
|
|
|
@60084a17
|
13 years |
mans |
timer: fix misspelling of "decicycles"
Signed-off-by: Mans Rullgard …
|
|
|
@ae5873f1
|
13 years |
michaelni |
huffyuvenc: switch from alphaless rgb32 to rgb24
Signed-off-by: …
|
|
|
@fbe6e296
|
13 years |
Clément Bœsch |
ffprobe: print codec timecode if available.
|
|
|
@b1ca5634
|
13 years |
Clément Bœsch |
mpeg12: raise timecode to codec context.
|
|
|
@c88ebdb4
|
13 years |
diego |
Eliminate pointless 0/NULL initializers in AVCodec and similar …
|
|
|
@1469f94
|
13 years |
diego |
indeo3: cosmetics
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
|
|
@2cf4bd77
|
13 years |
michaelni |
sdp: Fix null pointer dereference with aac and ffserver.
…
|
|
|
@d3fc335b
|
13 years |
michaelni |
huffyuvenc: support alphaless rgb32
Signed-off-by: Michael …
|
|
|
@0af7d708
|
13 years |
michaelni |
huffyuvenc: store alpha for bgr32
Signed-off-by: Michael Niedermayer …
|
|
|
@b89ce2d6
|
13 years |
michaelni |
swscale: alpha less rgb32 support.
Signed-off-by: Michael Niedermayer …
|
|
|
@b14a238
|
13 years |
michaelni |
pixfmt: Add 32bit rgb without alpha formats
Signed-off-by: Michael …
|
|
|
@2b45222b
|
13 years |
alex.converse |
md5proto: Fix order of operations.
|
|
|
@1e19927f
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
vc1: …
|
|
|
@999e7ebd
|
13 years |
alex.converse |
dca: Replace oversized unused get_bits() with skip_bits_long().
|
|
|
@1f948745
|
13 years |
lu_zero |
vc1: use an enum for Frame Coding Mode
Document it a little and …
|
|
|
@9270b8a3
|
13 years |
lu_zero |
doc: cleanup filter section
Use the @command{} tag when needed and …
|
|
|
@ca55606a
|
13 years |
michaelni |
x86inc: Flag shufps as an floating-point instruction for the AVX …
|
|
|
@97980db4
|
13 years |
rsbultje |
indeo3: error out if no motion vector is set.
This fixes a crash on a …
|
|
|
@6b6ee582
|
13 years |
rsbultje |
x86inc: Flag shufps as an floating-point instruction for the AVX …
|
|
|
@e64edeed
|
13 years |
michaelni |
aacenc: make the aac coder user choosable.
Signed-off-by: Michael …
|
|
|
@1b122387
|
13 years |
michaelni |
aacenc: add AAC_CODER_NB
Signed-off-by: Michael Niedermayer …
|
|
|
@6d13499
|
13 years |
michaelni |
cmdutils: pass AVCodec to filter_codec_opts()
Signed-off-by: Michael …
|
|
|
@0df5e869
|
13 years |
justin.ruggles |
mpegaudio: do not use init_static_data() for initializing tables.
It …
|
|
|
@e99c4bbd
|
13 years |
michaelni |
img2: update first file only when -updatefirst is specified
…
|
|
|
@b7c7eae7
|
13 years |
michaelni |
tta: better check for totalframes.
Avoids crash, Fixes Ticket 690
…
|
|
|
@102a2463
|
13 years |
michaelni |
img2: Allow writing multiple files onto the same output file.
Fixes …
|
|
|
@d9ba767
|
13 years |
mans |
musepack: fix signed shift overflow in mpc_read_packet()
Using an …
|
|
|
@47044625
|
13 years |
michaelni |
pthread: check pthread_create() return value.
Signed-off-by: Michael …
|
|
|
@2bb79b23
|
13 years |
michaelni |
pthread: next try on freeing threads without crashing.
This should fix …
|
|
|
@028a2375
|
13 years |
alex.converse |
mov: Make format string match variable type.
|
|
|
@f11b0e95
|
13 years |
alex.converse |
wmavoice: Make format string match variable type.
|
|
|
@498605b4
|
13 years |
rsbultje |
vc1: select interlaced scan table by FCM element
Interlaced videos …
|
|
|
@3d977edb
|
13 years |
michaelni |
HAM6/HAM8 support for IFF ACBM decoder
Based on patch by ami_stuff
…
|
|
|
@b488679
|
13 years |
michaelni |
iff: fix invalid reads (ticket 689)
Signed-off-by: Michael …
|
|
|
@12bc2050
|
13 years |
rsbultje |
Generalize RIFF INFO tag support; support reading INFO tag in wav
…
|
|
|
@3f5aa7df
|
13 years |
rsbultje |
pthread: track thread existence in a separate variable.
This fixes a …
|
|
|
@801393bc
|
13 years |
michaelni |
vc1: select interlaced scan table by FCM element
Interlaced videos …
|
|
|
@5c15b78e
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (42 …
|
|
|
@7c5ce99b
|
13 years |
mans |
swscale: fix signed overflow in yuv2mono_X_c_template
As old bits are …
|
|
|
@8540dcfd
|
13 years |
mans |
snow: fix integer overflows
The way these values are used, they …
|
|
|
@0e55edcb
|
13 years |
mans |
svq1enc: remove stale altivec-related hack
altivec.h is no longer …
|
|
|
@ff6d9cc5
|
13 years |
mans |
snow: fix signed overflow in byte to 32-bit replication
…
|
|
|
@22cb8e7b
|
13 years |
michaelni |
fate: enable new sbr tests after our rsync server has them now.
…
|
|
|
@4fd5e763
|
13 years |
michaelni |
vc1: Fix pic_header_flag=0 (SA10143.vc1)
Bug introduced in:
commit …
|
|
|
@9d2dd356
|
13 years |
justin.ruggles |
adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()
It …
|
|
|