Luca Barbato
|
ce70f28a17
|
avpacket: Replace av_free_packet with av_packet_unref
`av_packet_unref` matches the AVFrame ref-counted API and can be used as
a drop in replacement.
Deprecate `av_free_packet`.
|
2015-10-26 18:00:55 +01:00 |
|
Diego Biurrun
|
daf8cf358a
|
avformat: Don't anonymously typedef structs
|
2015-02-14 10:13:47 -08:00 |
|
Anton Khirnov
|
794ca87d2b
|
wvdec: split block header parsing into a separate file
It will be reused by other muxers and demuxers.
|
2013-05-28 17:47:59 +02:00 |
|
Anton Khirnov
|
0a1a94450a
|
lavf: rename wv.c to wvdec.c
wv.c will be used for shared wavpack functions.
|
2013-05-28 17:47:30 +02:00 |
|