|
|
|
@1357b1d
|
16 years |
voroshil |
Remove not approved parts.
Originally committed as revision 15224 to …
|
|
|
@4fdb41a8
|
16 years |
vitor1001 |
Test a var for overflow just after it is set
Originally committed as …
|
|
|
@a90fbeec
|
16 years |
vitor1001 |
Remove useless parentheses.
Originally committed as revision 15222 to …
|
|
|
@6123abad
|
16 years |
stefano.sabatini-lala |
Remove wrong and unnecessary condition. VHOOK filters are not special …
|
|
|
@b359a90f
|
16 years |
stefano.sabatini-lala |
Undefine the macro which defines fprintf as please_use_av_log so that …
|
|
|
@92d04e76
|
16 years |
lucabe72 |
Add support for the RGB32 pixel format in video4linux2 devices
Patch …
|
|
|
@97a290ef
|
16 years |
lucabe72 |
Add support for the PIX_FMT_RGB555 and PIX_FMT_RGB565 pixel formats in …
|
|
|
@2881a656
|
16 years |
Reimar.Doeffinger |
Fix nuv decoder to use reget_buffer for non-keyframes and correctly …
|
|
|
@cf74dd4a
|
16 years |
baptiste.coudurier |
do not fail if audio is uncompressed and frame size is not set, just …
|
|
|
@235a51ad
|
16 years |
baptiste.coudurier |
simplify bps code by using av_get_bits_per_sample
Originally …
|
|
|
@3b38f1c6
|
16 years |
baptiste.coudurier |
simplify function selection code
Originally committed as revision …
|
|
|
@a6100f3
|
16 years |
baptiste.coudurier |
enable yuv422p to uyvy converter
Originally committed as revision …
|
|
|
@e10049be
|
16 years |
vitor1001 |
Cosmetics: indent after last commit and remove useless braces
…
|
|
|
@1b0dc012
|
16 years |
vitor1001 |
Simplify: use a for instead of unrolling by hand
Originally committed …
|
|
|
@fb17d9ff
|
16 years |
vitor1001 |
Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). …
|
|
|
@3eb9bfbb
|
16 years |
Aurélien Jacobs |
matroskadec: fix ASS subtitle track packets before emitting them …
|
|
|
@f2abc559
|
16 years |
baptiste.coudurier |
add -xerror option, ffmpeg will now exit right when an error occurs
…
|
|
|
@52cf3954
|
16 years |
baptiste.coudurier |
Fix msgsm in wav, do not set blkalign to frame size, this is wrong, …
|
|
|
@78df225
|
16 years |
vitor1001 |
Simplify: use two distinct functions to decode MACE3 and MACE6, since …
|
|
|
@b97c4138
|
16 years |
vitor1001 |
Simplify mace_decode_frame()
Originally committed as revision 15207 …
|
|
|
@62c24705
|
16 years |
Aurélien Jacobs |
matroska: subtitle display duration must be stored in …
|
|
|
@647148c6
|
16 years |
vitor1001 |
Remove useless comments
Originally committed as revision 15205 to …
|
|
|
@251d75f2
|
16 years |
vitor1001 |
Reindent mace.c, its indentation was completly inconsistent with the …
|
|
|
@b0880d5d
|
16 years |
michaelni |
Make 16bit grayscale output work.
Originally committed as revision …
|
|
|
@5d79f30d
|
16 years |
baptiste.coudurier |
set block align and frame size for gsm in aiff
Originally committed …
|
|
|
@736143c8
|
16 years |
michaelni |
Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr …
|
|
|
@82ab49dc
|
16 years |
vitor1001 |
Cosmetics: s/LPC_type/LPC_TYPE/
Originally committed as revision …
|
|
|
@9990e426
|
16 years |
michaelni |
Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
Fixes issue248.
…
|
|
|
@6b682df2
|
16 years |
baptiste.coudurier |
print error when deinterlacing fails
Originally committed as revision …
|
|
|
@14623020
|
16 years |
michaelni |
Fix 4 and 8 bit RGB/BGR input.
Originally committed as revision 27521 …
|
|
|
@f2eb8c5b
|
16 years |
stefano.sabatini-lala |
Properly use av_log rather than fprintf/printf.
Fix the "implicit …
|
|
|
@991945d
|
16 years |
michaelni |
Fix typo.
Originally committed as revision 15199 to …
|
|
|
@d52337af
|
16 years |
michaelni |
Remove workaround for rgb/bgr mess.
Originally committed as revision …
|
|
|
@7372e9bb
|
16 years |
michaelni |
Fix 4 of the unscaled rgb15/16 converters, each of these contained
2-3 …
|
|
|
@6107059c
|
16 years |
michaelni |
rgb vs bgr fix for the unscaled converters.
Originally committed as …
|
|
|
@efa1fb39
|
16 years |
baptiste.coudurier |
cosmetics, remove whitespace
Originally committed as revision 15198 …
|
|
|
@4ed1942
|
16 years |
baptiste.coudurier |
actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot fr …
|
|
|
@27a90b04
|
16 years |
michaelni |
Fix rgb15/16 vs. bgr part2.
Originally committed as revision 27517 to …
|
|
|
@544a0f47
|
16 years |
baptiste.coudurier |
skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc …
|
|
|
@688b5e80
|
16 years |
michaelni |
Fix rgb15/16 vs. bgr part1.
Originally committed as revision 27516 to …
|
|
|
@ae9e0e83
|
16 years |
michaelni |
Add fflush to prevent stdout & stderr from being mixed.
Originally …
|
|
|
@1775c7fa
|
16 years |
vitor1001 |
Multiply table by -1. This avoid doing this calculation (that was …
|
|
|
@e4b8f1fa
|
16 years |
michaelni |
Fix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack of IDR pictures …
|
|
|
@1be0fc29
|
16 years |
vitor1001 |
Avoid duplicating compute_lpc_coefs() function in both the RA288 and …
|
|
|
@287ba99
|
16 years |
pross |
Remove further 1sample=2byte assumptions within FFmpeg to allow …
|
|
|
@4af92de6
|
16 years |
stefano.sabatini-lala |
Make the nb_max_connections and nb_connections int variables unsigned. …
|
|
|
@c4e02d70
|
16 years |
baptiste.coudurier |
change the logic to mux 13818-3 and 11172-3 in mp4, less code
…
|
|
|
@e00c3de8
|
16 years |
baptiste.coudurier |
forbid mp3 < 16000hz in anything except mov
Originally committed as …
|
|
|
@c3b13251
|
16 years |
baptiste.coudurier |
dirac muxing support in mp4/mov
Originally committed as revision …
|
|
|
@5180b027
|
16 years |
baptiste.coudurier |
cosmetics, move up mpeg1video mp4 objecttype
Originally committed as …
|
|
|
@2f980d2a
|
16 years |
baptiste.coudurier |
cosmetics, change values to hex since mp4ra use hex
Originally …
|
|
|
@baa0be4c
|
16 years |
baptiste.coudurier |
cosmetics, vertical align
Originally committed as revision 15185 to …
|
|
|
@d4a240cb
|
16 years |
baptiste.coudurier |
ac3 muxing support in mov/mp4/m4v
Originally committed as revision …
|
|
|
@395206f6
|
16 years |
michaelni |
Ignore the spec, and calculate aspect ratio on width/height.
Fixes …
|
|
|
@1c9ff179
|
16 years |
stefano.sabatini-lala |
Make the maximum number of simultaneous HTTP connections handled by …
|
|
|
@dc76fe13
|
16 years |
Reimar.Doeffinger |
Change doxygen comment: Clarify when av_write_trailer should be …
|
|
|
@8e5af7a6
|
16 years |
michaelni |
Clarify sample_aspect_ratio.
Originally committed as revision 15180 …
|
|
|
@a2636c0f
|
16 years |
michaelni |
Add AVPacket.convergence_duration.
Originally committed as revision …
|
|
|
@a82630de
|
16 years |
michaelni |
Try to clarify the semantics of AVPacket.duration.
Originally …
|
|
|
@d3ce0792
|
16 years |
jmenon86 |
fix issue 616 on roundup : decoding of short flac files
Originally …
|
|
|
@c7ac9449
|
16 years |
diego |
Disable encoders by undefining CONFIG_FOO_ENCODER once instead of …
|
|
|
@999960c
|
16 years |
diego |
Surround some encoding-specific functions with the appropriate …
|
|
|
@f544a5fc
|
16 years |
diego |
Replace generic CONFIG_ENCODERS preprocessor conditionals by more …
|
|
|
@bb6c34e5
|
16 years |
michaelni |
Fix round to even for aspect ratio correction.
Originally committed …
|
|
|
@0ad306b
|
16 years |
rsbultje |
Remove unused code that used to handle protocol concatenation, i.e. …
|
|
|
@063ad820
|
16 years |
voroshil |
gain codebook (first stage), 8k mode for G.729
Originally committed …
|
|
|
@e9dea59f
|
16 years |
rsbultje |
Implement Realmedia/RTSP-compatible SETUP command. This includes …
|
|
|
@bea6c1ec
|
16 years |
baptiste.coudurier |
fix fourcc comment
Originally committed as revision 15169 to …
|
|
|
@bc165ee3
|
16 years |
voroshil |
Another set of approved G.729 chunks (from decoder core)
Originally …
|
|
|
@4834eb19
|
16 years |
Aurélien Jacobs |
theoradec: cosmetics: indentation
Originally committed as revision …
|
|
|
@feaf1a73
|
16 years |
Aurélien Jacobs |
theoradec: skip decoding of uncoded MV in 4MV code
Thusnelda, the new …
|
|
|
@e32e2d56
|
16 years |
Aurélien Jacobs |
theoradec: small 4MV code reorganization to ease future improvements …
|
|
|
@15995030
|
16 years |
rsbultje |
Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that …
|
|
|
@79d5045d
|
16 years |
rsbultje |
Use chunk-size in function calling mdpr_read_codecdata() rather than …
|
|
|
@2a43a093
|
16 years |
diego |
Replace generic CONFIG_DECODERS preprocessor conditionals by more …
|
|
|
@ab210908
|
16 years |
diego |
Silence a couple of 'defined but not used' warnings by adding an …
|
|
|
@bd10f6e1
|
16 years |
diego |
Prevent a division by 0 in the g726 decoder when the configured …
|
|
|
@d1c2156b
|
16 years |
diego |
Fix an invalid free in the AVI muxer when an unsupported audio track …
|
|
|
@8212568a
|
16 years |
diego |
Replace generic CONFIG_MUXERS preprocessor conditionals by more …
|
|
|
@c1843188
|
16 years |
diego |
Remove pointless #ifdef CONFIG_VHOOK from the code.
The file is only …
|
|
|
@dfce888f
|
16 years |
baptiste.coudurier |
correctly mux mpeg2 audio 13818-3 in mp4
Originally committed as …
|
|
|
@428626d5
|
16 years |
baptiste.coudurier |
allow mp2 to be muxed into mp4
Originally committed as revision 15155 …
|
|
|
@d3bb8ad7
|
16 years |
voroshil |
Parity bit calculation routine for G.729
Originally committed as …
|
|
|
@d0b41d89
|
16 years |
michaelni |
Try to support invalid h264 that does not mark IDR with POC=0.
Fixes …
|
|
|
@74aa41ba
|
16 years |
michaelni |
Fix detection of MPEG4 in MPEG-PS.
Fixes issue568.
Originally …
|
|
|
@406ab5cc
|
16 years |
justin.ruggles |
add a separate line in Makefile for E-AC-3 decoder and only compile it …
|
|
|
@7cabcf7d
|
16 years |
baptiste.coudurier |
make pcm encoder setting bits_per_sample field
Originally committed …
|
|
|
@1981deaf
|
16 years |
stefano.sabatini-lala |
Make show_banner()/show_version() print the libpostproc version …
|
|
|
@2a4a62bf
|
16 years |
stefano.sabatini-lala |
Implement postproc_version().
Originally committed as revision 15148 …
|
|
|
@bdf6972c
|
16 years |
justin.ruggles |
change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use it …
|
|
|
@23cdcb22
|
16 years |
Aurélien Jacobs |
matroska: add E-AC-3 support
Thanks again Justin !
Originally …
|
|
|
@75198e7
|
16 years |
justin.ruggles |
simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs.
…
|
|
|
@4d951ef8
|
16 years |
justin.ruggles |
check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER
Originally …
|
|
|
@2988c93
|
16 years |
justin.ruggles |
create a separate codec_id for E-AC-3
Originally committed as …
|
|
|
@5f86057
|
16 years |
rsbultje |
Remove useless "else" case in if X { A; return }; else { B }. See …
|
|
|
@d6bb9ebd
|
16 years |
rsbultje |
Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP …
|
|
|
@897ade1b
|
16 years |
rsbultje |
Implement Realmedia-compatible DESCRIBE command.
Originally committed …
|
|
|
@e6fa1ca5
|
16 years |
justin.ruggles |
fix sorting of audio codecs
Originally committed as revision 15139 to …
|
|
|
@755ba886
|
16 years |
bartek.wolowiec |
Remaining parts of Nellymoser encoder
Originally committed as …
|
|
|
@719f3702
|
16 years |
michaelni |
Check ff_init_me()s return value.
Originally committed as revision …
|
|
|