Aurelien Jacobs
a73cbf9709
huffman: add a zero_count flag and use it in fraps
...
fixes issue349
Originally committed as revision 12374 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
bac02ed3c5
huffman: pass hnode_first as a flag instead of as an argument on its own
...
Originally committed as revision 12373 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
409e1d71ea
Put network-related code under #ifdef
...
Originally committed as revision 12372 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
591cf1170b
Group network-related code together
...
Originally committed as revision 12371 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Mark Cox
8d06bd53f8
Fix unused variable warnings.
...
patch by mark cox, melbournemark+ffmpeg gmail.com
Originally committed as revision 12370 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
61c510887b
cosmetics: prettyprinting
...
Originally committed as revision 12369 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
3d323571d6
Install libavfilter if it has been enabled.
...
Originally committed as revision 12368 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
4c85ae7ba5
The videohook target does not depend on .libs.
...
Originally committed as revision 12367 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
c7193373fb
Make ffplay use parse_number_or_die instead of atoi.
...
Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 12366 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
69ed2c3b92
cosmetics: Remove useless empty line.
...
Originally committed as revision 26201 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Diego Biurrun
0050adee97
cosmetics: Remove useless empty line.
...
Originally committed as revision 12365 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
2e7bd34493
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
...
Originally committed as revision 26200 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Diego Biurrun
9b25f4a65f
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
...
Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
5dea940937
__stdcall -> WINAPI
...
Windows x64 has no __stdcall.
It is not yet supported, but someday it might...
Originally committed as revision 12363 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
0e32c8c65a
simplify library version handling
...
Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
88b5db9f08
replace -f pgmyuv with -f image2 -vcodec pgmyuv
...
Originally committed as revision 12361 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
5b67e4f8b8
Simplify do_video_encoding() in regression.sh
...
All calls of this function use pgmyuv input format; hence
no need to specify it explicitly.
Originally committed as revision 12360 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
6b60ac3ee5
simplify library version handling
...
Originally committed as revision 26193 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Måns Rullgård
733a6d8360
Remove mp4psp regression test
...
The PSP MP4 format requires an AAC audio stream, so until
we have an AAC encoder we cannot test this format.
The existing test is broken and does not actually use the
PSP format.
Originally committed as revision 12359 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Evgeniy Stepanov
90c2295b24
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing
...
of matroska and nut.
Originally committed as revision 12358 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
b049ad5054
fix AVClass for avfilter
...
Originally committed as revision 12357 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
cbaf50f850
indentation
...
Originally committed as revision 12356 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
7ee4dd0282
do not display par and dar if not available
...
Originally committed as revision 12355 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
b10b849f35
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
...
Originally committed as revision 26186 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Måns Rullgård
5671fc14f6
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
...
Originally committed as revision 12354 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
4c7981ba7c
do not reset duration_error for all streams, only reset current stream, fix wrong_fps.gxf
...
Originally committed as revision 12353 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Panagiotis Issaris
d42a814ef1
Make av_class a pointer to a const AVClass. Addresses one warning in
...
imgresample.c.
Originally committed as revision 12352 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benjamin Larsson
ebf71dbda5
Don't use unchecked data from the bitstream.
...
Originally committed as revision 12351 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
72d334cab4
support AVDISCARD_ALL
...
Originally committed as revision 12350 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
8055ede6c7
change sws_format_name to return const char*, supress many warnings
...
Originally committed as revision 26183 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Baptiste Coudurier
4b0c30b79c
remove redundant SwScaler text since av_log uses AVClass context
...
Originally committed as revision 26182 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Baptiste Coudurier
30400f0d03
fix interlaced decoding, original patch from reimar
...
Originally committed as revision 12349 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
9dc92a38a0
IMA ADPCM encoder - QT variant
...
Originally committed as revision 12348 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
11c55efa34
Skip over unknown extended_content_header tags.
...
fixes issue358
Originally committed as revision 12347 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
16428e6348
simplify
...
Originally committed as revision 12346 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
9822564d1d
make compilation of mpeg12* and mpegvideo conditional
...
Originally committed as revision 12345 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
6cbe71bd06
move ff_mpeg1_dc_scale_table to mpegvideo.c
...
Originally committed as revision 12344 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
de2f77d865
allow vpath search only for source files
...
Originally committed as revision 12343 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
e3773a55be
simplify processing of some --disable-* options
...
Originally committed as revision 12342 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
c2b0b21d15
Add correct version number to shared libavfilter
...
Originally committed as revision 12341 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
ea28ecb093
Fix avfilter compilation with --enable-shared and no libswscaler
...
Originally committed as revision 12340 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
5a4334618c
add dependencies for matroska audio and nut muxers over lavc
...
Originally committed as revision 12339 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d78d72da66
Set TCP protocol to is_streamed=1 as seeking is not possible.
...
Björn Axelsson, bjorn.axelsson intinor se
Originally committed as revision 12338 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
dc85e85943
doxyfy frame type comments and add some more comments
...
Originally committed as revision 12337 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
48d533e6fa
define BI frame type along with other frame types
...
Originally committed as revision 12336 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
c06ccb1357
cosmetic: align
...
Originally committed as revision 12335 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
241227d8a8
remove some unneeded artificial dependencies from configure
...
Originally committed as revision 12334 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
591bf9b942
add some required objects dependencies
...
Originally committed as revision 12333 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
0c291f2d0f
Avoid linking with h263 and mpeg4 find_frame_end()
...
when those codecs are not enabled.
Originally committed as revision 12332 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
83cc23c5d3
Add some information about the stream bitrate, if available
...
Originally committed as revision 12331 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago