Luca Barbato
|
43e0e0c4e5
|
libcdio: support recent cdio-paranoia
Upstream decided to split the paranoia interface and move the headers
accordingly.
|
12 years ago |
Anton Khirnov
|
cb45553f57
|
Remove pointless #undefs of previously forbidden functions.
|
12 years ago |
Martin Storsjö
|
e6153f173a
|
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Signed-off-by: Martin Storsjö <martin@martin.st>
|
12 years ago |
Martin Storsjö
|
d58dd4b5b5
|
avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member
Signed-off-by: Martin Storsjö <martin@martin.st>
|
12 years ago |
Martin Storsjö
|
124134e424
|
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
Signed-off-by: Martin Storsjö <martin@martin.st>
|
12 years ago |
Anton Khirnov
|
36ef5369ee
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
Anton Khirnov
|
87392b1fd5
|
libcdio: add a forgotten AVClass to the private context.
|
13 years ago |
Anton Khirnov
|
6e9651d106
|
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
|
13 years ago |
Anton Khirnov
|
c3f9ebf743
|
lavf: make av_set_pts_info private.
It's supposed to be called only from (de)muxers.
|
13 years ago |
Anton Khirnov
|
1fa395e471
|
lavf: use avpriv_ prefix for ff_new_chapter().
It's used in libavdevice.
|
13 years ago |
Anton Khirnov
|
3b3bbdd3e6
|
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Trivial replacements with sed are done in this commit:
sed 's/av_new_stream(\([^)]*\), 0)/avformat_new_stream(\1, NULL)/'
|
13 years ago |
Anton Khirnov
|
145f741e11
|
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
|
13 years ago |
chinshou
|
2d8cfe1f65
|
libcdio: Fix missing avclass in context
Fixes Ticket526
|
13 years ago |
Anton Khirnov
|
e417d80d28
|
lavd: add libcdio-paranoia input device for audio CD grabbing
|
13 years ago |