667 Commits (435214a757fc71d1680b12d6f930254cab3935d1)

Author SHA1 Message Date
Anton Khirnov 8b64c2ba03 lavc: add a dummy field to AVStream to preserve ABI compatibility for avconv 11 years ago
Anton Khirnov 2ba68dd044 lavf: remove unreliable timestamp guessing heuristic 11 years ago
Luca Barbato 596e5d4783 lavf: Add a flag to enable/disable per-packet flushing 11 years ago
John Stebbins 26b241c079 matroskaenc: Allow chapters to be written in trailer 11 years ago
Diego Biurrun 64af59bc49 avformat: Fix references to removed av_close_input_file in Doxygen 11 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Diego Biurrun a5f8873620 silly typo fixes 12 years ago
Luca Barbato c2cb01d418 lavf: introduce AVFMT_TS_NEGATIVE 12 years ago
Anton Khirnov 85a5bc054c lavf: remove disabled FF_API_R_FRAME_RATE cruft 12 years ago
Anton Khirnov 7b486ab13b lavf: remove disabled FF_API_AV_GETTIME cruft 12 years ago
Anton Khirnov 32e5194969 lavf: remove disabled FF_API_INTERLEAVE_PACKET cruft 12 years ago
Anton Khirnov 435c2a31ad lavf: remove disabled FF_API_READ_PACKET cruft 12 years ago
Anton Khirnov 0a7c4daf46 lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft 12 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Luca Barbato 8034130e06 rtp: set the payload type as stream id 12 years ago
Luca Barbato 3b4296f414 avformat: clarify stream id for muxing 12 years ago
Anton Khirnov 9221efef79 lavf: fix av_interleaved_write_frame() doxy. 12 years ago
Anton Khirnov 717a450993 lavf: clarify the lifetime of demuxed packets. 12 years ago
Martin Storsjö 0af1fe845a avformat: Fix references to the removed function av_write_header in comments 12 years ago
Diego Biurrun d3c40a7d1d avformat: const correctness for av_hex_dump / av_hex_dump_log 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 12 years ago
Anton Khirnov fe1c1198e6 lavf: use dts difference instead of AVPacket.duration in find_stream_info() 12 years ago
Luca Barbato 681ed00099 avf: introduce nobuffer option 12 years ago
Mans Rullgard c19e0ebe53 lavf: include libavutil/time.h instead of redeclaring av_gettime() 13 years ago
Mans Rullgard ae0a301668 Move av_gettime() to libavutil 13 years ago
James Zern e9cef89702 avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. 13 years ago
Anton Khirnov 1432c1c429 lavf: add missing '*' in a doxy. 13 years ago
Jindrich Makovicka 904100e5fc make av_interleaved_write_frame() flush packets when pkt is NULL 13 years ago
Anton Khirnov 967923abd1 lavf doxy: expand AVStream.codec doxy. 13 years ago
Anton Khirnov e44ada129c lavf doxy: improve AVStream.time_base doxy. 13 years ago
Anton Khirnov f58b8cc3e3 lavf doxy: add some basic documentation about reading from the demuxer. 13 years ago
Anton Khirnov 10fa4ff7bc lavf doxy: document passing options to demuxers. 13 years ago
Anton Khirnov dca9c81d82 lavf doxy: clarify that an AVPacket contains encoded data. 13 years ago
Martin Storsjö e20ad71ebb libavformat: Document who sets the AVStream.id field 13 years ago
Anton Khirnov a6733202cc lavf: make av_interleave_packet_per_dts() private. 13 years ago
Anton Khirnov 3c90cc2ef2 lavf: deprecate av_read_packet(). 13 years ago
Justin Ruggles 8c1d6ac66a avformat: do not require a pixel/sample format if there is no decoder 13 years ago
Anton Khirnov 27c7ca9c12 lavf: deobfuscate read_frame_internal(). 13 years ago
Anton Khirnov dd2a4bcfd7 lavf: generic code for exporting attached pictures. 13 years ago
Luca Barbato ee42df8a35 avf: reorder AVStream and AVFormatContext 13 years ago
Luca Barbato 6b8b0fe2bc doxy: remove reference to removed api 13 years ago
Anton Khirnov dd6d3b0e02 lavf: add functions for accessing the fourcc<->CodecID mapping tables. 13 years ago
Anton Khirnov f7fe41a04f lavf: rename AVInputFormat.value to raw_codec_id. 13 years ago
Anton Khirnov 183eaa9a25 lavf: reorder AVInput/OutputFormat fields. 13 years ago
Anton Khirnov c5254755c0 lavf: remove disabled FF_API_SET_PTS_INFO cruft 13 years ago
Anton Khirnov bf868727d7 lavf: remove disabled FF_API_REORDER_PRIVATE cruft 13 years ago
Anton Khirnov fd87ba3220 lavf: remove disabled FF_API_SEEK_PUBLIC cruft 13 years ago
Anton Khirnov bd4c51312b lavf: remove disabled FF_API_STREAM_COPY cruft 13 years ago