|
|
|
@b8a4b015
|
14 years |
michaelni |
error concealment: check last pictures motion_val before using it.
…
|
|
|
@1cafc232
|
14 years |
michaelni |
sws-PPC: fix after VOFW change.
It seems sws-PPC did hardcode 2048 at …
|
|
|
@83630f79
|
14 years |
michaelni |
regtests: add grayscale qtrle
Signed-off-by: Michael Niedermayer …
|
|
|
@ce10e858
|
14 years |
michaelni |
Added PIX_FMT_GRAY8 to the formats supported by the QuickTime RLE …
|
|
|
@1d14edb7
|
14 years |
michaelni |
Use VOFW 21503 as a default value for all types of the CPUs
|
|
|
@4f038fdc
|
14 years |
michaelni |
Add "DAVC" FourCC
This FourCC is used by "mpegable AVC" codec and the …
|
|
|
@99e07a44
|
14 years |
michaelni |
Fix crash of interlaced MPEG2 decoding
|
|
|
@a18eff49
|
14 years |
michaelni |
av_compare_ts: Improve speed when calculations fit in 64bit.
about …
|
|
|
@de545d24
|
14 years |
michaelni |
configure: Fix SDL detection on OSX and win32
|
|
|
@f1e7822e
|
14 years |
michaelni |
fate: Disable h264-conformance-frext-pph10i4_panasonic_a.
The file …
|
|
|
@c77b858c
|
14 years |
michaelni |
h264pred: fix one more aliasing violation.
|
|
|
@0f6bbc5a
|
14 years |
michaelni |
h264-fate: Fix 10bit H264 tests on big endian.
framecrc returns …
|
|
|
@b75e53cc
|
14 years |
michaelni |
h264idct_template: fix include path
Signed-off-by: Michael Niedermayer …
|
|
|
@d18e243f
|
14 years |
michaelni |
h264: merge _internal & template files.
seems git missed them and we …
|
|
|
@3b6bbfa0
|
14 years |
Carl Eugen Hoyos |
Check syntax even if DEBUG is not defined.
|
|
|
@e3497907
|
14 years |
michaelni |
swscale: remove fork bug that i missed in the merge.
Signed-off-by: …
|
|
|
@b9660e2a
|
14 years |
michaelni |
fix fate failures for 10bit H264 on some systems
This is possibly a …
|
|
|
@59eb12fa
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master: (30 commits)
…
|
|
|
@580fa76c
|
14 years |
baptiste.coudurier |
Allocate per codec options, now that options are freed between inputs …
|
|
|
@3732c483
|
14 years |
michaelni |
error_concealment: Use previous pictures motion vectors when the …
|
|
|
@a811ec7c
|
14 years |
michaelni |
Merging branch 'ffmpeg-mt/master'
Just some cosmetics & comments, the …
|
|
|
@b5e08992
|
14 years |
Carl Eugen Hoyos |
"Initialize" copy_tb like the other global variables.
|
|
|
@aa909d30
|
14 years |
stefano.sabatini-lala |
tiff: prefer enum TiffCompr over int for TiffContext.compr
Help …
|
|
|
@1e97700f
|
14 years |
stefano.sabatini-lala |
tiff: remove duplicated author information, fix @file doxy
|
|
|
@687ff547
|
14 years |
stefano.sabatini-lala |
tiff: perform minor cleanups in the header
Add link to official …
|
|
|
@b50217f
|
14 years |
stefano.sabatini-lala |
8svx: remove pointless comments
|
|
|
@48dce860
|
14 years |
stefano.sabatini-lala |
8svx: add links to documentation resources
|
|
|
@baa10302
|
14 years |
stefano.sabatini-lala |
8svx: remove duplicated author/file information
|
|
|
@70b10db2
|
14 years |
stefano.sabatini-lala |
iff: remove get_image_data() and get_image_size() wrappers
Remove one …
|
|
|
@8b1171e9
|
14 years |
stefano.sabatini-lala |
iff: remove get_palette_size() wrapper
Remove one level of …
|
|
|
@83294a32
|
14 years |
stefano.sabatini-lala |
iff: remove pointless get_palette_data() wrapper
Also rename variable …
|
|
|
@002e1f1e
|
14 years |
michaelni |
motion_est: fix ffmpeg compilation with DEBUG defined
Remove the …
|
|
|
@3d929a60
|
14 years |
Reimar.Doeffinger |
mpegaudio: remove frame_count variable and its only usage, it is always 0.
|
|
|
@b6675279
|
14 years |
anton |
AVOptions: make default_val a union, as proposed in AVOption2.
This …
|
|
|
@dc05b6a
|
14 years |
michaelni |
Added oggpagesize option for Ogg encoding. Allows setting a preferred …
|
|
|
@eeaba924
|
14 years |
michaelni |
ffmpeg: Fix -t with files that do not have any timestamps.
This for …
|
|
|
@b27b54de
|
14 years |
rsbultje |
arm/h264pred: add missing argument type.
|
|
|
@7bea13f1
|
14 years |
michaelni |
swscale: Fix scaling for unscaled dithered planar convertions.
This …
|
|
|
@86b29553
|
14 years |
rsbultje |
h264dsp_mmx: place bracket outside #if/#endif block.
Should fix …
|
|
|
@ecc29730
|
14 years |
rsbultje |
lavf/utils: fix ff_interleave_compare_dts corner case.
This should …
|
|
|
@23d10ce0
|
14 years |
rsbultje |
fate: add 10-bit H264 tests.
|
|
|
@e86fbe17
|
14 years |
rsbultje |
h264: do not print "too many references" warning for intra-only.
…
|
|
|
@d545cf80
|
14 years |
rsbultje |
Enable decoding of high bit depth h264.
This patch completes the high …
|
|
|
@19a0729b
|
14 years |
rsbultje |
Adds 8-, 9- and 10-bit versions of some of the functions used by the …
|
|
|
@fcc0224e
|
14 years |
rsbultje |
Add support for higher QP values in h264.
In high bit depth, the QP …
|
|
|
@6e3ef511
|
14 years |
rsbultje |
Add the notion of pixel size in h264 related functions.
In high bit …
|
|
|
@44ca80df
|
14 years |
rsbultje |
Make the h264 loop filter bit depth aware.
Preparatory patch for high …
|
|
|
@87ce8b49
|
14 years |
rsbultje |
Template dsputil_template.c with respect to pixel size, etc.
…
|
|
|
@5d4bd9cc
|
14 years |
rsbultje |
Template h264idct_template.c with respect to pixel size, etc.
…
|
|
|
@de3e7607
|
14 years |
rsbultje |
Preparatory patch for high bit depth h264 decoding support.
…
|
|
|
@325eefa2
|
14 years |
rsbultje |
Move some functions in dsputil.c into a new file dsputil_template.c.
…
|
|
|
@15fb393b
|
14 years |
rsbultje |
Move the functions in h264idct into a new file h264idct_template.c.
…
|
|
|
@5ada2524
|
14 years |
rsbultje |
Move the functions in h264pred.c into a new file h264pred_template.c.
…
|
|
|
@563c72da
|
14 years |
rsbultje |
Preparatory patch for high bit depth h264 decoding support.
…
|
|
|
@42239ce
|
14 years |
rsbultje |
Add pixel formats for 9- and 10-bit yuv420p.
Also add support for …
|
|
|
@e39e3aba
|
14 years |
rsbultje |
Choose h264 chroma dc dequant function dynamically.
Needed for high …
|
|
|
@dd561441
|
14 years |
rsbultje |
h264: DSP'ize MBAFF loopfilter.
|
|
|
@cb48fdf6
|
14 years |
rsbultje |
ffmpeg: Simplify decode loop condition to not use next_pts
…
|
|
|
@188dea1d
|
14 years |
anton |
lavc: move some flac-specific options to its private context.
|
|
|
@bc97695a
|
14 years |
anton |
ffmpeg: remove unused fields AVOutputStream.original_width/height
…
|
|
|
@f38d900f
|
14 years |
anton |
ffmpeg: remove unused variable padding_src in do_video_out()
…
|
|
|
@d1991f51
|
14 years |
anton |
ffmpeg: fix negative verbosity.
Signed-off-by: Anton Khirnov …
|
|
|
@3372ec32
|
14 years |
anton |
cmdutils: add OPT_INT check in parse_number_or_die()
Check that the …
|
|
|
@0420bf09
|
14 years |
anton |
ffmpeg: rename configure_filters() to configure_video_filters()
…
|
|
|
@5d2c6f42
|
14 years |
anton |
cmdutils: remove list_fmts(), simplify
The function was only used in …
|
|
|
@c3e40410
|
14 years |
anton |
Add missing CONFIG_AVFILTER check.
Fix configure --disable-avfilter …
|
|
|
@b97b4b58
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master:
mpegaudiodec: …
|
|
|
@67d44149
|
14 years |
michaelni |
seeking: Favor pkt->pos for generic index building where possible.
…
|
|
|
@ca87d439
|
14 years |
michaelni |
configure: Revert sdl hunk of 4fa18c56. This breaks OSX
…
|
|
|
@08675bb3
|
14 years |
michaelni |
mem: Choose alignment at compile time depending on AVX enabledness.
…
|
|
|
@53789a27
|
14 years |
michaelni |
swscale: use Nbit code to handle !is16BPS(c->srcFormat) && …
|
|
|
@42c9bd3
|
14 years |
michaelni |
swscale: Support dither in is16BPS(c->srcFormat) && …
|
|
|
@c4f7050b
|
14 years |
michaelni |
swscale: support unscaled planar Nbit->8bit with non native endian …
|
|
|
@09ff3cc7
|
14 years |
michaelni |
swscale: fix unscaled yuv422p16be -> yuv422p10le
Signed-off-by: …
|
|
|
@eb8aa13b
|
14 years |
michaelni |
swscale: make DITHER_COPY() support non native endian source …
|
|
|
@a88ef93b
|
14 years |
mans |
mpegaudiodec: group #includes more sanely
Signed-off-by: Mans …
|
|
|
@0d849074
|
14 years |
mans |
mpegaudio: remove #if 0 blocks
Signed-off-by: Mans Rullgard …
|
|
|
@9c49ca0f
|
14 years |
michaelni |
swscale: factor shift out of DITHER_COPY().
Signed-off-by: Michael …
|
|
|
@300e497b
|
14 years |
michaelni |
swscale: factorize DITHER_COPY()
Signed-off-by: Michael Niedermayer …
|
|
|
@17354407
|
14 years |
michaelni |
fifo: use av_freep()
With this change libavutil uses av_freep() …
|
|
|
@19615089
|
14 years |
anton |
ffmpeg.c: reset avoptions after each input/output file.
This is …
|
|
|
@1435f2fa
|
14 years |
anton |
ffmpeg.c: store per-output stream sws flags.
|
|
|
@6bb6fb05
|
14 years |
mans |
mpegaudio: remove CONFIG_MPEGAUDIO_HP option
The low quality mode is …
|
|
|
@ed87375d
|
14 years |
martin |
mpegtsenc: Clear st->priv_data when freeing it
If not cleared, the …
|
|
|
@a7ea5e3d
|
14 years |
martin |
udp: Fix receiving RTP data over multicast
Earlier, AVIO_RDWR was …
|
|
|
@f9a6cfdd
|
14 years |
martin |
rtpproto: Remove an unused variable
Signed-off-by: Martin Storsjö …
|
|
|
@38bb5a54
|
14 years |
michaelni |
mpeg4videoenc: Support negative timestamps.
Signed-off-by: Michael …
|
|
|
@282e8d4b
|
14 years |
michaelni |
avienc: Update 2 debug statements to match the current code. …
|
|
|
@51927883
|
14 years |
michaelni |
avutil: add divide & modulo that round like unsigned ones do that is …
|
|
|
@5deedf35
|
14 years |
michaelni |
h264probe: update to latest spec.
Signed-off-by: Michael Niedermayer …
|
|
|
@ecfc5e0b
|
14 years |
mans |
regtest: fix wma tests
This adds $DEC_OPTS to the wma decode …
|
|
|
@3a2e80e
|
14 years |
mans |
mpegaudio: remove CONFIG_AUDIO_NONSHORT
This fake option cannot be …
|
|
|
@eeadaa6b
|
14 years |
mans |
regtest: separate flags for encoding and decoding
This separates …
|
|
|
@6841c8c5
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master:
log: Fix an oob …
|
|
|
@25308afb
|
14 years |
michaelni |
wtvdec: Avoid gmtime_r() it breaks compile on windows.
Better …
|
|
|
@bce0d923
|
14 years |
michaelni |
developer.texi: update for git
Signed-off-by: Michael Niedermayer …
|
|
|
@0584d22e
|
14 years |
michaelni |
Typo fix.
|
|
|
@6c5c875
|
14 years |
michaelni |
Patch checklist:Suggest adding a regression test
Signed-off-by: …
|
|
|
@3df9150d
|
14 years |
michaelni |
doc:Partial update of our issue tracker doc. More work needed, …
|
|
|
@fddf0521
|
14 years |
michaelni |
wtv: calculate ole date correctly (is seconds since 1899-12-30)
|
|
|