| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -3/+3 |
* | Use __typeof__ instead of GCC-specific typeof keyword. | Diego Pettenò | 2008-10-02 | 1 | -2/+2 |
* | cosmetics: Break overly long lines, one grammar fix. | Diego Biurrun | 2008-09-27 | 1 | -26/+48 |
* | spelling/wording/grammar | Diego Biurrun | 2008-09-27 | 1 | -154/+158 |
* | Move doxygen comments for av_gettime from utils.c to avformat.h. | Diego Biurrun | 2008-09-27 | 1 | -0/+1 |
* | Clarify convergence_duration. | Michael Niedermayer | 2008-09-10 | 1 | -2/+4 |
* | bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211 | Aurelien Jacobs | 2008-09-07 | 1 | -1/+1 |
* | Change doxygen comment: Clarify when av_write_trailer should be called. | Reimar Döffinger | 2008-09-03 | 1 | -0/+2 |
* | Add AVPacket.convergence_duration. | Michael Niedermayer | 2008-09-03 | 1 | -1/+16 |
* | Try to clarify the semantics of AVPacket.duration. | Michael Niedermayer | 2008-09-03 | 1 | -1/+5 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec... | Reimar Döffinger | 2008-08-24 | 1 | -2/+2 |
* | export sample_aspect_ratio read by the demuxer in a separate field | Aurelien Jacobs | 2008-08-23 | 1 | -1/+8 |
* | Add flag to mark demuxers that can output discontinuous timestamps. | Michael Niedermayer | 2008-08-15 | 1 | -0/+1 |
* | increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atm | Baptiste Coudurier | 2008-08-12 | 1 | -2/+5 |
* | Implement avformat_version(). | Stefano Sabatini | 2008-08-08 | 1 | -1/+6 |
* | Maintain pointer to end of AVFormatContext.packet_buffer list | Måns Rullgård | 2008-08-06 | 1 | -1/+4 |
* | Revert r14497 | Michael Niedermayer | 2008-08-01 | 1 | -1/+0 |
* | Add missing header #includes. | Diego Biurrun | 2008-08-01 | 1 | -0/+1 |
* | SMPTE 421M Annex L (aka .rcv) muxer | Kostya Shishkov | 2008-07-23 | 1 | -1/+1 |
* | New codec probing system try #1. | Michael Niedermayer | 2008-07-12 | 1 | -0/+10 |
* | Motion Pixels MVI Demuxer. | Gregory Montoir | 2008-07-10 | 1 | -1/+1 |
* | One-bit bitfields should probably be unsigned. Unfortunately, it is left | Erik Hovland | 2008-07-08 | 1 | -7/+7 |
* | Make timestamp debugging work nicer. | Michael Niedermayer | 2008-06-09 | 1 | -1/+7 |
* | remove ugly ffm_nopts hack, use AVFormatContext->timestamp | Baptiste Coudurier | 2008-06-09 | 1 | -1/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -0/+10 |
* | Pass time_base as argument to new_chapter() as well. | Michael Niedermayer | 2008-05-23 | 1 | -3/+3 |
* | Document pts/dts. | Michael Niedermayer | 2008-05-23 | 1 | -2/+17 |
* | Make ff_new_chapter() return AVChapter instead of int so its consistant with | Michael Niedermayer | 2008-05-23 | 1 | -1/+3 |
* | nb_chapters should be unsigned | Michael Niedermayer | 2008-05-23 | 1 | -1/+1 |
* | s/num_chapters/nb_chapters/ all other similar variables are called nb_*. | Michael Niedermayer | 2008-05-23 | 1 | -1/+1 |
* | Add id to AVChapter, untested (where do i find matroska files with chapters?). | Michael Niedermayer | 2008-05-23 | 1 | -1/+2 |
* | clarify start/end timebase | Michael Niedermayer | 2008-05-23 | 1 | -1/+1 |
* | align comments | Michael Niedermayer | 2008-05-23 | 1 | -2/+2 |
* | chapter id and timebase | Michael Niedermayer | 2008-05-23 | 1 | -0/+2 |
* | add support for chapters definition in lavf | Anton Khirnov | 2008-05-22 | 1 | -1/+21 |
* | Avoid using reserved __names. | Michael Niedermayer | 2008-04-24 | 1 | -3/+3 |
* | IFF demuxer | Jai Menon | 2008-03-30 | 1 | -1/+1 |
* | typo: occured --> occurred | Diego Biurrun | 2008-03-22 | 1 | -2/+2 |
* | rl2 demuxer | Sascha Sommer | 2008-03-21 | 1 | -1/+1 |
* | MSN TCP Webcam stream demuxer. | Ramiro Polla | 2008-03-18 | 1 | -1/+1 |
* | ipod/iphone compatible mp4 muxer | Baptiste Coudurier | 2008-03-16 | 1 | -1/+1 |
* | Typo + grammar | Ramiro Polla | 2008-03-08 | 1 | -1/+1 |
* | Introduce max_picture_buffer variable in AVFormatContext, | Ramiro Polla | 2008-03-08 | 1 | -1/+7 |
* | Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing | Evgeniy Stepanov | 2008-03-07 | 1 | -1/+10 |
* | less preprocessor magic in version number macros | Måns Rullgård | 2008-02-26 | 1 | -4/+10 |
* | Install headers in $prefix/include/$libname | Måns Rullgård | 2008-02-25 | 1 | -1/+1 |
* | revert 12156 | Michael Niedermayer | 2008-02-20 | 1 | -2/+2 |
* | Make timestamp interpolation work with mpeg2 field pictures. | Michael Niedermayer | 2008-02-20 | 1 | -2/+2 |
* | Clean up lib* version definitions | Måns Rullgård | 2008-02-19 | 1 | -2/+4 |