|
|
|
@2ac6ff2e
|
16 years |
astrange |
Remove const vector casts.
Fixes compilation with altivec and …
|
|
|
@1cad63d6
|
16 years |
tempn |
removed gif decoder in r14209
Originally committed as revision 14225 …
|
|
|
@89129c6b
|
16 years |
diego |
Drop non-C99-compliant initialization.
Originally committed as …
|
|
|
@4c453ddb
|
16 years |
michaelni |
Make our flac decoder decode all the data at EOF.
Fixes issue524
…
|
|
|
@4a8361f8
|
16 years |
diego |
tools/trasher: Don't mix srand/rand and srandom/random interface. …
|
|
|
@9606a838
|
16 years |
stefano.sabatini-lala |
strdup() the default value for rc_eq in AVCodec when setting it in …
|
|
|
@bd6754aa
|
16 years |
michaelni |
On EOF keep calling the decoders until they do not output anything …
|
|
|
@f969058
|
16 years |
stefano.sabatini-lala |
Fix the logic to access the location of a string to free when setting …
|
|
|
@b903a928
|
16 years |
vitor1001 |
Simplify
Originally committed as revision 14218 to …
|
|
|
@3819081f
|
16 years |
vitor1001 |
Another av_clipf() usage
Originally committed as revision 14217 to …
|
|
|
@aa64ee30
|
16 years |
vitor1001 |
Do not declare as double a var that only stores a float
Originally …
|
|
|
@1894db14
|
16 years |
vitor1001 |
Simplify: use FFMAX
Originally committed as revision 14215 to …
|
|
|
@b08edb22
|
16 years |
Reimar.Doeffinger |
check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not …
|
|
|
@4138ad96
|
16 years |
vitor1001 |
Add av_clipf() function to common.h and use it in ra288.c
Originally …
|
|
|
@8effdce0
|
16 years |
mans |
dvdsubdec: allow compilation with -DDEBUG
Originally committed as …
|
|
|
@e8420626
|
16 years |
mans |
RTP: use dprintf(), allow compilation with -DDEBUG
Originally …
|
|
|
@f94981ea
|
16 years |
mans |
ASF: use dprintf(), allow compilation with -DDEBUG
Originally …
|
|
|
@0b54f3c0
|
16 years |
michaelni |
Remove gif demuxer, the code contains a gif decoder and lzw decoder …
|
|
|
@8858816d
|
16 years |
michaelni |
Use -vsync 0 unless the user explicitly asked for something
else when …
|
|
|
@b9fa3208
|
16 years |
lorenm |
exploit mdct symmetry
2% faster vorbis on conroe, k8. 7% on celeron.
…
|
|
|
@eb2cd99c
|
16 years |
ramiro.polla |
mlpdec: Check for bits left before each read of End-of-Stream …
|
|
|
@f27e1d64
|
16 years |
lorenm |
simplify vorbis windowing
Originally committed as revision 14205 to …
|
|
|
@6647ab80
|
16 years |
ramiro.polla |
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it …
|
|
|
@f9bd3056
|
16 years |
Reimar.Doeffinger |
clip MS ADPCM predictor range to correct [0..6] range, not [0..7]
…
|
|
|
@962fe7e
|
16 years |
Reimar.Doeffinger |
Use bytestream and AV_RL* functions in ADPCM code where possible
…
|
|
|
@ae8afab9
|
16 years |
Reimar.Doeffinger |
Fix MS ADPCM de- and encoding: first and second sample are swapped. …
|
|
|
@e70f1a20
|
16 years |
diego |
Add parisc* to the list of architectures requiring PIC flags for …
|
|
|
@9ea583e1
|
16 years |
mans |
mpegaudio: use MAC/MLS macros in ff_mpa_synth_filter
Originally …
|
|
|
@ffa978f1
|
16 years |
mans |
mathops: add MAC64, MLS64, and MLS16
MAC64: 64 += 32 x 32 (bits) …
|
|
|
@71c465a1
|
16 years |
mans |
Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER
This makes …
|
|
|
@c1c90466
|
16 years |
michaelni |
Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly …
|
|
|
@1b71f04
|
16 years |
mans |
configure: simplify negative dependencies
Originally committed as …
|
|
|
@3250003c
|
16 years |
mans |
configure: allow !foo as argument to enabled/disabled and *_deps lists …
|
|
|
@dd57251c
|
16 years |
michaelni |
Remove old hackish codec probe system.
Originally committed as …
|
|
|
@007f67b0
|
16 years |
diego |
Fix pts handling when encoding with libschroedinger, closes issue 453. …
|
|
|
@f73b204
|
16 years |
diego |
Fix pts handling when encoding with libdirac.
patch by Anuradha …
|
|
|
@2a72e494
|
16 years |
michaelni |
Use strcmp() instead of strncmp() in set_codec_from_probe_data().
…
|
|
|
@25d3fb73
|
16 years |
michaelni |
indent
Originally committed as revision 14189 to …
|
|
|
@942de2f4
|
16 years |
michaelni |
Only try to probe the codec when the available data has roughly …
|
|
|
@312d24d5
|
16 years |
michaelni |
Add mpegvideo and H.264 to the codec probe.
Originally committed as …
|
|
|
@010acd8e
|
16 years |
michaelni |
h264_probe()
Originally committed as revision 14186 to …
|
|
|
@55823964
|
16 years |
michaelni |
indent
Originally committed as revision 14185 to …
|
|
|
@0bef08e5
|
16 years |
michaelni |
New codec probing system try #1.
Originally committed as revision …
|
|
|
@3e86dba2
|
16 years |
michaelni |
command_streams are type data not unknown.
Originally committed as …
|
|
|
@09fec2b
|
16 years |
Reimar.Doeffinger |
Use new style static VLC tables for IMC decoder.
Also fixes a memleak …
|
|
|
@9d3b9f2c
|
16 years |
michaelni |
Move add_to_pktbuf() before av_read_packet(). My future work on codec …
|
|
|
@64cd3108
|
16 years |
michaelni |
Move set_codec_from_probe_data() up to where the other probe functions …
|
|
|
@3179da62
|
16 years |
michaelni |
Pass AVPacketList instead of the whole context to add_to_pktbuf as …
|
|
|
@d08e3e91
|
16 years |
ramiro.polla |
Prevent users from setting -vol and -acodec copy together.
They are …
|
|
|
@f1b2f1bf
|
16 years |
robert.swain |
Typo and grammar fix
Originally committed as revision 14177 to …
|
|
|
@848eab4e
|
16 years |
robert.swain |
Correct a couple of typos
Originally committed as revision 14176 to …
|
|
|
@8884b91
|
16 years |
Reimar.Doeffinger |
100l, fix MS ADPCM decoding for e.g. …
|
|
|
@ff22712
|
16 years |
Reimar.Doeffinger |
10l, forgot to replace a / 256 for r14173.
Fixes MS ADPCM regression …
|
|
|
@ddcf031f
|
16 years |
Reimar.Doeffinger |
Change MS ADPCM table so they fit into int8_t and change array type.
…
|
|
|
@4972a246
|
16 years |
michaelni |
indent
Originally committed as revision 14172 to …
|
|
|
@7ee18c17
|
16 years |
michaelni |
Fix not coded channels / silence decoding.
Fixes issue264 WMV audio …
|
|
|
@362aba4b
|
16 years |
michaelni |
Check that we have enough output space available.
Originally …
|
|
|
@0261e365
|
16 years |
andreas |
Deprecate avcodec_build(), it returns the same value as …
|
|
|
@876ef93d
|
16 years |
michaelni |
simplify
Originally committed as revision 14168 to …
|
|
|
@6e264d45
|
16 years |
michaelni |
Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr.
…
|
|
|
@4ad62d9a
|
16 years |
diego |
Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for …
|
|
|
@fd9f315
|
16 years |
diego |
Make preprocessor condition more specific and useful by changing …
|
|
|
@58607ca7
|
16 years |
diego |
Move one function that is only used for muxing below #ifdef …
|
|
|
@37673b1b
|
16 years |
diego |
Move a function and an #ifdef CONFIG_MUXERS so that functions used …
|
|
|
@66b32ce8
|
16 years |
diego |
Move functions only used for muxing below #ifdef …
|
|
|
@d7e1fc42
|
16 years |
kostya.shishkov |
SSE2 optimizations for Monkey's Audio decoder vector functions
…
|
|
|
@3a8322b1
|
16 years |
astrange |
H264: Fix decoding with CABAC/delta_qp/PCM macroblocks.
Patch by Jason …
|
|
|
@28ce1839
|
16 years |
ramiro.polla |
Add a checklist about new codecs or formats to the documentation.
…
|
|
|
@822cc8f
|
16 years |
ramiro.polla |
Update Changelog and documentation for MVI demuxer and decoder.
…
|
|
|
@5c5a6dfe
|
16 years |
diego |
Update info for Sonic, add Dirac to supported formats list.
…
|
|
|
@64c2f20a
|
16 years |
diego |
Sort lists ignoring case.
Originally committed as revision 14156 to …
|
|
|
@d698c5d3
|
16 years |
diego |
cosmetics: Fix inconsistent indentation.
Originally committed as …
|
|
|
@1619f426
|
16 years |
lu_zero |
100L, avoption splited code added, I should double check with svn …
|
|
|
@6413d91d
|
16 years |
benoit.fouet |
Remove useless casts.
Patch by avcoder ffmpeg at gmail d0t com
…
|
|
|
@24909d39
|
16 years |
benoit.fouet |
Remove useless casts.
Patch by avcoder ffmpeg at gmail d0t com
…
|
|
|
@733cec1d
|
16 years |
benoit.fouet |
Parse frames to feed the decoder with individual parse units.
Patch by …
|
|
|
@eb64714c
|
16 years |
benoit.fouet |
Add entry for Dirac codec.
Patch by Anuradha Suraparaju anuradha rd …
|
|
|
@0cf0e25d
|
16 years |
benoit.fouet |
Add a parameter for queue size.
Patch by Anuradha Suraparaju anuradha …
|
|
|
@80150f7e
|
16 years |
lucabe72 |
Fix MPEG video packetization for RTP
Originally committed as revision …
|
|
|
@bb68f8a2
|
16 years |
kostya.shishkov |
Monkey's Audio decoder vector functions work on input with length
a …
|
|
|
@5b8cc860
|
16 years |
ramiro.polla |
Motion Pixels MVI Demuxer.
Patch by Gregory Montoir <cyx <at> users …
|
|
|
@974e0eee
|
16 years |
ramiro.polla |
Motion Pixels Video Decoder.
Patch by Gregory Montoir <cyx <at> users …
|
|
|
@e40b183d
|
16 years |
lu_zero |
Split AVOption/AVClass in a separate file. SoC Patch from Keiji …
|
|
|
@7ac884c5
|
17 years |
stefano.sabatini-lala |
Fix a warning in ffserver.c caused by the use of the function …
|
|
|
@fdbb1feb
|
17 years |
michaelni |
Remove ancient code that hasnt worked in many years.
Originally …
|
|
|
@18c64005
|
17 years |
mans |
regenerate dependencies when building object files
Originally …
|
|
|
@81d4ee3e
|
17 years |
michaelni |
New full search ME
Originally committed as revision 14142 to …
|
|
|
@304ba23a
|
17 years |
stefano.sabatini-lala |
Print the program_name rather than always "FFmpeg" when showing the …
|
|
|
@bc314472
|
17 years |
astrange |
Make the function prototype visible to comply with C99 inline.
Fixes …
|
|
|
@5cfdfd8a
|
17 years |
pross |
increment minor version for commit r14110 (Electronic Arts CMV …
|
|
|
@e98750c3
|
17 years |
michaelni |
float_to_int16_sse2()
20% faster than sse
Originally committed as …
|
|
|
@4e999ebe
|
17 years |
michaelni |
indent
Originally committed as revision 14137 to …
|
|
|
@385b19df
|
17 years |
michaelni |
Allow setting codecs through preset files
Originally committed as …
|
|
|
@7445f9cc
|
17 years |
michaelni |
fix IPCM_decode_error.h264
Originally committed as revision 14135 to …
|
|
|
@8dbee653
|
17 years |
michaelni |
Fix the av_set_string() free / alloc issue.
Originally committed as …
|
|
|
@cdb5af79
|
17 years |
michaelni |
indent
Originally committed as revision 14133 to …
|
|
|
@7efeb73a
|
17 years |
michaelni |
10000l for myself, my last change was incomplete.
This one also …
|
|
|
@72e043dd
|
17 years |
takis.issaris |
One-bit bitfields should probably be unsigned. Unfortunately, it is …
|
|
|
@d921f03f
|
17 years |
diego |
Add FFMPEG_CONFIGURATION to config.mak as well, it sometimes helps …
|
|
|
@716e7c0f
|
17 years |
diego |
Remove wrong casts from vector declarations, this would cause errors …
|
|
|