Diego Biurrun
|
6f2c72c126
Remove unused variable, fixes the warning:
|
15 лет назад |
Robert Krüger
|
1922c0a773
Add a loop option to ffplay.
|
15 лет назад |
Tomas Härdin
|
d40a999a1c
Fix seeking in DV when filesize is unknown.
|
15 лет назад |
Martin Storsjö
|
7a033e08ea
Handle multiple RTSP transport options properly by adding all of them into the mask
|
15 лет назад |
Martin Storsjö
|
602eb77975
Parse options in the RTSP URL only from the last question mark onwards
|
15 лет назад |
Martin Storsjö
|
2a21adf924
Reconstruct the RTSP URL, in order to remove the auth part from the URL sent to the server
|
15 лет назад |
Måns Rullgård
|
a8bb9ea532
ARM: NEON optimised RDFT
|
15 лет назад |
Michael Niedermayer
|
fc4a2d1e8c
Change ref_index structure so it matches how its organized in h264.
|
15 лет назад |
Justin Ruggles
|
19de452a63
Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer's
|
15 лет назад |
Michael Niedermayer
|
ef768b0c32
Disallow VLC coding with more than 8 bits as there are several bugs
|
15 лет назад |
Michael Niedermayer
|
c51131290c
Dont senselessly fail on rawvideo that isnt 3 files per frame.
|
15 лет назад |
Josh Allmann
|
887af2aa12
RTP depacketization of Theora
|
15 лет назад |
Martin Storsjö
|
685e76b554
Reindent
|
15 лет назад |
Martin Storsjö
|
b7dc88fc68
Add support for TCP as lower transport in the RTSP muxer
|
15 лет назад |
Michael Niedermayer
|
5d7bc46c2d
Throw out last experimental warning that was printed for colorspaces with more than
|
15 лет назад |
Josh Allmann
|
d6461900c9
Add doxygen docs for av_xiphlacing
|
15 лет назад |
Martin Storsjö
|
9dff2308ba
Interpret valueless attributes in AMR ftmp lines as being 1
|
15 лет назад |
Martin Storsjö
|
6e69f6c47f
Use the caller's RTSPMessageHeader in rtsp_setup_input_streams
|
15 лет назад |
Michael Niedermayer
|
0e22d68834
Remove the word "experimental"
|
15 лет назад |
Michael Niedermayer
|
e1c9d266a2
Ignore x264 build=0 as there is no such version, this restores previous
|
15 лет назад |
James Darnley
|
bb45237e11
Fix FLAC demuxer dependencies.
|
15 лет назад |
Stefano Sabatini
|
68006ed062
Drop AVERROR_NOFMT at the next libavutil major bump.
|
15 лет назад |
Stefano Sabatini
|
2928b83c75
Make av_open_input_file() return AVERROR_INVALIDDATA rather than
|
15 лет назад |
Stefano Sabatini
|
e4445e9c78
Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather than
|
15 лет назад |
Reimar Döffinger
|
e99f8d32e2
Do not use puts, it adds additional newlines making the generated files
|
15 лет назад |
Reimar Döffinger
|
c787cb339e
Add support for hard-coding the 256kB large dv_vlc_map table.
|
15 лет назад |
Reimar Döffinger
|
8de0859bcb
Extend and move macros to create table printing functions to header.
|
15 лет назад |
Reimar Döffinger
|
10249a5f31
Split VLC-related tables out of dvdata.h to make it easier to add support
|
15 лет назад |
Vitor Sessak
|
b531e1ab59
Reindent after r22618.
|
15 лет назад |
Vitor Sessak
|
8305c76b53
Split DCT-II and DCT-III in different functions, they do not share any code.
|
15 лет назад |
Vitor Sessak
|
e30ab38e94
Call DCT by function pointer. Needed for any future ASM implementation and
|
15 лет назад |
Vitor Sessak
|
89d7df7c74
Cosmetics: move ff_dct_init() to the bottom of the file
|
15 лет назад |
Vitor Sessak
|
2758004fce
DCT: remove unused field from context
|
15 лет назад |
Kostya Shishkov
|
b78a985afb
fix minor typo
|
15 лет назад |
Diego Biurrun
|
e547328b18
Revert removal of _NETBSD_SOURCE definition.
|
15 лет назад |
Aurelien Jacobs
|
3546fa8d87
fix compilation with --disable-everything --enable-decoder=mpeg2video
|
15 лет назад |
Diego Biurrun
|
4903b5ca35
Move variable declaration, fixes the warning:
|
15 лет назад |
Måns Rullgård
|
1366f05978
rdft: reorder functions to avoid static prototype
|
15 лет назад |
Måns Rullgård
|
2881c83127
Call rdft by function pointer
|
15 лет назад |
Michael Niedermayer
|
b297129bdb
Hotfix for regtest-error failure
|
15 лет назад |
Justin Ruggles
|
59b4b54014
Add Changelog entry and bump lavf micro version for the addition of
|
15 лет назад |
James Darnley
|
aeef3ec6f0
Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.
|
15 лет назад |
James Darnley
|
66061a1220
Add VorbisComment writing to FLAC files.
|
15 лет назад |
Måns Rullgård
|
64f6e357fd
10l: fix build without termios.h
|
15 лет назад |
Michael Niedermayer
|
673fc6388f
Error concealment of h264 with multiple references.
|
15 лет назад |
Stefano Sabatini
|
1bafdcbd0a
List the FFserver specific options under a "Main options" section, to
|
15 лет назад |
Stefano Sabatini
|
72af5d8a02
Change the definition of AVERROR_INVALIDDATA at the next libavutil
|
15 лет назад |
Stefano Sabatini
|
0029156589
Extend description for AVERROR_INVALIDDATA.
|
15 лет назад |
Måns Rullgård
|
9a9509e6ee
Register atexit handler only when needed
|
15 лет назад |
Diego Biurrun
|
f5af8f1625
Replace wrong condition name in #endif comment by correct instance.
|
15 лет назад |