index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
nutdec.c
Age
Commit message (
Expand
)
Author
2009-02-27
use new metadata API in nut demuxer
Aurelien Jacobs
2009-01-17
export gcd function as av_gcd()
Aurelien Jacobs
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-11
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2008-12-11
remove _t for POSIX compatibility.
Michael Niedermayer
2008-08-23
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
Aurelien Jacobs
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-05-27
Fix memleak, fixed CID123.
Michael Niedermayer
2008-05-23
Pass time_base as argument to new_chapter() as well.
Michael Niedermayer
2008-05-23
Chapter demuxing support. (untested as I have no nuts with chapters)
Michael Niedermayer
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-05-04
Fix 'comparison always false' warning.
Diego Pettenò
2008-03-15
typo fixes
Diego Biurrun
2008-03-12
typo fixes
Diego Biurrun
2008-03-07
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing
Evgeniy Stepanov
2008-03-05
Subtitle support. (untested)
Michael Niedermayer
2008-03-02
factorize
Michael Niedermayer
2008-03-02
subtitles (codec tag tables still missing ...)
Michael Niedermayer
2008-02-15
Elision header demuxing support.
Michael Niedermayer
2008-02-13
Read match time delta in the frame header.
Michael Niedermayer
2008-02-13
Read match_time_delta in the framecode table.
Michael Niedermayer
2008-02-13
typo fix: inited --> initialized
Diego Biurrun
2008-02-04
Remove old workaround in nutdec.c for libnut bug
Oded Shimon
2008-02-04
missing " && j<syncpoint_count" protection in the index parsing, as the
Oded Shimon
2008-02-04
ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only
Oded Shimon
2008-02-04
Fix info packet type, found by oded as well as the new pedantic const
Michael Niedermayer
2008-02-04
-Wwrite-strings nitpicking fix
Michael Niedermayer
2007-12-31
More verbose aspect ratio error msg.
Michael Niedermayer
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-03
Add ff_ prefix to get_v()
Kostya Shishkov
2007-11-03
Make get_v() available to the other demuxers
Kostya Shishkov
2007-10-30
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....
Baptiste Coudurier
2007-09-16
warning fix:
Diego Biurrun
2007-08-27
Remove unused variable.
Diego Biurrun
2007-08-17
spelling/wording cosmetics
Diego Biurrun
2007-08-09
move syncpoint cache related stuff to common file
Michael Niedermayer
2007-08-09
fix forw_ptr crc check
Michael Niedermayer
2007-08-09
get rid of printf
Michael Niedermayer
2007-08-09
move lsb2full to common file
Michael Niedermayer
2007-08-09
move syncpoint timestamp resetting code to a common file
Michael Niedermayer
2007-08-09
check forw_ptr CRC
Michael Niedermayer
2007-08-09
make StreamContext.time_base a pointer
Michael Niedermayer
2007-07-19
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-08
nutdec: don't use deprecated codec_get_{bmp,wav}_id()
Måns Rullgård
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-06-23
use new string functions
Måns Rullgård
2007-06-16
fix some printf format specifiers
Måns Rullgård
2007-06-12
misc spelling fixes
Diego Biurrun
2007-04-24
Remove unused code + variable, fixes a warning.
Diego Biurrun
2007-04-08
Make some functions which aren't used outside their declaring source file
Stefan Huehner
[next]