summaryrefslogtreecommitdiff
path: root/libavformat/nutenc.c
Commit message (Expand)AuthorAge
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix NUT (de)muxer warnings:Vitor Sessak2010-03-28
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-03
* Revert r22119 and partially revert 22120.Vitor Sessak2010-03-01
* Plug some memory leaks in NUT muxer and demuxerVitor Sessak2010-02-28
* Introduce metadata conversion table for NUT muxer and demuxer.Anton Khirnov2010-02-24
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* use new metadata API in nut muxerAurelien Jacobs2009-02-27
* Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer2009-02-24
* cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun2009-02-17
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* remove _t for POSIX compatibility.Michael Niedermayer2008-12-11
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-24
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23
* remove a comment which is no longer trueJustin Ruggles2008-08-03
* Prevent invalid timestamps from being stored.Michael Niedermayer2008-06-25
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* misc spelling fixesDiego Biurrun2008-03-10
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-07
* Subtitle support. (untested)Michael Niedermayer2008-03-05
* subtitles (codec tag tables still missing ...)Michael Niedermayer2008-03-02
* It appears last_pts was not set ...Michael Niedermayer2008-02-15
* Header elision muxing support.Michael Niedermayer2008-02-15
* back_ptr calculation used wrong timebase when searching for back syncpointOded Shimon2008-02-04
* Fix intented algo in syncpoint writing before keyframes in NUT muxerOded Shimon2008-02-04
* nut->max_distance was not set at all anywhere in the NUT muxerOded Shimon2008-02-04
* Missing const found by -Wwrite-strings.Michael Niedermayer2008-02-04
* Consider initial EOR in the back_ptr calculation.Michael Niedermayer2008-01-17
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier2007-10-30
* spelling/wording cosmeticsDiego Biurrun2007-08-17
* simplifyMichael Niedermayer2007-08-11
* do not remove FLAG_CODEDMichael Niedermayer2007-08-11
* remove useless code, found by odedMichael Niedermayer2007-08-11
* ensure that the aspect ratio is spec compliantMichael Niedermayer2007-08-10
* disable TRACEMichael Niedermayer2007-08-10
* muxer should now be spec compliant (though it likely still contains bugs!)Michael Niedermayer2007-08-10
* header repetitionMichael Niedermayer2007-08-10
* info packetMichael Niedermayer2007-08-10
* more FIXMEMichael Niedermayer2007-08-10
* muxer is not yet fully compliant so prevent people from mistakenly using itMichael Niedermayer2007-08-10
* set back ptr properlyMichael Niedermayer2007-08-09
* fix header_checksumMichael Niedermayer2007-08-09
* store headers twice (getting closer to spec compliance ...)Michael Niedermayer2007-08-09
* move header writing into its own functionMichael Niedermayer2007-08-09
* get rid of printfMichael Niedermayer2007-08-09
* write frames and syncpointsMichael Niedermayer2007-08-09