|
|
|
@b58bc17c
|
14 years |
siretart |
asfdec: reindent after previous commit c7bd5ed
|
|
|
@c7bd5eda
|
14 years |
siretart |
asfdec: fallback to binary search internally
lavf will do that anyway …
|
|
|
@4bac1bbc
|
14 years |
mans |
mpegaudio: add _fixed suffix to some names
This adds a _fixed suffix …
|
|
|
@d0005d34
|
14 years |
diego |
Modify x86util.asm to ease transitioning to 10-bit H.264 assembly.
…
|
|
|
@6f2309ed
|
14 years |
mans |
dct: build dct32 as separate object files
This builds the float and …
|
|
|
@1362a291
|
14 years |
mans |
qdm2: include correct header for rdft
Signed-off-by: Mans Rullgard …
|
|
|
@901ff511
|
14 years |
alex.converse |
ffmpeg: fix -aspect cli option
Redesign the way -aspect option is …
|
|
|
@9d5fa618
|
14 years |
alex.converse |
Restructure video filter implementation in ffmpeg.c.
This fixes …
|
|
|
@3a7c9774
|
14 years |
alex.converse |
ffplay: remove audio_write_get_buf_size() forward declaration
Move up …
|
|
|
@5dc65a3d
|
14 years |
alex.converse |
lavfi: print key-frame and picture type information in ff_dlog_ref()
…
|
|
|
@005db470
|
14 years |
mans |
mathops: remove ancient confusing comment
Signed-off-by: Mans …
|
|
|
@c540061f
|
14 years |
diego |
cws2fws: Improve error message wording.
|
|
|
@d39facc7
|
14 years |
diego |
tools: Check the return value of write().
This fixes several warnings …
|
|
|
@bdefbf3e
|
14 years |
mans |
mpegaudio: move OUT_FMT macro to mpegaudiodec.c
Signed-off-by: Mans …
|
|
|
@92ea249d
|
14 years |
mans |
mpegaudio: remove OUT_MIN/MAX macros
These macros are no longer …
|
|
|
@5026f946
|
14 years |
mans |
Add missing #includes to mp3_header_(de)compress bsf
Signed-off-by: …
|
|
|
@9503fbb8
|
14 years |
mans |
dct: fix indentation
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@721d6f2d
|
14 years |
mans |
dct: bypass table allocation for DCT_II of size 32
The size-32 DCT_II …
|
|
|
@257de5fb
|
14 years |
diego |
h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64.
This …
|
|
|
@d39bf3df
|
14 years |
diego |
Remove unused header mpegaudio3.h.
The header is a part of an MP3 …
|
|
|
@033a4a94
|
14 years |
justin.ruggles |
aacdec: Use float instead of int16_t for ltp_state to avoid needless …
|
|
|
@7f995abe
|
14 years |
diego |
acelp: Remove unused gray_decode table.
|
|
|
@b1bb3b8d
|
14 years |
diego |
dfa: Remove unused variable.
This fixes the warning: …
|
|
|
@c73b779d
|
14 years |
diego |
configure: Include AVX availability in summary output.
|
|
|
@c1f54478
|
14 years |
siretart |
configure: use same CPPFLAGS in kFreeBSD as Linux
…
|
|
|
@888fa31e
|
14 years |
diego |
Fix FSF address copy paste error in some license headers.
|
|
|
@08e434b0
|
14 years |
justin.ruggles |
Add an aac sample which uses LTP to fate-aac.
|
|
|
@76f8a96e
|
14 years |
rsbultje |
[PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P …
|
|
|
@b1eb7a12
|
14 years |
lu_zero |
arm: properly mark external symbol call
Surround memset and …
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@552a9995
|
14 years |
martin |
rtpdec_qdm2: Don't try to parse data packet if no configuration is …
|
|
|
@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 …
|
|
|
@8102d886
|
14 years |
diego |
tiff: Prefer enum TiffCompr over int for TiffContext.compr.
This is …
|
|
|
@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.
…
|
|
|
@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>
|
|
|
@c8f487de
|
14 years |
rsbultje |
swscale: fix YUV420P 9/10bit support.
Fix handling of input if not in …
|
|
|
@5705b020
|
14 years |
jason |
10-bit H.264 x86 chroma v loopfilter asm
Also delete some unused …
|
|
|
@9aa9104
|
14 years |
diego |
Port SMPTE S302M audio decoder from FFmbc 0.3.
|
|
|
@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.
|
|
|
@083e715f
|
14 years |
siretart |
aac: workaround for compilation on cygwin
On cygwin, math.h needs to …
|
|
|
@5c511ad4
|
14 years |
siretart |
swscale: extend YUV422p support to 10bits depth
Signed-off-by: …
|
|
|
@b437f5b0
|
14 years |
diego |
tiff: add support for inverted FillOrder for uncompressed data
Fix …
|
|
|
@bea70575
|
14 years |
diego |
Remove unused softfloat implementation.
The softfloat functionality …
|
|
|
@2caf19e
|
14 years |
rsbultje |
h264pred: fix aliasing violations.
Tested to fix Haiku H264/10bit …
|
|
|
@e1e0ca70
|
14 years |
diego |
rotozoom: Eliminate French variable name.
|
|
|
@cbb0930
|
14 years |
diego |
rotozoom: Check return value of fread().
This fixes the warnings: …
|
|
|
@771339c
|
14 years |
diego |
rotozoom: Return an error value instead of calling exit().
|
|
|
@2131e859
|
14 years |
diego |
rotozoom: Make init_demo() return int and check for errors on invocation.
|
|
|
@5a37c12c
|
14 years |
diego |
rotozoom: Drop silly UINT8 typedef.
|
|
|
@e9c10459
|
14 years |
diego |
rotozoom: Drop some unnecessary parentheses.
|
|
|
@f628559d
|
14 years |
diego |
rotozoom: K&R coding style cosmetics
|
|
|
@0b4949b5
|
14 years |
martin |
rtsp: Only do keepalive using GET_PARAMETER if the server supports it
…
|
|
|
@3fd62c6e
|
14 years |
anton |
ffmpeg: call pre_process_video_frame() only if decoding is needed
In …
|
|
|
@2b95602e
|
14 years |
anton |
ffmpeg: reformat resample condition code in transcode()
…
|
|
|
@9aa797cd
|
14 years |
anton |
ffmpeg: factorize resampling condition check in do_video_out()
…
|
|
|
@c29c2eea
|
14 years |
anton |
ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippet
…
|
|
|
@2ecc5b70
|
14 years |
anton |
ffmpeg: improve reporting if size/pixel format changes
Use av_log() …
|
|
|
@b568d6d9
|
14 years |
anton |
ffmpeg: warns the user when the selected pixel format is ignored
…
|
|
|
@91199cf
|
14 years |
anton |
ffplay: add a dummy option -i so that it is easy to switch between …
|
|
|
@ffc437c0
|
14 years |
alex.converse |
cosmetics: Fix crazy formatting in resample.
|
|
|
@3e00abab
|
14 years |
alex.converse |
Allow resampling with no channel count change for up to 8 channels.
|
|
|
@918a5409
|
14 years |
alex.converse |
Don't allow unsupported resampling configurations.
|
|
|
@9f3d6ca4
|
14 years |
jason |
Port x86 10-bit H.264 deblock asm from x264
|
|
|