Michael Niedermayer
|
7a72695c05
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
|
12 years ago |
Anton Khirnov
|
36ef5369ee
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
Michael Niedermayer
|
b5da7d4c1a
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Diego Biurrun
|
6774247a9d
avformat: Drop pointless "format" from container long names
|
12 years ago |
Zalewa PL
|
0d2f4eedc8
mpjpeg: video streaming will no longer break and stop on Firefox
|
12 years ago |
Anton Khirnov
|
4d58e4cb4c
Rename ffserver to avserver.
|
13 years ago |
Michael Niedermayer
|
78accb876c
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
dfc2c4d900
lavf: use designated initialisers for all (de)muxers.
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Anton Khirnov
|
b7f2fdde74
avio: rename put_flush_packet -> avio_flush
|
13 years ago |
Anton Khirnov
|
77eb5504d3
avio: avio: avio_ prefixes for put_* functions
|
13 years ago |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
13 years ago |
Diego Biurrun
|
69acc88b2f
cosmetics: format long_name spelling fixes
|
15 years ago |
Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 years ago |
Stefano Sabatini
|
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
|
16 years ago |
Björn Axelsson
|
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Måns Rullgård
|
ff70e60176
allow individual selection of muxers and demuxers
|
18 years ago |
Måns Rullgård
|
d2a067d1d9
give AVInput/OutputFormat structs consistent names
|
18 years ago |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 years ago |
Diego Biurrun
|
a9e3509529
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
|
19 years ago |
Michael Niedermayer
|
c6fa36cf58
remove -f singlejpeg as its identical to -f mjpeg
|
19 years ago |
Michael Niedermayer
|
e928649b0b
pass AVPacket into av_write_frame()
|
20 years ago |
Mike Melanson
|
764ef40015
disable encoders where appropriate (patch courtesy of BERO
|
21 years ago |
Fabrice Bellard
|
490579042a
64 bit pts for writing - more const usage
|
21 years ago |
Zdenek Kabelac
|
0c1a9edad4
* UINTX -> uintx_t INTX -> intx_t
|
22 years ago |
Fabrice Bellard
|
0250738f13
added jpeg image encoder and decoder (new YUV handling routines and mjpeg codec fixes are necessary to go further)
|
22 years ago |