90 Commits (6a92598e149bcc2b5ec0a6c0cd940ef19b9ae86f)

Author SHA1 Message Date
Michael Niedermayer bb6101d4de avformat/nuv: use ff_get_extradata() 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Anton Khirnov 85a5bc054c lavf: remove disabled FF_API_R_FRAME_RATE cruft 12 years ago
Justin Ruggles c74f81786d nuv: cosmetics: pretty-printing 12 years ago
Justin Ruggles 5c7bf2ddde lavf: move nuv fourcc audio tags from riff to nuv 12 years ago
Justin Ruggles ab87d9b667 nuv: check for malloc failure when allocating extradata 12 years ago
Justin Ruggles 838ed296df nuv: use the stream indices generated by avformat_new_stream() 12 years ago
Justin Ruggles 232e9c4c4b nuv: set channel layout 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 12 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Lou Logan 2d38081b4f cosmetics: fix some typos 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago
Diego Biurrun c68fafe0d2 doxygen: eliminate Qt-style doxygen syntax 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 13 years ago
Joakim Plate 8e4c10003a Set AV_PKT_FLAG_KEY based on nupplevideo header 13 years ago
Joakim Plate 7768f6b1b9 add support for generic seeking by reading timestamps in nuv 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Mans Rullgard ee8aecd23a Do not include intfloat_readwrite.h in avutil.h 14 years ago
Diego Biurrun adbfc605f6 doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov 74b3f67c9c lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov e63a362857 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Daniel Verkamp 1a40491ef2 Add ff_ prefixes to exported symbols in libavformat/riff.h. 16 years ago
Reimar Döffinger ef12ec23fa Fix memleak in nuv demuxer: free packet already allocated packet when 16 years ago
Reimar Döffinger 9470511185 Correctly set packet size for partial video packets in nuv demuxer. 16 years ago
Reimar Döffinger b0723c8a12 Always return 0 if read_packet is successful. 16 years ago
Reimar Döffinger ac2b2226ac Do not uselessly read version string into a buffer. 16 years ago
Reimar Döffinger 4e5735f774 Error out also when reading nuv header returns with partial data and return 16 years ago
Reimar Döffinger 881dad9e76 Enable generic index creation and seeking for NUV demuxer. 16 years ago
Reimar Döffinger d71d64dcc1 Mark all packets from nuv demuxer as keyframes in order to make seeking work. 16 years ago
Reimar Döffinger fb2e95c97a Set AVPacket pos also for audio packets in nuv demuxer. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Reimar Döffinger b4be93212f Avoid _t in typedef type 16 years ago