Paul Egan
|
dfb400a8ea
new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com
|
17 лет назад |
Víctor Paesa
|
1a04866480
Alignment
|
17 лет назад |
Víctor Paesa
|
a585c469a3
Link to libraries in dependency order.
|
17 лет назад |
Luca Abeni
|
cd4f256754
Do not install rtp.h (which should have never been part of the public API)
|
17 лет назад |
Aurelien Jacobs
|
e71b0534f2
matroskaenc now depends on avc.o
|
17 лет назад |
Aurelien Jacobs
|
1bd2d763d4
Move isom_write_avcc() and related functions into a separate file.
|
17 лет назад |
Ivo van Poorten
|
670c78479d
Linux Media Labs MPEG-4 (LMLM4) demuxer
|
17 лет назад |
Luca Abeni
|
83a0d3878c
Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies
|
17 лет назад |
Luca Abeni
|
8eb793c459
Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies
|
17 лет назад |
Luca Abeni
|
95c2184270
Rationalize some dependencies between rtsp and rtp
|
17 лет назад |
Luca Abeni
|
d80906e7b4
Fix the RTP muxer dependencies
|
17 лет назад |
Ivo van Poorten
|
3feb44a9be
TechnoTrend PVA Demuxer
|
17 лет назад |
Diego Biurrun
|
bf22a10901
cosmetics: sort()
|
17 лет назад |
Diego Biurrun
|
34c9d454d1
Keep -L flags before corresponding -l flags.
|
17 лет назад |
Luca Abeni
|
c721d803cb
Introduce libavdevice
|
17 лет назад |
Baptiste Coudurier
|
8361b1bea8
remove now useless libogg support
|
17 лет назад |
Baptiste Coudurier
|
5118cae694
ogg muxer
|
17 лет назад |
Diego Biurrun
|
f9e4ed19d2
Give Ogg muxer a lib prefix in the name like we do with all other formats
|
17 лет назад |
Diego Biurrun
|
a0ddef24ce
Rename ogg2.[ch] to oggdec.[ch].
|
17 лет назад |
Kostya Shishkov
|
12877faf7c
Musepack SV8 demuxer and decoder
|
17 лет назад |
Aurelien Jacobs
|
9abf243316
add support for demuxing Electronic Arts .cdata files
|
17 лет назад |
Aurelien Jacobs
|
39f79f26eb
rename crc.c to crcenc.c
|
17 лет назад |
Aurelien Jacobs
|
6b6adf2bc8
move framecrc muxer in its own file
|
17 лет назад |
Kostya Shishkov
|
66f7679c62
Beam Software SIFF demuxer and video decoder
|
17 лет назад |
Reimar Döffinger
|
72be7db423
Add support for decrypting asf files
|
17 лет назад |
Luca Abeni
|
171dce486c
Support for AAC streaming over RTP. Fragmentation is not implemented yet
|
17 лет назад |
Kostya Shishkov
|
bf4a1f17ee
Monkey Audio decoder
|
17 лет назад |
Ramiro Polla
|
50383e8822
Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxer
|
17 лет назад |
Ramiro Polla
|
4df7c7d8d6
Rename dc1394.c to libdc1394.c
|
17 лет назад |
Ramiro Polla
|
7b1b62b23d
Give better filenames to bktr and v4l grabbers
|
17 лет назад |
Ramiro Polla
|
fd484da77a
Remove video_grab_ prefix from video_grab_{bktr,v4l}
|
17 лет назад |
David Conrad
|
e09f7d61da
Enable Matroska muxer
|
17 лет назад |
Ramiro Polla
|
f7b8bffe47
Treat dc1394 as a library
|
17 лет назад |
Diego Biurrun
|
1e97ce4a31
cosmetics: Sort some lines, whitespace changes.
|
17 лет назад |
Luca Abeni
|
98561024ac
Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)
|
17 лет назад |
Michael Niedermayer
|
41b7c75db3
enable nut muxer
|
17 лет назад |
Michael Niedermayer
|
874abace12
move syncpoint timestamp resetting code to a common file
|
17 лет назад |
Luca Abeni
|
c5388c0784
Introduce an SDP generator
|
17 лет назад |
Diego Biurrun
|
d0f596b4ef
Make video hook infrastructure conditional on video hooks being enabled.
|
17 лет назад |
Aurelien Jacobs
|
c3eaeadb4a
Allow selecting only the vc1 demuxer.
|
17 лет назад |
Aurelien Jacobs
|
95e99a769c
Allow selecting only the mpegtsraw demuxer.
|
17 лет назад |
Aurelien Jacobs
|
548fabb9fb
The dxa demuxer depends on riff.o.
|
17 лет назад |
Aurelien Jacobs
|
6d7eee8418
The dv1394 demuxer depends on dv.o.
|
17 лет назад |
Aurelien Jacobs
|
8f3a44a2e5
All those demuxers don't depend on riff.o anymore.
|
17 лет назад |
Aurelien Jacobs
|
2115c69f2c
All those demuxers use pcm_read_seek() and thus depend on raw.o.
|
17 лет назад |
Aurelien Jacobs
|
7f7fdbc842
The c93 demuxer depends on vocdec.o.
|
17 лет назад |
Baptiste Coudurier
|
2abe5a01c8
split mpeg ps and variants muxer and demuxer, I'll clean more in a few minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common
|
17 лет назад |
David Conrad
|
b061d892ed
split some common code from the mkv demuxer that will be useful to the muxer
|
18 лет назад |
Aurelien Jacobs
|
7b2a2ce556
split rm muxer and demuxer in their own files
|
18 лет назад |
Vitor Sessak
|
13dec85765
RoQ muxer, patch by Vitor, vitor1001 gmail com
|
18 лет назад |