|
|
|
@3884689b
|
18 years |
michaelni |
cosmetic cleanup
Originally committed as revision 8361 to …
|
|
|
@913cbde4
|
18 years |
michaelni |
10% smaller object file, 2% slower
Originally committed as revision …
|
|
|
@916bf03a
|
18 years |
Aurélien Jacobs |
move timecode calculation out of laces loop
Originally committed as …
|
|
|
@c6fd617a
|
18 years |
michaelni |
very slightly smaller object file
Originally committed as revision …
|
|
|
@11bf0eb6
|
18 years |
michaelni |
make count count bytes not bits (this is simpler and leads to a very …
|
|
|
@de953b6b
|
18 years |
michaelni |
remove bigger and slower code
Originally committed as revision 8356 …
|
|
|
@82da03f7
|
18 years |
michaelni |
dont recommand testing with -O3
Originally committed as revision 8355 …
|
|
|
@aa59433a
|
18 years |
michaelni |
avoid silly ring buffer logic (faster with -O2, -O3 is always slower …
|
|
|
@3479b72b
|
18 years |
michaelni |
its faster to copy the data to the stack it seems ...
Originally …
|
|
|
@ae76034c
|
18 years |
michaelni |
explain how to test it
Originally committed as revision 8352 to …
|
|
|
@7c60e55b
|
18 years |
michaelni |
simple SHA-1 implementation
Originally committed as revision 8351 to …
|
|
|
@3679f659
|
18 years |
baptiste.coudurier |
remove wrong avid imx ntsc fourcc
Originally committed as revision …
|
|
|
@05e894bc
|
18 years |
diego |
Explain a few more options that were recently added.
patch by Limin …
|
|
|
@2a89ee9a
|
18 years |
diego |
Remove superfluous HAVE_THREADS #ifdef.
patch by Ramiro Polla, …
|
|
|
@3d3361e5
|
18 years |
diego |
libswscale header files are put in a subdirectory named ffmpeg, not …
|
|
|
@f6ac266
|
18 years |
diego |
Remove -ab 64k from ffmpeg options, this is now default.
patch by …
|
|
|
@43cd2d32
|
18 years |
takis.issaris |
Install mem.h on "make install" as:
* the mem.h functions are part of …
|
|
|
@bbec8c2c
|
18 years |
diego |
Recommend building qt-faststart using make instead of a manual cc …
|
|
|
@ecb4a895
|
18 years |
diego |
Properly initialize filesize during input buffer initialization.
patch …
|
|
|
@792098c2
|
18 years |
takis.issaris |
Move the memory related functions out of common.h into their own …
|
|
|
@1420b837
|
18 years |
diego |
Remove superfluous header include.
Originally committed as revision …
|
|
|
@bde0705c
|
18 years |
diego |
cosmetics: Fix indentation, patch by Limin Wang, lance.lmwang gmail …
|
|
|
@750f0e1f
|
18 years |
takis.issaris |
Introduce two new logging functions av_hex_dump_log() and …
|
|
|
@318c5e05
|
18 years |
mbardiaux |
Give context to dprintf
Originally committed as revision 8338 to …
|
|
|
@ea486ab3
|
18 years |
baptiste.coudurier |
remove codec_info_duration/nb_frames from AVStream
Originally …
|
|
|
@17ceb4f9
|
18 years |
baptiste.coudurier |
add message saying that pgmyuv format is deprecated
Originally …
|
|
|
@ded669f8
|
18 years |
Aurélien Jacobs |
cosmetic: indent after last commit
Originally committed as revision …
|
|
|
@ac9073c9
|
18 years |
Aurélien Jacobs |
reorder pts of packets from tracks using V_MPEG* codecs
Originally …
|
|
|
@3d20538d
|
18 years |
Aurélien Jacobs |
revert r7181
This was a stupid mistake. We already take care of …
|
|
|
@6bed20f4
|
18 years |
Aurélien Jacobs |
check if current block contains a B frame and gives this info to …
|
|
|
@4d41f3ee
|
18 years |
Aurélien Jacobs |
extract ebml_read_binary() out of matroska_parse_block()
This allows …
|
|
|
@12f3278d
|
18 years |
Aurélien Jacobs |
reindent after last commit
Originally committed as revision 8330 to …
|
|
|
@0fb7a2b9
|
18 years |
Aurélien Jacobs |
parse clusters until some packets are queued
instead of parsing only …
|
|
|
@0f3bd8c
|
18 years |
Aurélien Jacobs |
fix a stupid bug in ebml_read_sint()
Originally committed as revision …
|
|
|
@912c94f3
|
18 years |
Aurélien Jacobs |
use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id()
…
|
|
|
@8736d68a
|
18 years |
banan |
Respect the gop size (-g) for marking I frames. Use -g 0 gives the old …
|
|
|
@e7485bf3
|
18 years |
banan |
Replace custom modified discrete cosine transform with ffmpeg's own. …
|
|
|
@43a0791b
|
18 years |
justin.ruggles |
the AC-3 parser needs ac3.o
Originally committed as revision 8324 to …
|
|
|
@24761399
|
18 years |
justin.ruggles |
move AC-3 header parsing to ac3.c
Originally committed as revision …
|
|
|
@c81ab015
|
18 years |
kostya.shishkov |
Correctly ME border blocks
Originally committed as revision 8322 to …
|
|
|
@284ad8a4
|
18 years |
Reimar.Doeffinger |
Check dimensions to avoid division by zero due to invalid new …
|
|
|
@09d9672a
|
18 years |
michaelni |
fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good idea …
|
|
|
@e1315fb1
|
18 years |
michaelni |
some url_is_streamed()==1 related fixes
Originally committed as …
|
|
|
@050aa8b
|
18 years |
justin.ruggles |
remove redundancy in AC-3 parser by using common tables from ac3tab.h
…
|
|
|
@755c18ae
|
18 years |
michaelni |
fix demuxing of broken MVI_3011.avi
Originally committed as revision …
|
|
|
@1017fafb
|
18 years |
ods15 |
remove usage of deprecated functions in libnut.c (codec_get_id/tag)
…
|
|
|
@0020596f
|
18 years |
ods15 |
Add doxygen file header to libnut.c
Originally committed as revision …
|
|
|
@7350151b
|
18 years |
diego |
small improvements to the help output
Originally committed as …
|
|
|
@1fc113c4
|
18 years |
diego |
Use - instead of _ for AMR options in help output.
patch by Benoit …
|
|
|
@626fe955
|
18 years |
diego |
markup/wording/spelling/formatting improvements for the last commit
…
|
|
|
@92574878
|
18 years |
michaelni |
@section My bugreport/mail to ffmpeg-dev/user has not received any …
|
|
|
@140fba09
|
18 years |
michaelni |
jpeg fourcc
Originally committed as revision 8310 to …
|
|
|
@64472fcf
|
18 years |
banan |
Simplify, use avctx->frame_number.
Originally committed as revision …
|
|
|
@6b74787
|
18 years |
diego |
--enable-mingw32 --> --target-os=mingw32
patch by Victor Paesa, wzrlpy …
|
|
|
@0d8f16ac
|
18 years |
takis.issaris |
Fix typo in Doxygen comments.
Originally committed as revision 8307 …
|
|
|
@4258a0a3
|
18 years |
justin.ruggles |
Remove common code from AC-3 encoder and utilize ac3.c.
Originally …
|
|
|
@96ae7f1
|
18 years |
justin.ruggles |
Create ac3.c which will be used for AC-3 common code.
Originally …
|
|
|
@348d46f
|
18 years |
baptiste.coudurier |
remove unused code, patch by Limin Wang <lance lmwang at gmail com>
…
|
|
|
@acdc8520
|
18 years |
alex |
print codec parameters for audio too
Originally committed as revision …
|
|
|
@abfe5a4a
|
18 years |
justin.ruggles |
simplify AC-3 bit allocation
Originally committed as revision 8302 to …
|
|
|
@3a8bf529
|
18 years |
justin.ruggles |
cosmetics. remove space before semi-colon.
Originally committed as …
|
|
|
@dc13d0b5
|
18 years |
baptiste.coudurier |
seems safer to set pts timebase to sample rate, fix some mp3
…
|
|
|
@b912ef3f
|
18 years |
baptiste.coudurier |
fix pts handling
Originally committed as revision 8299 to …
|
|
|
@d0429b4f
|
18 years |
banan |
Simplify gain block handling.
Patch by Ian Braithwaite <ian at …
|
|
|
@4ff5e656
|
18 years |
banan |
Don't output the first two frames, since they don't contain valid …
|
|
|
@39076e27
|
18 years |
baptiste.coudurier |
fix drop frame timecode flag
Originally committed as revision 8296 to …
|
|
|
@bdb4b698
|
18 years |
mbardiaux |
Corrections so that builds with DEBUG work
Originally committed as …
|
|
|
@07cbff39
|
18 years |
takis.issaris |
As avcodec_decode_audio() is deprecated, replace it with …
|
|
|
@2ed76c08
|
18 years |
michaelni |
bitrate sanity check (fixes assertion failure)
Originally committed …
|
|
|
@c4f452f
|
18 years |
takis.issaris |
Remove useless casts as recommended by Måns Rullgård.
Patch by Benoit …
|
|
|
@be6753c0
|
18 years |
takis.issaris |
Cosmetics in amr.c.
- remove carriage returns where (i find it) …
|
|
|
@e7a5854d
|
18 years |
takis.issaris |
Move the initialization on context definition. In amr.c, only the …
|
|
|
@6cbac7ed
|
18 years |
diego |
Add PIX_FMT_PAL8 to isPacked().
patch by "Karl H. Beckers", …
|
|
|
@7f0f6e13
|
18 years |
mans |
include only files actually built in SRCS
Originally committed as …
|
|
|
@5438308f
|
18 years |
takis.issaris |
Update the documentation to be consistent with the new unit for the …
|
|
|
@4e780252
|
18 years |
diego |
Remove unnecessary the_end label.
patch by Limin Wang, lance.lmwang …
|
|
|
@6289025d
|
18 years |
michaelni |
add a -ab with default of 64k
change -b to only apply to video
this …
|
|
|
@54cc9c46
|
18 years |
michaelni |
set defaults based on CodecType by using …
|
|
|
@8e532e68
|
18 years |
gpoirier |
remove unused variables
patch by Limin Wang % lance P lmwang A gmail P …
|
|
|
@29301573
|
18 years |
michaelni |
add avcodec_get_context_defaults2() / avcodec_alloc_context2() which …
|
|
|
@2d0aefd6
|
18 years |
michaelni |
only store command line parameters in contexts with matching …
|
|
|
@289a8e4d
|
18 years |
diego |
Add watermark and drawtext descriptions, plus some random fixes.
patch …
|
|
|
@20e708cb
|
18 years |
michaelni |
add av_opt_set_defaults2() which sets just defaults from AVOptions …
|
|
|
@bc2a1c34
|
18 years |
michaelni |
make av_find_opt() available to the public and add a mask+flags …
|
|
|
@3caa0d93
|
18 years |
alex |
move preroll_time from static variable into definition, might be a …
|
|
|
@031311cb
|
18 years |
alex |
workaround for broken flvtoolized files
Originally committed as …
|
|
|
@9ff85412
|
18 years |
diego |
Fix UNKOWN --> UNKNOWN typo
Originally committed as revision 8276 to …
|
|
|
@fd9a71ac
|
18 years |
alex |
simplification
Originally committed as revision 8275 to …
|
|
|
@cbc09a7
|
18 years |
alex |
typo: unkown->unknown
Originally committed as revision 8274 to …
|
|
|
@73d6ca4f
|
18 years |
alex |
10l, audio_fifo is a static array
Originally committed as revision …
|
|
|
@7b19aa64
|
18 years |
alex |
handle http error codes
Originally committed as revision 8272 to …
|
|
|
@d0a5513b
|
18 years |
alex |
disconnect new feeder if feed is already being received
Originally …
|
|
|
@c6e3365c
|
18 years |
alex |
add little endian 24bit read/write
Originally committed as revision …
|
|
|
@15862387
|
18 years |
alex |
add little endian 24bit read/write
Originally committed as revision …
|
|
|
@cb50328d
|
18 years |
michaelni |
free opt_names at the end of main() based on a patch by Limin Wang
…
|
|
|
@4dcc383a
|
18 years |
michaelni |
indention
Originally committed as revision 8267 to …
|
|
|
@4913b231
|
18 years |
michaelni |
remove usless if() before av_free()
Originally committed as revision …
|
|
|
@75b213ed
|
18 years |
michaelni |
prevent audio packets from being fragmented, wmp mac doesnt seem to …
|
|
|
@cf29452b
|
18 years |
takis.issaris |
Clarify doxygen description.
Originally committed as revision 8264 to …
|
|
|
@15786dc4
|
18 years |
takis.issaris |
Cleanup doxygen comment.
Originally committed as revision 8263 to …
|
|
|