log nutenc.c @ 6141:e4e0d0ab6ced libavformat

age author description
2010-06-02 stefano Make write_streamheader() log a message if there is no codec tag libavformat
2010-06-02 stefano Make write_streamheader() return a meaningful error code if no codec libavformat
2010-06-02 stefano Make write_header() and write_header() return an error code in case of libavformat
2010-06-02 stefano Make write_streamheader() and write_headers() accept an libavformat
2010-05-23 stefano Define ff_nut_video_tags and make Nut muxer and demuxer set it in libavformat
2010-05-22 cehoyos Move AVCodecTag from riff.h into internal.h. libavformat
2010-03-31 cehoyos Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. libavformat
2010-03-30 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
2010-03-28 vitor Fix NUT (de)muxer warnings: libavformat
2010-03-03 vitor Plug memory leak in NUT muxer and demuxer libavformat
2010-03-01 vitor Revert r22119 and partially revert 22120. libavformat
2010-02-28 vitor Plug some memory leaks in NUT muxer and demuxer libavformat
2010-02-24 kostya Introduce metadata conversion table for NUT muxer and demuxer. libavformat
2009-06-22 diego Add ff_ prefixes to exported symbols in libavformat/riff.h. libavformat
2009-02-27 aurel use new metadata API in nut muxer libavformat
2009-02-24 michael Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames. libavformat
2009-02-17 diego cosmetics: 'const static' --> 'static const' to avoid warnings of the type libavformat
2009-01-13 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
2009-01-11 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavformat
2008-12-11 michael remove _t for POSIX compatibility. libavformat
2008-08-24 reimar Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * libavformat
2008-08-23 aurel convert every muxer/demuxer to write/read sample_aspect_ratio from/to libavformat
2008-08-03 jbr remove a comment which is no longer true libavformat
2008-06-25 michael Prevent invalid timestamps from being stored. libavformat
2008-06-03 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
2008-05-09 diego Use full path for #includes from another directory. libavformat
2008-03-10 diego misc spelling fixes libavformat
2008-03-07 eugeni Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing libavformat
2008-03-05 michael Subtitle support. (untested) libavformat
2008-03-02 michael subtitles (codec tag tables still missing ...) libavformat
2008-02-15 michael It appears last_pts was not set ... libavformat
2008-02-15 michael Header elision muxing support. libavformat
2008-02-04 ods15 back_ptr calculation used wrong timebase when searching for back syncpoint libavformat
2008-02-04 ods15 Fix intented algo in syncpoint writing before keyframes in NUT muxer libavformat
2008-02-04 ods15 nut->max_distance was not set at all anywhere in the NUT muxer libavformat
2008-02-04 michael Missing const found by -Wwrite-strings. libavformat
2008-01-17 michael Consider initial EOR in the back_ptr calculation. libavformat
2007-11-21 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
2007-10-30 bcoudurier rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers libavformat
2007-08-17 diego spelling/wording cosmetics libavformat
2007-08-11 michael simplify libavformat
2007-08-11 michael do not remove FLAG_CODED libavformat
2007-08-11 michael remove useless code, found by oded libavformat
2007-08-10 michael ensure that the aspect ratio is spec compliant libavformat
2007-08-10 michael disable TRACE libavformat
2007-08-10 michael muxer should now be spec compliant (though it likely still contains bugs!) libavformat
2007-08-10 michael header repetition libavformat
2007-08-10 michael info packet libavformat
2007-08-10 michael more FIXME libavformat
2007-08-10 michael muxer is not yet fully compliant so prevent people from mistakenly using it libavformat
2007-08-09 michael set back ptr properly libavformat
2007-08-09 michael fix header_checksum libavformat
2007-08-09 michael store headers twice (getting closer to spec compliance ...) libavformat
2007-08-09 michael move header writing into its own function libavformat
2007-08-09 michael get rid of printf libavformat
2007-08-09 michael write frames and syncpoints libavformat
2007-08-09 michael put_t() libavformat
2007-08-09 michael 100l libavformat
2007-08-09 michael 2 FIXME comments libavformat
2007-08-09 michael add a universal fallback frame code for the case that no other applies libavformat