|
|
|
@2c4ad1a3
|
14 years |
Carl Eugen Hoyos |
Initial caf muxer.
|
|
|
@0c3803f
|
14 years |
Carl Eugen Hoyos |
Support decoding of amr_nb and gsm in caf.
|
|
|
@445ee35e
|
14 years |
Carl Eugen Hoyos |
Fix decoding of msrle samples with 1bpp.
|
|
|
@7b915726
|
14 years |
michaelni |
udp: remove resource.h inclusion, it breaks mingw compilation.
The …
|
|
|
@90bb2c78
|
14 years |
michaelni |
ffmpeg: Allow seting and cycling through debug modes.
Signed-off-by: …
|
|
|
@34e83808
|
14 years |
michaelni |
ffmpeg: Help for interactive keys.
Signed-off-by: Michael Niedermayer …
|
|
|
@e60e54ce
|
14 years |
michaelni |
UDP: dont use thread_t as truth value.
Unbreak compile on mingw. …
|
|
|
@502e858f
|
14 years |
michaelni |
swscale: fix compile on mingw32
Compiling "swscale.c" breaks on …
|
|
|
@0f6a8579
|
14 years |
michaelni |
ffmpeg: Interactivity support. Try pressing +-hs.
Signed-off-by: …
|
|
|
@b025431b
|
14 years |
michaelni |
swscale: 10l forgot git add this change from ronald.
Signed-off-by: …
|
|
|
@58c03f6
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master:
swscale: …
|
|
|
@01d3ebaf
|
14 years |
michaelni |
AVFrame: only set parameters from AVCodecContext in decode_video*() …
|
|
|
@a3bc7a9e
|
14 years |
michaelni |
avcodec_default_get_buffer: init picture parameters.
Fixes …
|
|
|
@9f54e461
|
14 years |
rsbultje |
swscale: properly inline bits/endianness in yuv2yuvX16inC().
|
|
|
@c3d68ec9
|
14 years |
rsbultje |
swscale: fix clipping of 9/10bit YUV420P.
|
|
|
@1550f45a
|
14 years |
rsbultje |
Add av_clip_uintp2() function
Signed-off-by: Mans Rullgard …
|
|
|
@2bd12ee3
|
14 years |
Carl Eugen Hoyos |
Support more QT 1bpp rawvideo files.
Fixes ticket #189.
|
|
|
@29ef0174
|
14 years |
michaelni |
UDP: udp depends on pthreads now
Signed-off-by: Michael Niedermayer …
|
|
|
@03f8f397
|
14 years |
michaelni |
udp: switch custom fifo to libavutil fifo.
This also allows us to …
|
|
|
@593bb98d
|
14 years |
michaelni |
udp: use FFMAX&FFMIN.
Signed-off-by: Michael Niedermayer …
|
|
|
@42756021
|
14 years |
michaelni |
udp: add a thread into udp.c for receiving data into a circular …
|
|
|
@4d15f194
|
14 years |
stefano.sabatini-lala |
tiffenc: set bpp table for monow/monob formats
Also makes the bpp_tab …
|
|
|
@ac8d6f12
|
14 years |
stefano.sabatini-lala |
tiffenc: factorize code for monow/monob case in encode_frame() switch
…
|
|
|
@995013eb
|
14 years |
stefano.sabatini-lala |
tiffenc: fix bpp value for monow/monob formats
|
|
|
@d8297ca
|
14 years |
stefano.sabatini-lala |
tiff: fix linesize for mono-white/black formats
Fix decoding of file …
|
|
|
@762b4662
|
14 years |
stefano.sabatini-lala |
tiff: print log in case of unknown / unsupported tag
Helps debugging.
|
|
|
@2c9a5172
|
14 years |
anton |
dfa: fix buffer overflow checks to avoid integer overflows.
…
|
|
|
@7e19a6e8
|
14 years |
anton |
movenc: always write esds descriptor length using 4 bytes.
ipod …
|
|
|
@dbe94539
|
14 years |
anton |
ffmpeg: use parse_number_and_die() when it makes sense
Prefer …
|
|
|
@8fb566f
|
14 years |
anton |
ffmpeg: get rid of the 'q' key schizofrenia
SIGINT for quitting …
|
|
|
@e3114a9c
|
14 years |
michaelni |
Add checksums specific to BE machines after last swscale update.
…
|
|
|
@72153419
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master: (33 commits)
…
|
|
|
@410ca3bc
|
14 years |
Carl Eugen Hoyos |
Support Digital Voodoo SD 8 Bit in mov (ticket 195).
|
|
|
@92ccdfb8
|
14 years |
Carl Eugen Hoyos |
Support R10g in mov.
|
|
|
@86f2c36c
|
14 years |
Carl Eugen Hoyos |
Add 5.1 plus stereo-downmix to mov_channel_layout array.
|
|
|
@69b6b2d2
|
14 years |
Carl Eugen Hoyos |
Set channel_layout for S302M.
|
|
|
@0aac0403
|
14 years |
Carl Eugen Hoyos |
Map mlp surround channels to FFmpeg rear channels.
This allows more …
|
|
|
@a37f7b62
|
14 years |
Carl Eugen Hoyos |
Support native DTS channel order when requested.
|
|
|
@552a9995
|
14 years |
martin |
rtpdec_qdm2: Don't try to parse data packet if no configuration is …
|
|
|
@f0eb373
|
14 years |
michaelni |
pixfmt-Comment: Fix big/little typo
Found-by: kierank
Signed-off-by: …
|
|
|
@4d7a4215
|
14 years |
justin.ruggles |
ac3enc: put the counting of stereo rematrixing bits in the same place …
|
|
|
@257de756
|
14 years |
justin.ruggles |
ac3enc: clean up count_frame_bits() and count_frame_bits_fixed()
|
|
|
@c4fb3b03
|
14 years |
anton |
mpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead …
|
|
|
@ea5fa19
|
14 years |
anton |
srtdec: make sure we don't write past the end of buffer
…
|
|
|
@ee81e76d
|
14 years |
anton |
wmaenc: improve channel count and bitrate error handling in …
|
|
|
@89d4c130
|
14 years |
anton |
matroskaenc: make sure we don't produce invalid file with no codec ID
…
|
|
|
@9c569ef7
|
14 years |
anton |
matroskadec: check that pointers were initialized before accessing …
|
|
|
@4ad0693e
|
14 years |
anton |
lavf: fix function name in compute_pkt_fields2 av_dlog message
…
|
|
|
@2c715816
|
14 years |
anton |
lavf: fix av_find_best_stream when providing a wanted stream.
In the …
|
|
|
@6b35a795
|
14 years |
anton |
lavf: fix av_find_best_stream when decoder_ret is given and using a …
|
|
|
@5da116a3
|
14 years |
anton |
ffmpeg: factorize quality calculation
Calculate quality value once …
|
|
|
@bbc572a2
|
14 years |
diego |
tiff: add support for SamplesPerPixel tag in tiff_decode_tag()
Format …
|
|
|
@7b874dcc
|
14 years |
michaelni |
ffv1: Add PIX_FMT_YUV420P9 support.
Signed-off-by: Michael …
|
|
|
@8102d886
|
14 years |
diego |
tiff: Prefer enum TiffCompr over int for TiffContext.compr.
This is …
|
|
|
@7a3a259
|
14 years |
michaelni |
ffv1dec: output PIX_FMT_YUV422P10 and PIX_FMT_YUV420P10 when possible. …
|
|
|
@518cdff8
|
14 years |
michaelni |
Fix posix_memalign() usage when libavutil is compiled outside FFmpeg.
…
|
|
|
@bcedf2e5
|
14 years |
michaelni |
asfdec: fix assert failure on invalid files
Add an extra size …
|
|
|
@10291562
|
14 years |
michaelni |
Revert "asfdec: fix assert failure on invalid files"
Reverting this …
|
|
|
@5f0bb0ba
|
14 years |
diego |
mov: Support edit list atom version 1.
Signed-off-by: Diego Biurrun …
|
|
|
@ced9556b
|
14 years |
diego |
configure: Enable libpostproc automatically if GPL code is enabled.
…
|
|
|
@0b8002fd
|
14 years |
michaelni |
Add support for QT BMP 1bpp color mode
Fix trac issue #188
…
|
|
|
@b7903ab1
|
14 years |
michaelni |
If a MP3 file contains the string NSVs, the NSV probe will think it is …
|
|
|
@e575685f
|
14 years |
diego |
Cosmetics: fix prototypes in oggdec
Signed-off-by: Diego Biurrun …
|
|
|
@5780f41a
|
14 years |
diego |
oggdec: fix memleak with continuous streams.
This avoids the creation …
|
|
|
@2501d2f3
|
14 years |
anton |
matroskaenc: add missing new line in av_log() call
Signed-off-by: …
|
|
|
@14cf9e69
|
14 years |
anton |
dnxhdenc: add AVClass in private context.
Fixes private options.
…
|
|
|
@304e983d
|
14 years |
anton |
movenc: fix yuv range in avid atoms used by dnxhd.
yuv range: full 1 …
|
|
|
@7fe3207e
|
14 years |
anton |
movenc: fix adpcm mono muxing.
Signed-off-by: Anton Khirnov …
|
|
|
@6ae38aa3
|
14 years |
anton |
mpegts: do not output known sized packet if an unbounded packet is …
|
|
|
@9c3f5ef6
|
14 years |
anton |
ffprobe: tweak error message in open_input_file()
Replace "codec …
|
|
|
@c7d22c5d
|
14 years |
anton |
patcheck: warn about assert usage
Signed-off-by: Michael Niedermayer …
|
|
|
@92fe2587
|
14 years |
anton |
configure: sort filter deps entries
Signed-off-by: Anton Khirnov …
|
|
|
@0a6b1a9f
|
14 years |
diego |
Replace int_fast integer types with their sized standard posix …
|
|
|
@be898457
|
14 years |
diego |
jfdct: Replace sized int_fast integer types with plain int/unsigned.
…
|
|
|
@046f081b
|
14 years |
diego |
configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.
…
|
|
|
@45faf7fc
|
14 years |
diego |
nsv: Fix misdetection of MP3 files as NSV.
If an MP3 file contains …
|
|
|
@b3bbc6fd
|
14 years |
diego |
oggdec: use explicit AVInputFormat struct initializers
Signed-off-by: …
|
|
|
@f95257d2
|
14 years |
diego |
oggdec: simplify ogg_probe
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
|
|
@612122b1
|
14 years |
michaelni |
Merge remote branch 'qatar/master'
* qatar/master: (32 commits)
…
|
|
|
@4ea216e7
|
14 years |
michaelni |
libavformat/utils: Only consider dvb teletext timestamps for start …
|
|
|
@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 …
|
|
|
@c8f487de
|
14 years |
rsbultje |
swscale: fix YUV420P 9/10bit support.
Fix handling of input if not in …
|
|
|
@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
|
|
|
@5705b020
|
14 years |
jason |
10-bit H.264 x86 chroma v loopfilter asm
Also delete some unused …
|
|
|
@f1e7822e
|
14 years |
michaelni |
fate: Disable h264-conformance-frext-pph10i4_panasonic_a.
The file …
|
|
|
@9aa9104
|
14 years |
diego |
Port SMPTE S302M audio decoder from FFmbc 0.3.
|
|
|
@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 …
|
|
|
@b44c8ad2
|
14 years |
siretart |
Fix crash of interlaced MPEG2 decoding
Problem description, …
|
|
|
@d2bf4289
|
14 years |
anton |
h264pred: fix one more aliasing violation.
Signed-off-by: Anton …
|
|
|
@36dc49b7
|
14 years |
anton |
doc/APIchanges: fill in missing hashes and dates.
|
|
|
@880fa218
|
14 years |
anton |
flacenc: use proper initializers for AVOption default values.
…
|
|
|
@c9e81d07
|
14 years |
anton |
lavc: deprecate named constants for deprecated antialias_algo.
|
|
|