summaryrefslogtreecommitdiff
path: root/libavformat/nutdec.c
Commit message (Expand)AuthorAge
* Make the nut demuxer issue a more meaningful error message if itReinhard Tartler2010-05-20
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* 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
* Replace @returns by @return.Benoit Fouet2010-03-30
* Fix NUT (de)muxer warnings:Vitor Sessak2010-03-28
* Fix warnings in NUT demuxer:Vitor Sessak2010-03-24
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-03
* Revert r22119 and partially revert 22120.Vitor Sessak2010-03-01
* nutdec: make chapter start and length uint64_t to prevent overflows.Anton Khirnov2010-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 demuxerAurelien Jacobs2009-02-27
* export gcd function as av_gcd()Aurelien Jacobs2009-01-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
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Fix memleak, fixed CID123.Michael Niedermayer2008-05-27
* Pass time_base as argument to new_chapter() as well.Michael Niedermayer2008-05-23
* Chapter demuxing support. (untested as I have no nuts with chapters)Michael Niedermayer2008-05-23
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Fix 'comparison always false' warning.Diego Pettenò2008-05-04
* typo fixesDiego Biurrun2008-03-15
* typo fixesDiego Biurrun2008-03-12
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-07
* Subtitle support. (untested)Michael Niedermayer2008-03-05
* factorizeMichael Niedermayer2008-03-02
* subtitles (codec tag tables still missing ...)Michael Niedermayer2008-03-02
* Elision header demuxing support.Michael Niedermayer2008-02-15
* Read match time delta in the frame header.Michael Niedermayer2008-02-13
* Read match_time_delta in the framecode table.Michael Niedermayer2008-02-13
* typo fix: inited --> initializedDiego Biurrun2008-02-13
* Remove old workaround in nutdec.c for libnut bugOded Shimon2008-02-04
* missing " && j<syncpoint_count" protection in the index parsing, as theOded Shimon2008-02-04
* ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer onlyOded Shimon2008-02-04
* Fix info packet type, found by oded as well as the new pedantic constMichael Niedermayer2008-02-04
* -Wwrite-strings nitpicking fixMichael Niedermayer2008-02-04
* More verbose aspect ratio error msg.Michael Niedermayer2007-12-31
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Add ff_ prefix to get_v()Kostya Shishkov2007-11-03
* Make get_v() available to the other demuxersKostya Shishkov2007-11-03
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier2007-10-30
* warning fix:Diego Biurrun2007-09-16
* Remove unused variable.Diego Biurrun2007-08-27
* spelling/wording cosmeticsDiego Biurrun2007-08-17
* move syncpoint cache related stuff to common fileMichael Niedermayer2007-08-09
* fix forw_ptr crc checkMichael Niedermayer2007-08-09