268 Commits (f0319383436e1abc3fc1464fe4e5f4dc40db3419)

Author SHA1 Message Date
Reimar Döffinger c18545929e Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * 16 years ago
Aurelien Jacobs c30a4489b4 export sample_aspect_ratio read by the demuxer in a separate field 16 years ago
Michael Niedermayer ff9c8d7c6f Add flag to mark demuxers that can output discontinuous timestamps. 16 years ago
Baptiste Coudurier 0d84a8f6ae increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atm 16 years ago
Stefano Sabatini c97429e22b Implement avformat_version(). 17 years ago
Måns Rullgård 5c5b1731b7 Maintain pointer to end of AVFormatContext.packet_buffer list 17 years ago
Michael Niedermayer c5e56a813b Revert r14497 17 years ago
Diego Biurrun 2e11268ea9 Add missing header #includes. 17 years ago
Kostya Shishkov 327ce5e6e6 SMPTE 421M Annex L (aka .rcv) muxer 17 years ago
Michael Niedermayer 0bef08e516 New codec probing system try #1. 17 years ago
Gregory Montoir 5b8cc860a1 Motion Pixels MVI Demuxer. 17 years ago
Erik Hovland 72e043dd0f One-bit bitfields should probably be unsigned. Unfortunately, it is left 17 years ago
Michael Niedermayer 45b2b05f8e Make timestamp debugging work nicer. 17 years ago
Baptiste Coudurier 3438d82d4b remove ugly ffm_nopts hack, use AVFormatContext->timestamp 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Michael Niedermayer abd2256dbe Pass time_base as argument to new_chapter() as well. 17 years ago
Michael Niedermayer f6e76ba476 Document pts/dts. 17 years ago
Michael Niedermayer 5c37f43a0d Make ff_new_chapter() return AVChapter instead of int so its consistant with 17 years ago
Michael Niedermayer fbabf1e944 nb_chapters should be unsigned 17 years ago
Michael Niedermayer 7c8202cc92 s/num_chapters/nb_chapters/ all other similar variables are called nb_*. 17 years ago
Michael Niedermayer 7a2a3e8e40 Add id to AVChapter, untested (where do i find matroska files with chapters?). 17 years ago
Michael Niedermayer 8931e7b48a clarify start/end timebase 17 years ago
Michael Niedermayer c2fb6be4a6 align comments 17 years ago
Michael Niedermayer d2974f1676 chapter id and timebase 17 years ago
Anton Khirnov 79d7836a5e add support for chapters definition in lavf 17 years ago
Michael Niedermayer 903a2e8628 Avoid using reserved __names. 17 years ago
Jai Menon 3a027f5e66 IFF demuxer 17 years ago
Diego Biurrun d952638699 typo: occured --> occurred 17 years ago
Sascha Sommer cb96da4902 rl2 demuxer 17 years ago
Ramiro Polla 0f3444e17c MSN TCP Webcam stream demuxer. 17 years ago
Baptiste Coudurier aa9f4208b6 ipod/iphone compatible mp4 muxer 17 years ago
Ramiro Polla ffa71b2bbb Typo + grammar 17 years ago
Ramiro Polla ab8ab30c3d Introduce max_picture_buffer variable in AVFormatContext, 17 years ago
Evgeniy Stepanov 90c2295b24 Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing 17 years ago
Måns Rullgård 800c289a66 less preprocessor magic in version number macros 17 years ago
Måns Rullgård 76a448ed4f Install headers in $prefix/include/$libname 17 years ago
Michael Niedermayer 635fbcb17f revert 12156 17 years ago
Michael Niedermayer ff2635b273 Make timestamp interpolation work with mpeg2 field pictures. 17 years ago
Måns Rullgård e97ac1e6f5 Clean up lib* version definitions 17 years ago
Kostya Shishkov eda178d273 SMPTE 421 Annex L format demuxer 17 years ago
Evgeniy Stepanov f8d7c9d373 Add support for Matroska attachments. 17 years ago
Paul Egan dfb400a8ea new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com 17 years ago
Paul Kelly 3dea63bd7e user specifyable maximum amount of memory to use for the index. 17 years ago
Michael Niedermayer 2576a9ecec Correct doxy about timestamp units of read_timestamp(). 17 years ago
Michael Niedermayer de14759e97 Document return of read_timestamp. 17 years ago
Diego Biurrun 8bfb108b3e comment typo fixes 17 years ago
Ivo van Poorten 91fd7398f4 typo ;) 17 years ago
Michael Niedermayer ba66ae94a0 Document a few more structure change rules with relation to ABI/API. 17 years ago
Michael Niedermayer 252f17e292 Document structure change rules with relation to ABI/API. 17 years ago
Reimar Döffinger f47b9f4828 Increase minor version due to new av_close_input_stream 17 years ago