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