58 Commits (e6153f173a49e5bfa70b0c04d2f82930533597b9)

Author SHA1 Message Date
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
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
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 a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 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
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Aurelien Jacobs 5972945197 convert every muxer/demuxer to write/read sample_aspect_ratio from/to 16 years ago
Joakim Plate 4c8e5dfcc5 Fix handling of old nuv files where an aspect of 1 actually means 4/3 17 years ago
Joakim Plate 3a459ebe35 aspect stored in nuv files must be converted from display- to sample-aspect. 17 years ago
Reimar Döffinger 00496302d6 10l, fix nuv_header for the case when there is no video stream. 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Reimar Döffinger 60583fb653 Check av_new_stream return value, fixes CID79 RUN2 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Reimar Döffinger efd7428666 Set codec_id correctly for RJPG codec_tag 17 years ago
Reimar Döffinger 7a562a31a3 Do not set codec_tag when the container does not specify it. 17 years ago
Reimar Döffinger dd6ca72186 Copy nuv header only when the video codec is nuv 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 18 years ago
Michael Niedermayer 8a59d9a385 fix "incorrect frame size" errors with small.nuv 18 years ago
Nicholas Tung e4141433ea Get rid of unnecessary pointer casts. 18 years ago
Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
Michael Niedermayer 8643594ce3 10l to whoever wrote this (wrong fps, fixes nirvana.nuv) 18 years ago