94 Commits (cb58c771ade66afcc623250e1c7ac8191381d991)

Author SHA1 Message Date
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Diego Biurrun d92024f18f lavf: more correct printf format specifiers 11 years ago
Michael Niedermayer f1f0b01c47 avformat/gxf: fix old codec id 11 years ago
Reuben Martin 2fa89b2736 Added codec ID to playback DNxHD 12 years ago
Reuben Martin 86190afbda gxf: Added codec ID to playback AVCHD 12 years ago
Reuben Martin c4db4b1756 Added GXF format code to identify AVC Intra video streams. This was an extension to the origional GXF spec implemented by Grass Valley. 12 years ago
Reuben Martin 7ebf3ab959 gxf: Factorize code in get_sindex() 12 years ago
Reuben Martin 0de9d3dd1c gxf: Added GXF format code 25 which is used for DV codec in HD resolutions 12 years ago
Justin Ruggles f6c3adde41 gxfdec: set channel layout when applicable 12 years ago
Michael Niedermayer 5aedee4fac gxf: avoid null ptr deref without streams. 12 years ago
Martin Storsjö fc085c5b33 gxf: Add a local copy of the relevant parts of the frame rate table 12 years ago
Martin Storsjö e67b0f9952 gxf: Include the right header for the avpriv_frame_rate_tab declaration 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Matthieu Bouron f645132061 gxf: return AVERROR_EOF instead of AVERROR(EIO) at end of gxf_packet function 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Clément Bœsch 3701d547ac gxf: remove gxf_ prefix to timecode metadata keys. 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Matthieu Bouron 2264afa1c2 gxf: add timecode information to metadata 13 years ago
Anton Khirnov 9138a130cd lavc: use avpriv_ prefix for ff_frame_rate_tab. 13 years ago
Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 13 years ago
Reimar Döffinger 1816addc4e Warn when falling back to unreliable UMF fps tag. 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Tomas Härdin 99fecc64b0 gxf: Fix 25 fps DV material in GXF being misdetected as 50 fps 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 f59d8ff8cd avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 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
Peter Ross 141de5a9c1 add ff_find_stream_index 14 years ago
Reimar Döffinger b5bc742402 Check url_fseek results in gxf demuxer. 15 years ago
Diego Biurrun e2d17d0197 Fix doxy of flags parameter in fps_umf2avr(). 15 years ago
Diego Biurrun 9a58234fea Fix misspelled parameter names in Doxygen documentation. 15 years ago
Reimar Döffinger 48b5a2fa98 Support AVFMT_FLAG_IGNIDX in gxf demuxer. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Reimar Döffinger 5189573c6d Set GXF fallback time-base to match the one specified for audio-only. 15 years ago
Reimar Döffinger 192c14fa55 GXF time base is always based on "fields" per second even for 15 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Reimar Döffinger d77ac324fe Avoid _t in gxf enum type names 16 years ago