summaryrefslogtreecommitdiffstats
path: root/libavformat/nutdec.c
Commit message (Expand)AuthorAgeFilesLines
* nutdec: when parsing info packet, set metadata var only onceAnton Khirnov2010-10-241-6/+9
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-151-1/+2
* rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs2010-08-181-1/+1
* add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS APIAurelien Jacobs2010-08-171-1/+1
* get rid of MAX_STREAMS limit in nutdecAurelien Jacobs2010-08-101-1/+7
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-1/+1
* Fix warning "passing argument from incompatible pointer type".Eli Friedman2010-07-031-1/+1
* Make the nut decoder read the ff_nut_video_tags to detect codec id ofStefano Sabatini2010-05-231-1/+3
* Define ff_nut_video_tags and make Nut muxer and demuxer set it inStefano Sabatini2010-05-231-0/+1
* Make the nut demuxer issue a more meaningful error message if itStefano Sabatini2010-05-091-1/+2
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-251-1/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-6/+6
* Replace @returns by @return.Benoit Fouet2010-03-301-1/+1
* Fix NUT (de)muxer warnings:Vitor Sessak2010-03-281-3/+6
* Fix warnings in NUT demuxer:Vitor Sessak2010-03-241-2/+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
* nutdec: make chapter start and length uint64_t to prevent overflows.Anton Khirnov2010-03-011-2/+2
* Plug some memory leaks in NUT muxer and demuxerVitor Sessak2010-02-281-0/+4
* Introduce metadata conversion table for NUT muxer and demuxer.Anton Khirnov2010-02-241-0/+1
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-3/+3
* use new metadata API in nut demuxerAurelien Jacobs2009-02-271-15/+13
* export gcd function as av_gcd()Aurelien Jacobs2009-01-171-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* 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
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-231-4/+4
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Fix memleak, fixed CID123.Michael Niedermayer2008-05-271-6/+13
* Pass time_base as argument to new_chapter() as well.Michael Niedermayer2008-05-231-2/+3
* Chapter demuxing support. (untested as I have no nuts with chapters)Michael Niedermayer2008-05-231-0/+12
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* Fix 'comparison always false' warning.Diego Pettenò2008-05-041-1/+1
* typo fixesDiego Biurrun2008-03-151-1/+1
* typo fixesDiego Biurrun2008-03-121-1/+1
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-071-0/+20
* Subtitle support. (untested)Michael Niedermayer2008-03-051-1/+1
* factorizeMichael Niedermayer2008-03-021-6/+3
* subtitles (codec tag tables still missing ...)Michael Niedermayer2008-03-021-2/+5
* Elision header demuxing support.Michael Niedermayer2008-02-151-5/+42
* Read match time delta in the frame header.Michael Niedermayer2008-02-131-0/+2
* Read match_time_delta in the framecode table.Michael Niedermayer2008-02-131-1/+4
* typo fix: inited --> initializedDiego Biurrun2008-02-131-3/+3
* Remove old workaround in nutdec.c for libnut bugOded Shimon2008-02-041-5/+1
* missing " && j<syncpoint_count" protection in the index parsing, as theOded Shimon2008-02-041-1/+1
* ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer onlyOded Shimon2008-02-041-1/+1
* Fix info packet type, found by oded as well as the new pedantic constMichael Niedermayer2008-02-041-2/+3
* -Wwrite-strings nitpicking fixMichael Niedermayer2008-02-041-1/+2
OpenPOWER on IntegriCloud