186 Commits (9031aeb1cd8b0a5b5d4e6c11824a86c9c11ddcb2)

Author SHA1 Message Date
Luca Abeni 8767b80f5f Change avf_sdp_create() to get a pre-allocated buffer as input, and to 17 years ago
Michael Niedermayer 8258354849 correct initial timestamps which have AV_NOPTS_VALUE 17 years ago
Luca Abeni c5388c0784 Introduce an SDP generator 17 years ago
Aurelien Jacobs 11bf3847b3 add proper support for subtitles muxing/stream copying 17 years ago
Måns Rullgård a9fd2b1921 avoid deprecation warnings for AVFrac from avformat.h 17 years ago
Luca Abeni bf09c2e2a6 Add support for non-blocking input formats 17 years ago
Maksym Veremeyenko 05ce0f11e4 * clarifying the AVInputFormat::read_seek return value 18 years ago
Måns Rullgård e46e884f25 remove old unused string functions 18 years ago
Ramiro Polla 6fe706df05 Remove unused declarations 18 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Stefano Sabatini 26ef3220cf Move the video size and rate abbreviations system from libavformat to libavcodec 18 years ago
Diego Biurrun ac3967c1ce spelling 18 years ago
Ramiro Polla 864ff8c119 Typos 18 years ago
Ramiro Polla 05abfce9a9 Doxygenize av_init_packet 18 years ago
Ramiro Polla 659596f002 Export av_init_packet 18 years ago
Diego Biurrun 605315248c Remove extern C declarations for C++. 18 years ago
Mark Cox 671adb1742 patch so that the deprecated items show up correctly 18 years ago
Baptiste Coudurier 25406e5002 fix AVStream documentation: clarify start_time, start_time and duration are actually in stream base 18 years ago
Aurelien Jacobs 57004ff1d7 add an enum for need_parsing 18 years ago
Joakim Plate a74008a4c3 timestamps generation improvement when parsing avi 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
Diego Biurrun e42dba481f typos/grammar 18 years ago
Kostya Shishkov 33a0dd378a DXA demuxer and decoder 18 years ago
Panagiotis Issaris 750f0e1f8b Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() 18 years ago
Baptiste Coudurier ea486ab3be remove codec_info_duration/nb_frames from AVStream 18 years ago
Panagiotis Issaris cf29452b63 Clarify doxygen description. 18 years ago
Panagiotis Issaris 15786dc471 Cleanup doxygen comment. 18 years ago
Panagiotis Issaris 90c07b56e0 Fix a typo in a doxygen tag. 18 years ago
Panagiotis Issaris 43d414ba2a Doxygenize the existing comments in avformat.h. The contents of the comments 18 years ago
Panagiotis Issaris a050f80234 Correct wrong avformat documentation. 18 years ago
Panagiotis Issaris 3217cb424c Move the libavformat public API comments to avformat.h. The comments are 18 years ago
Ramiro Polla cc58300e30 implement new grabbing interface, as described here: 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Reimar Döffinger c964c2c745 add key field to AVFormatContext for de/encryption support, patch by Reimar 18 years ago
Michael Niedermayer e9b78eeba2 better generic index building and seeking code 18 years ago
Michael Niedermayer a44b3c4da8 make av_find_stream_info() duration user selectable 18 years ago
Michael Niedermayer 6c77805fc8 get rid of the [4] limitation of codec tag lists 18 years ago
Michael Niedermayer 7caf0cc62c add codec_id <-> codec_tag tables to AVIn/OutputFormat 18 years ago
Reimar Döffinger 40d9c544ac Attempt to better document AVFMT_NOFILE. 18 years ago
Diego Biurrun db69c2e590 Make nb_streams unsigned to avoid an ugly cast. 18 years ago
Kostya Shishkov 185c7b6b26 Musepack SV7 decoding support 18 years ago
Måns Rullgård f27a726809 use standard INT64_MAX instead of MAXINT64 (and MIN) 18 years ago
Måns Rullgård 8da9266cea use the standard INT64_C() macro for 64-bit constants 18 years ago
Michael Niedermayer 89ddd2a9a5 split av_seek_frame_binary() so the code becomes idependant of AVInputFormat and AVIndex 18 years ago
Michael Niedermayer e3c97c3be4 more verbose r_frame_rate definition 18 years ago
Baptiste Coudurier f932cdf209 kill AVImageFormat 18 years ago
Baptiste Coudurier 29f86228a0 support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Måns Rullgård 191e8ca752 fix some signedness warnings 18 years ago