Roman Shaposhnik
f49f6e8889
replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32
...
Originally committed as revision 9834 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
6654296c30
Handle malloc failure
...
Originally committed as revision 9833 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
bffcf2ebbf
treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side effect since if bps is 16 in stsd, codec will be changed to s16be, just yell if this breaks any sample
...
Originally committed as revision 9832 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a11c2a2c66
support silly PCM variant used by zork nemesis
...
fixes audio decoding of T000A11C.AVI
Originally committed as revision 9831 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
2711cb28f4
prevent assert failure with negative quant_offset
...
Originally committed as revision 9830 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
3dd2a1c53f
warn user if max=bitrate && max > min
...
Originally committed as revision 9829 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
611e7bc41b
support raw 4bpp avi
...
fixes dance1.avi
closes issue40
Originally committed as revision 9828 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
3bdc2fcea6
make the reference code use double instead of float where it is easy
...
Originally committed as revision 9827 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
86c624af1b
print max and mse
...
Originally committed as revision 9826 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Christophe Gisquet
7919d10c61
Make bicubic interpolation standard compliant
...
Patch by Christophe GISQUET
(echo -e "christophe\056gisquet\100 (antonym to malloc()) \056fr")
Thread [PATCH] Binary identicity for ffvc1 (was Re: [PATCH] VC-1 MMX DSP functions)
Originally committed as revision 9825 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
8b60bbbf5b
simplify stereo rematrixing
...
Originally committed as revision 9824 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
b6acc57f88
change 2 fields from context to local variables
...
Originally committed as revision 9823 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
8fbb368d2c
BLOCK_SIZE is not used properly, just use numbers instead to avoid confusion
...
Originally committed as revision 9822 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
7bfd22f25a
remove broken downmixing. will add new implementation later.
...
Originally committed as revision 9821 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
edecaff8c2
Take care of some renames (Doxygen and function name) after the previous pure rename patch.
...
Originally committed as revision 9820 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
bd38efffe8
Rename h264dsp.c to h264dspenc.c
...
Originally committed as revision 9819 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ronald S. Bultje
36cf20f5a6
Merge get_str() and get_str8() functions.
...
patch by Ronald S. Bultje, rsbultje gmail com
Originally committed as revision 9818 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ronald S. Bultje
28263f5f15
Fix get_str/get_str8() to also work if the target string is not long enough to
...
fit all data from the container string, and allow NULL as a string also to
simply skip the string altogether.
patch by Ronald S. Bultje, rsbultje gmail com
Originally committed as revision 9817 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
bd7c6fd50c
typo
...
Originally committed as revision 23889 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
1903245071
Ahem, fix typos overlooked in last commit.
...
Originally committed as revision 9816 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
df3a80b50a
cosmetics: misc typo fixes
...
Originally committed as revision 9815 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
David Conrad
bd35bdf1b2
Add EBML ID for Segment UID
...
Originally committed as revision 9814 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
6611c0b4c9
Replace a return of -1 with ENOMEM.
...
Originally committed as revision 9813 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
794f8e976b
Add the possibility to show all configurable encoders, decoders, parsers,
...
muxers, demuxers, protocols and bitstream filters.
Originally committed as revision 9812 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
4cb3aa09fa
Add a section about C++ and extern "C" in the FAQ.
...
Originally committed as revision 9811 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
6b90f8e04a
note about removing needs_more_info
...
Originally committed as revision 9810 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
8950f82879
detect voxware (closes issue39)
...
Originally committed as revision 9809 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
41415d2856
try exact match before case insensitive match in codec_get_id
...
Originally committed as revision 9808 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
60ff1c4481
ignore invalid packet_obj_size
...
fixes video5.asf
Originally committed as revision 9807 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
c5388c0784
Introduce an SDP generator
...
Originally committed as revision 9806 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
0eb7d78066
remove "Advanced Prediction Mode not supported" spam
...
Originally committed as revision 9805 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
59ba3fd0b6
also support DEBUG_PICT_INFO for h263i
...
Originally committed as revision 9804 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
1be7c87fdd
move show_pict_info() to its own function
...
Originally committed as revision 9803 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
89aa478f75
cosmetics: alignment
...
Originally committed as revision 9802 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
b1dc5beb12
replaces hardcoded values by the equivalent enum definitions
...
Originally committed as revision 9801 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
4d8243d362
add vst option to select video stream
...
Originally committed as revision 9800 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
e0c850a8c4
Avoid misdetecting acelp in ASF as MP3.
...
fixes 2001-04-11.asf
Originally committed as revision 9799 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
11bf3847b3
add proper support for subtitles muxing/stream copying
...
Originally committed as revision 9798 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
8e0d882b49
copy language information from input stream to output
...
Originally committed as revision 9797 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
a03d59b720
copy packet duration when doing a stream copy
...
Originally committed as revision 9796 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
977f6a9049
remove wrong const qualifier
...
Originally committed as revision 9795 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
868e43d952
use the most appropriate codec id for A_MPEG/L1 and L2
...
Originally committed as revision 9794 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
0f40b54c17
reorder matroska codec tags so that the encoder picks up the appropriate tag
...
Originally committed as revision 9793 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefan Gehrer
5d2b15b870
have less functions as inline
...
Originally committed as revision 9792 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
d58d7ade78
Minor cosmetics
...
Originally committed as revision 9791 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ian Caulfield
e4f42564bb
Update the dvdsub parser to be able to parse HD-DVD subtitle packets.
...
Patch by: Ian Caulfield, ian caulfield & gmx at
Originally committed as revision 9790 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ian Caulfield
4e16a060a0
Reindent two lines.
...
Patch by: Ian Caulfield, ian caulfield & gmx at
Originally committed as revision 9789 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ian Caulfield
1aadf63fd1
Add HD-DVD subpicture decoding.
...
Patch by: Ian Caulfield, ian caulfield & gmx at
Originally committed as revision 9788 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ian Caulfield
a363effbdf
Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit
...
encoded color to a 4-bit index into the DVD palette.
Patch by: Ian Caulfield, ian caulfield & gmx at
Originally committed as revision 9787 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Andreas Öman
c7d96ac69f
increase buffer size of LAME MP3 encoder
...
The previous size lead to A/V sync issues
Patch by Andreas Öman %andreas AA olebyn PP nu%
Original thread:
Date: Jul 21, 2007 9:53 AM
Subject: [FFmpeg-devel] [PATCH] lame buffer shortage
Originally committed as revision 9786 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago