Tomas Härdin
|
c6a5e087cf
Mask away AVSEEK_FORCE properly in some checks in url_fseek()
|
15 years ago |
Justin Ruggles
|
06ebe9161e
Put ff_flac_write_header() in a separate C file to allow it to be shared without
|
15 years ago |
Ramiro Polla
|
85f273c7ca
x11grab: AVFormatParameters are always passed from av_open_input_stream(),
|
15 years ago |
Diego Biurrun
|
f684f3c58a
AltiVec implies a PPC CPU, so there is no need to check for both.
|
15 years ago |
Diego Biurrun
|
13bc1ac31a
Do not compile AltiVec code when AltiVec is not available; not even in
|
15 years ago |
Vitor Sessak
|
690877426b
Bump minor version, I forgot in the last commit
|
15 years ago |
Vitor Sessak
|
e1484ebed6
Implement the discrete sine/cosine transforms DCT-I and DST-I
|
15 years ago |
Pavel Pavlov
|
be548816dc
Always check if ff_alloc_picture() succeeds.
|
15 years ago |
Diego Biurrun
|
6f2c72c126
Remove unused variable, fixes the warning:
|
15 years ago |
Robert Krüger
|
1922c0a773
Add a loop option to ffplay.
|
15 years ago |
Tomas Härdin
|
d40a999a1c
Fix seeking in DV when filesize is unknown.
|
15 years ago |
Martin Storsjö
|
7a033e08ea
Handle multiple RTSP transport options properly by adding all of them into the mask
|
15 years ago |
Martin Storsjö
|
602eb77975
Parse options in the RTSP URL only from the last question mark onwards
|
15 years ago |
Martin Storsjö
|
2a21adf924
Reconstruct the RTSP URL, in order to remove the auth part from the URL sent to the server
|
15 years ago |
Måns Rullgård
|
a8bb9ea532
ARM: NEON optimised RDFT
|
15 years ago |
Michael Niedermayer
|
fc4a2d1e8c
Change ref_index structure so it matches how its organized in h264.
|
15 years ago |
Justin Ruggles
|
19de452a63
Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer's
|
15 years ago |
Michael Niedermayer
|
ef768b0c32
Disallow VLC coding with more than 8 bits as there are several bugs
|
15 years ago |
Michael Niedermayer
|
c51131290c
Dont senselessly fail on rawvideo that isnt 3 files per frame.
|
15 years ago |
Josh Allmann
|
887af2aa12
RTP depacketization of Theora
|
15 years ago |
Martin Storsjö
|
685e76b554
Reindent
|
15 years ago |
Martin Storsjö
|
b7dc88fc68
Add support for TCP as lower transport in the RTSP muxer
|
15 years ago |
Michael Niedermayer
|
5d7bc46c2d
Throw out last experimental warning that was printed for colorspaces with more than
|
15 years ago |
Josh Allmann
|
d6461900c9
Add doxygen docs for av_xiphlacing
|
15 years ago |
Martin Storsjö
|
9dff2308ba
Interpret valueless attributes in AMR ftmp lines as being 1
|
15 years ago |
Martin Storsjö
|
6e69f6c47f
Use the caller's RTSPMessageHeader in rtsp_setup_input_streams
|
15 years ago |
Michael Niedermayer
|
0e22d68834
Remove the word "experimental"
|
15 years ago |
Michael Niedermayer
|
e1c9d266a2
Ignore x264 build=0 as there is no such version, this restores previous
|
15 years ago |
James Darnley
|
bb45237e11
Fix FLAC demuxer dependencies.
|
15 years ago |
Stefano Sabatini
|
68006ed062
Drop AVERROR_NOFMT at the next libavutil major bump.
|
15 years ago |
Stefano Sabatini
|
2928b83c75
Make av_open_input_file() return AVERROR_INVALIDDATA rather than
|
15 years ago |
Stefano Sabatini
|
e4445e9c78
Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather than
|
15 years ago |
Reimar Döffinger
|
e99f8d32e2
Do not use puts, it adds additional newlines making the generated files
|
15 years ago |
Reimar Döffinger
|
c787cb339e
Add support for hard-coding the 256kB large dv_vlc_map table.
|
15 years ago |
Reimar Döffinger
|
8de0859bcb
Extend and move macros to create table printing functions to header.
|
15 years ago |
Reimar Döffinger
|
10249a5f31
Split VLC-related tables out of dvdata.h to make it easier to add support
|
15 years ago |
Vitor Sessak
|
b531e1ab59
Reindent after r22618.
|
15 years ago |
Vitor Sessak
|
8305c76b53
Split DCT-II and DCT-III in different functions, they do not share any code.
|
15 years ago |
Vitor Sessak
|
e30ab38e94
Call DCT by function pointer. Needed for any future ASM implementation and
|
15 years ago |
Vitor Sessak
|
89d7df7c74
Cosmetics: move ff_dct_init() to the bottom of the file
|
15 years ago |
Vitor Sessak
|
2758004fce
DCT: remove unused field from context
|
15 years ago |
Kostya Shishkov
|
b78a985afb
fix minor typo
|
15 years ago |
Diego Biurrun
|
e547328b18
Revert removal of _NETBSD_SOURCE definition.
|
15 years ago |
Aurelien Jacobs
|
3546fa8d87
fix compilation with --disable-everything --enable-decoder=mpeg2video
|
15 years ago |
Diego Biurrun
|
4903b5ca35
Move variable declaration, fixes the warning:
|
15 years ago |
Måns Rullgård
|
1366f05978
rdft: reorder functions to avoid static prototype
|
15 years ago |
Måns Rullgård
|
2881c83127
Call rdft by function pointer
|
15 years ago |
Michael Niedermayer
|
b297129bdb
Hotfix for regtest-error failure
|
15 years ago |
Justin Ruggles
|
59b4b54014
Add Changelog entry and bump lavf micro version for the addition of
|
15 years ago |
James Darnley
|
aeef3ec6f0
Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.
|
15 years ago |