summaryrefslogtreecommitdiffstats
path: root/libavformat/nutenc.c
Commit message (Expand)AuthorAgeFilesLines
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-151-1/+2
* nutenc: fix unstable floating-point calculationsMåns Rullgård2010-09-101-2/+2
* move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.cMichael Chinen2010-07-091-21/+0
* rename get_length to ff_get_v_length and put_v to ff_put_vMichael Chinen2010-07-091-68/+68
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* Make write_streamheader() log a message if there is no codec tagStefano Sabatini2010-06-021-1/+3
* Make write_streamheader() return a meaningful error code if no codecStefano Sabatini2010-06-021-1/+1
* Make write_header() and write_headers() return an error code in case ofStefano Sabatini2010-06-021-3/+5
* Make write_streamheader() and write_headers() accept anStefano Sabatini2010-06-021-6/+8
* Define ff_nut_video_tags and make Nut muxer and demuxer set it inStefano Sabatini2010-05-231-1/+1
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-221-0/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-6/+6
* Fix NUT (de)muxer warnings:Vitor Sessak2010-03-281-1/+2
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-031-0/+1
* Revert r22119 and partially revert 22120.Vitor Sessak2010-03-011-1/+0
* Plug some memory leaks in NUT muxer and demuxerVitor Sessak2010-02-281-0/+3
* Introduce metadata conversion table for NUT muxer and demuxer.Anton Khirnov2010-02-241-10/+4
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-1/+1
* use new metadata API in nut muxerAurelien Jacobs2009-02-271-3/+8
* Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer2009-02-241-1/+1
* cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun2009-02-171-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-2/+2
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* remove _t for POSIX compatibility.Michael Niedermayer2008-12-111-3/+3
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-241-1/+1
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-231-7/+6
* remove a comment which is no longer trueJustin Ruggles2008-08-031-1/+1
* Prevent invalid timestamps from being stored.Michael Niedermayer2008-06-251-0/+3
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* misc spelling fixesDiego Biurrun2008-03-101-3/+3
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-071-0/+47
* Subtitle support. (untested)Michael Niedermayer2008-03-051-1/+1
* subtitles (codec tag tables still missing ...)Michael Niedermayer2008-03-021-1/+1
* It appears last_pts was not set ...Michael Niedermayer2008-02-151-0/+1
* Header elision muxing support.Michael Niedermayer2008-02-151-3/+162
* back_ptr calculation used wrong timebase when searching for back syncpointOded Shimon2008-02-041-1/+5
* Fix intented algo in syncpoint writing before keyframes in NUT muxerOded Shimon2008-02-041-1/+1
* nut->max_distance was not set at all anywhere in the NUT muxerOded Shimon2008-02-041-1/+2
* Missing const found by -Wwrite-strings.Michael Niedermayer2008-02-041-1/+1
* Consider initial EOR in the back_ptr calculation.Michael Niedermayer2008-01-171-2/+3
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-28/+40
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier2007-10-301-3/+3
* spelling/wording cosmeticsDiego Biurrun2007-08-171-2/+2
* simplifyMichael Niedermayer2007-08-111-1/+1
* do not remove FLAG_CODEDMichael Niedermayer2007-08-111-1/+1
* remove useless code, found by odedMichael Niedermayer2007-08-111-1/+0
* ensure that the aspect ratio is spec compliantMichael Niedermayer2007-08-101-2/+8
* disable TRACEMichael Niedermayer2007-08-101-2/+0
OpenPOWER on IntegriCloud