aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/nutdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* More verbose aspect ratio error msg.Michael Niedermayer2007-12-311-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-12/+12
* Add ff_ prefix to get_v()Kostya Shishkov2007-11-031-39/+39
* Make get_v() available to the other demuxersKostya Shishkov2007-11-031-11/+0
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier2007-10-301-3/+3
* warning fix:Diego Biurrun2007-09-161-1/+0
* Remove unused variable.Diego Biurrun2007-08-271-1/+0
* spelling/wording cosmeticsDiego Biurrun2007-08-171-12/+12
* move syncpoint cache related stuff to common fileMichael Niedermayer2007-08-091-23/+4
* fix forw_ptr crc checkMichael Niedermayer2007-08-091-8/+11
* get rid of printfMichael Niedermayer2007-08-091-3/+3
* move lsb2full to common fileMichael Niedermayer2007-08-091-7/+1
* move syncpoint timestamp resetting code to a common fileMichael Niedermayer2007-08-091-11/+1
* check forw_ptr CRCMichael Niedermayer2007-08-091-1/+4
* make StreamContext.time_base a pointerMichael Niedermayer2007-08-091-5/+5
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-1/+1
* nutdec: don't use deprecated codec_get_{bmp,wav}_id()Måns Rullgård2007-07-081-2/+2
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* use new string functionsMåns Rullgård2007-06-231-4/+5
* fix some printf format specifiersMåns Rullgård2007-06-161-3/+3
* misc spelling fixesDiego Biurrun2007-06-121-2/+2
* Remove unused code + variable, fixes a warning.Diego Biurrun2007-04-241-4/+1