|
|
|
@28215b37
|
17 years |
gpoirier |
convert DOS-style carriage return to Unix-style
Originally committed …
|
|
|
@a0e5830a
|
17 years |
michaelni |
Change iquant tables to int16.
Originally committed as revision 13798 …
|
|
|
@6aa37bcf
|
17 years |
michaelni |
simplify
Originally committed as revision 13797 to …
|
|
|
@cf409a6f
|
17 years |
michaelni |
Get rid of useless wrapper function.
Originally committed as revision …
|
|
|
@44555f09
|
17 years |
stefano.sabatini-lala |
Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names.
…
|
|
|
@88643f3
|
17 years |
stefano.sabatini-lala |
Cosmetics: display ffmpeg -h generic advanced options just after …
|
|
|
@170efe1f
|
17 years |
michaelni |
Do not inline g726_iterate() the function is big so its inlining will …
|
|
|
@aeaa7c3d
|
17 years |
michaelni |
Replace i2f(0) by the actual thing done, gcc is not an optimizing …
|
|
|
@81120754
|
17 years |
michaelni |
Remove redundant zeroing (the context is memset(0)).
Originally …
|
|
|
@e3cafac6
|
17 years |
michaelni |
Use smaller data types for tables.
Originally committed as revision …
|
|
|
@deec52c
|
17 years |
michaelni |
Float11 does not need int, .o file becomes smaller and the code might …
|
|
|
@7d7a9e7f
|
17 years |
michaelni |
simplify
Originally committed as revision 13788 to …
|
|
|
@aca49077
|
17 years |
michaelni |
Correct validity checks.
Originally committed as revision 13787 to …
|
|
|
@8b470cc5
|
17 years |
michaelni |
Print sane error message for channels != 1.
Originally committed as …
|
|
|
@35d0e16b
|
17 years |
michaelni |
Check number of bits so we do not try to use table entries which do …
|
|
|
@8161c28c
|
17 years |
michaelni |
Support decoding of sample_g726.asf.
Originally committed as revision …
|
|
|
@ded4241b
|
17 years |
Aurélien Jacobs |
matroskadec: remove some useless code
Originally committed as …
|
|
|
@6dfcdc00
|
17 years |
michaelni |
get_bits() outputs exactly as many bits as requested no need to mask …
|
|
|
@f6ec220c
|
17 years |
michaelni |
Remove dead code.
Originally committed as revision 13781 to …
|
|
|
@25cd5cb3
|
17 years |
diego |
Generate pkg-config files in each library subdirectory so that they do …
|
|
|
@ef3efa0
|
17 years |
stefano.sabatini-lala |
Don't show advanced subtitle options within the ffmpeg -h generic …
|
|
|
@fb74bc43
|
17 years |
stefano.sabatini-lala |
Don't show subtitle and grab options within the ffmpeg -h generic …
|
|
|
@bc2869f6
|
17 years |
stefano.sabatini-lala |
Fix an example command in ffserver-doc.texi.
Originally committed as …
|
|
|
@b11829a9
|
17 years |
diego |
Add missing #includes to fix 'make checkheaders'.
Originally …
|
|
|
@66b26265
|
17 years |
justin.ruggles |
fix verbatim mode decoding. patch by Jai Menon (realityman gmx net).
…
|
|
|
@40f8675c
|
17 years |
baptiste.coudurier |
set correct ftyp minor version for 3gp/2
Originally committed as …
|
|
|
@6ba9ed95
|
17 years |
baptiste.coudurier |
invert mode_mov condition
Originally committed as revision 13773 to …
|
|
|
@d3e47832
|
17 years |
baptiste.coudurier |
simplify
Originally committed as revision 13772 to …
|
|
|
@3473ca9a
|
17 years |
baptiste.coudurier |
change 3gp/3g2 brands if h264 is present
Originally committed as …
|
|
|
@cd70d17f
|
17 years |
baptiste.coudurier |
simplify ipod brand selection
Originally committed as revision 13770 …
|
|
|
@7b0fb8b7
|
17 years |
baptiste.coudurier |
fix warning, write_ftyp return int now
Originally committed as …
|
|
|
@83579084
|
17 years |
baptiste.coudurier |
put avc1 brand in compat list when h264 is present
Originally …
|
|
|
@5171fd9d
|
17 years |
michaelni |
-0x8000 == 0x8000 with int16
fixes segfault / issue491
Originally …
|
|
|
@f059427c
|
17 years |
banan |
Forgotten oma docs stuff
Originally committed as revision 13766 to …
|
|
|
@65f52683
|
17 years |
michaelni |
I think we are also compliant to iso2.
Originally committed as …
|
|
|
@ed6e47c2
|
17 years |
michaelni |
Add isom to the compatible brands.
Originally committed as revision …
|
|
|
@1560b667
|
17 years |
michaelni |
Calculate ftyp size instead of hardcoding it.
Originally committed as …
|
|
|
@a74dc5b9
|
17 years |
stefano.sabatini-lala |
Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id …
|
|
|
@d58ddafd
|
17 years |
stefano.sabatini-lala |
Make ffmpeg.c use print_error() when it can't read an ffserver stream. …
|
|
|
@462cca10
|
17 years |
stefano.sabatini-lala |
Improve ffmpeg error reporting in case of input/output stream …
|
|
|
@fe4bf374
|
17 years |
stefano.sabatini-lala |
Make AVCodec long_names definition conditional depending on …
|
|
|
@d18811bb
|
17 years |
stefano.sabatini-lala |
Make ffmpeg.c:opt_thread use parse_number_or_die().
Originally …
|
|
|
@b81d6235
|
17 years |
benoit.fouet |
Change opt_sync function behavior to print an error message.
Patch by …
|
|
|
@3022cd10
|
17 years |
benoit.fouet |
Factorize options context setting.
Patch by Stefano Sabatini stefano …
|
|
|
@a04aec6d
|
17 years |
michaelni |
simplify MODE_3G2
Originally committed as revision 13755 to …
|
|
|
@2c77994f
|
17 years |
michaelni |
Change MODE_* to 1<<c so several can be set at the same time.
…
|
|
|
@837d248d
|
17 years |
baptiste.coudurier |
enable stream copy with ffserver, to be able to chain
Originally …
|
|
|
@ce072b2
|
17 years |
baptiste.coudurier |
cosmetics, reindent
Originally committed as revision 13752 to …
|
|
|
@283c9a8e
|
17 years |
baptiste.coudurier |
don't write double sets of metadata in mov, only write usual ones
…
|
|
|
@6dfafe10
|
17 years |
baptiste.coudurier |
set log debug when avformat debug is set
Originally committed as …
|
|
|
@ea662534
|
17 years |
banan |
We have an Oma demuxer now
Originally committed as revision 13749 to …
|
|
|
@de6a9a26
|
17 years |
Aurélien Jacobs |
matroskadec: set cur_dts after seek
patch by elupus elupus _at_ ecce …
|
|
|
@927509e1
|
17 years |
baptiste.coudurier |
indent
Originally committed as revision 13747 to …
|
|
|
@c6e2c6c9
|
17 years |
baptiste.coudurier |
support for 3gp metadata
Originally committed as revision 13746 to …
|
|
|
@07b7b06d
|
17 years |
baptiste.coudurier |
move utf8 code before udta func, will be used by 3gp tags
Originally …
|
|
|
@c55cc074
|
17 years |
baptiste.coudurier |
write usual brand for ipod format
Originally committed as revision …
|
|
|
@d32d6def
|
17 years |
baptiste.coudurier |
simplify
Originally committed as revision 13743 to …
|
|
|
@20e22af8
|
17 years |
baptiste.coudurier |
factorize psp metadata
Originally committed as revision 13742 to …
|
|
|
@f7635edb
|
17 years |
baptiste.coudurier |
cosmetics
Originally committed as revision 13741 to …
|
|
|
@c3858df2
|
17 years |
baptiste.coudurier |
cosmetics
Originally committed as revision 13740 to …
|
|
|
@709c9f8d
|
17 years |
baptiste.coudurier |
support alac in ipod m4a format, tested on quicktime
Originally …
|
|
|
@39883fff
|
17 years |
baptiste.coudurier |
remove useless wrapper func
Originally committed as revision 13738 to …
|
|
|
@ccec1b69
|
17 years |
baptiste.coudurier |
m4v/m4a are usual itunes/ipod/iphone extensions
Originally committed …
|
|
|
@d88812a
|
17 years |
baptiste.coudurier |
indent
Originally committed as revision 13736 to …
|
|
|
@d1d87dfb
|
17 years |
baptiste.coudurier |
rework udta handling, if any track set bitexact, don't write any …
|
|
|
@1dc7ff33
|
17 years |
baptiste.coudurier |
10l, add parentheses
Originally committed as revision 13734 to …
|
|
|
@cabc1a7d
|
17 years |
baptiste.coudurier |
indent
Originally committed as revision 13733 to …
|
|
|
@b63ba850
|
17 years |
baptiste.coudurier |
remove obsolete requirements, quicktime 6 is from 2002, not sure if …
|
|
|
@0724373d
|
17 years |
baptiste.coudurier |
cosmetics
Originally committed as revision 13731 to …
|
|
|
@eeb28150
|
17 years |
Reimar.Doeffinger |
Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output …
|
|
|
@36e16253
|
17 years |
Reimar.Doeffinger |
Almost-cosmetics: split out coeff_count from all_fragments struct into …
|
|
|
@45b2b05f
|
17 years |
michaelni |
Make timestamp debugging work nicer.
Originally committed as revision …
|
|
|
@e785efc4
|
17 years |
diego |
Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals …
|
|
|
@83657f9f
|
17 years |
baptiste.coudurier |
remove now unneeded vars
Originally committed as revision 13726 to …
|
|
|
@3c6a9f66
|
17 years |
baptiste.coudurier |
pass dts and pts through ffm, should fix streaming b frames
…
|
|
|
@8983aa33
|
17 years |
baptiste.coudurier |
enable global_header flag for audio and video encoding, was wrongly …
|
|
|
@02226bc8
|
17 years |
baptiste.coudurier |
revert wrong part of r13722 commit
Originally committed as revision …
|
|
|
@febea2f2
|
17 years |
baptiste.coudurier |
uniformize trellis quant option
Originally committed as revision …
|
|
|
@7080cbe2
|
17 years |
baptiste.coudurier |
pass extradata through ffm
Originally committed as revision 13721 to …
|
|
|
@d8b1dffb
|
17 years |
baptiste.coudurier |
remove unneeded ffmpeg commandline switches, and enable quiet mode
…
|
|
|
@7ab08864
|
17 years |
baptiste.coudurier |
add AVOption support in ffserver configuration file
Originally …
|
|
|
@3438d82d
|
17 years |
baptiste.coudurier |
remove ugly ffm_nopts hack, use AVFormatContext->timestamp
Originally …
|
|
|
@fbd971a4
|
17 years |
diego |
Fix typo in the names of variables assigned to OS-specific path …
|
|
|
@227322b8
|
17 years |
justin.ruggles |
move rematrixing band table to ac3dec_data.c
Originally committed as …
|
|
|
@7ed9a2ea
|
17 years |
justin.ruggles |
add ac3dec_data.[c,h]
Originally committed as revision 13715 to …
|
|
|
@bddadace
|
17 years |
justin.ruggles |
add fields needed for E-AC-3 decoding to decode context
Originally …
|
|
|
@681f5c12
|
17 years |
bartek.wolowiec |
Separating from nellymoserdec.c parts required by encoder
Originally …
|
|
|
@b339f0c6
|
17 years |
banan |
Oma demuxer
Originally committed as revision 13712 to …
|
|
|
@b146e17d
|
17 years |
diego |
OBJS should end in .o, not .c.
Originally committed as revision 27035 …
|
|
|
@862ae1d6
|
17 years |
diego |
VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic …
|
|
|
@f3bbfe78
|
17 years |
diego |
Add missing #include, patch by Jan Knutar, jknutar nic fi.
Originally …
|
|
|
@8cd8eaa5
|
17 years |
michaelni |
Make START/STOP_TIMER not require -v 2.
Originally committed as …
|
|
|
@e66ace6f
|
17 years |
michaelni |
Support longer paths for and longer names in preset files.
Originally …
|
|
|
@439c18c7
|
17 years |
michaelni |
indent
Originally committed as revision 13709 to …
|
|
|
@23b20b5c
|
17 years |
michaelni |
Search /usr(/local)/share for preset files as well.
This also fixed a …
|
|
|
@59c2959d
|
17 years |
baptiste.coudurier |
use unsetenv, fix warning, patch by Stefano Sabatini, stefano dot …
|
|
|
@17b01199
|
17 years |
baptiste.coudurier |
use program_name to be more consistent with the banner, patch by …
|
|
|
@4397d95c
|
17 years |
justin.ruggles |
split up header parsing function
Originally committed as revision …
|
|
|
@da04be10
|
17 years |
justin.ruggles |
store exp_strategy for all blocks in decode context
Originally …
|
|
|
@54624396
|
17 years |
justin.ruggles |
store cpl_in_use for all blocks in decode context
Originally …
|
|
|