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
/
au.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
auenc: strict check for supported codec
Paul B Mahol
2013-01-30
1
-1
/
+9
*
auenc: remove put_au_header() and merge its code into au_write_header
Paul B Mahol
2013-01-30
1
-14
/
+4
*
au: switch to ff_pcm_read_packet() again, after the merge
Michael Niedermayer
2013-01-11
1
-16
/
+1
*
Merge commit 'f7bf72a4a1146a7583577c9bdc066767e1ba3c6a'
Michael Niedermayer
2013-01-10
1
-5
/
+6
|
\
|
*
au: remove unnecessary casts
Justin Ruggles
2013-01-09
1
-2
/
+2
|
*
au: return AVERROR codes instead of -1
Justin Ruggles
2013-01-09
1
-5
/
+6
*
|
Merge commit 'fd9147f11456a7e39a998d7270684922a2a46e6d'
Michael Niedermayer
2013-01-10
1
-49
/
+46
|
\
\
|
|
/
|
*
au: cosmetics: pretty-print and remove pointless comments
Justin Ruggles
2013-01-09
1
-50
/
+46
*
|
Merge commit 'c88d245c9866e48cb8a238b7564964c1fcf3315f'
Michael Niedermayer
2013-01-10
1
-1
/
+18
|
\
\
|
|
/
|
*
au: use ff_raw_write_packet()
Justin Ruggles
2013-01-09
1
-8
/
+3
|
*
au: set stream start time and packet durations
Justin Ruggles
2013-01-09
1
-0
/
+3
*
|
Merge commit 'af68a2baae6761044cbed95575e8bcfebf55c6f1'
Michael Niedermayer
2013-01-10
1
-2
/
+7
|
\
\
|
|
/
|
*
au: use %u when printing id and channels since they are unsigned
Justin Ruggles
2013-01-09
1
-2
/
+2
|
*
au: validate sample rate
Justin Ruggles
2013-01-09
1
-0
/
+5
*
|
Merge commit 'c837b38dd33a11c3810e988a60193a858eb4f58c'
Michael Niedermayer
2013-01-10
1
-6
/
+8
|
\
\
|
|
/
|
*
au: move skipping of unused data to before parameter validation
Justin Ruggles
2013-01-09
1
-5
/
+5
|
*
au: do not arbitrarily limit channel count
Justin Ruggles
2013-01-09
1
-3
/
+3
|
*
au: do not set pkt->size directly
Justin Ruggles
2013-01-09
1
-3
/
+0
|
*
au: set block_align and use it in au_read_packet()
Justin Ruggles
2013-01-09
1
-3
/
+3
*
|
Merge commit '9a7b56883d1333cdfcdf0fa7584a333841b86114'
Michael Niedermayer
2013-01-10
1
-2
/
+10
|
\
\
|
|
/
|
*
au: set bit rate
Justin Ruggles
2013-01-09
1
-0
/
+1
|
*
au: validate bits-per-sample separately from codec tag
Justin Ruggles
2013-01-09
1
-1
/
+8
*
|
au: use ff_raw_write_packet()
Justin Ruggles
2013-01-04
1
-8
/
+3
*
|
auenc: do not write invalid file size
Paul B Mahol
2012-12-28
1
-4
/
+2
*
|
Merge commit 'f3298f12997eb4b7ad203766f768f92e3dd72a2a'
Michael Niedermayer
2012-12-24
1
-1
/
+1
|
\
\
|
|
/
|
*
Return proper error code after av_log_ask_for_sample()
Diego Biurrun
2012-12-23
1
-1
/
+1
*
|
au: return meaningful error codes
Paul B Mahol
2012-12-19
1
-3
/
+3
*
|
Merge commit 'c35f0e8495e34c2082dcde805e9323c9f6a4cb0a'
Michael Niedermayer
2012-12-18
1
-59
/
+59
|
\
\
|
|
/
|
*
au: Reorder code so that both muxer and demuxer are under #ifdefs
Diego Biurrun
2012-12-17
1
-63
/
+63
*
|
audec: use ff_pcm_read_packet()
Paul B Mahol
2012-12-05
1
-21
/
+2
*
|
auenc: remove pointless assigment
Paul B Mahol
2012-12-04
1
-2
/
+0
*
|
Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'
Michael Niedermayer
2012-11-29
1
-1
/
+0
|
\
\
|
|
/
|
*
lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h
Justin Ruggles
2012-11-28
1
-1
/
+0
*
|
Support G.722 in Sun AU.
Carl Eugen Hoyos
2012-11-24
1
-0
/
+1
*
|
Add an annotation field as required by the specification when muxing Sun AU.
Carl Eugen Hoyos
2012-11-24
1
-2
/
+5
*
|
lavf/au: check bits per coded sample.
Nicolas George
2012-08-18
1
-1
/
+4
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-12
/
+12
|
\
\
|
|
/
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-12
/
+12
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-31
1
-2
/
+2
|
\
\
|
|
/
|
*
Improve descriptiveness of a number of codec and container long names
Diego Biurrun
2012-07-30
1
-2
/
+2
*
|
Remove some useless code that duplicates av_get_packet.
Reimar Döffinger
2012-05-01
1
-4
/
+0
*
|
Mark truncated packets as corrupt in av_get_packet.
Reimar Döffinger
2012-05-01
1
-0
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-24
1
-1
/
+1
|
\
\
|
|
/
|
*
audemux: Add a sanity check for the number of channels
Michael Niedermayer
2012-04-23
1
-0
/
+5
*
|
audemux: Fix potential integer overflow leading to a division by 0
Michael Niedermayer
2012-04-22
1
-1
/
+1
*
|
audemux: Check channels isnt 0
Michael Niedermayer
2012-04-22
1
-0
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-06
1
-2
/
+2
|
\
\
|
|
/
|
*
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2012-04-06
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-16
1
-1
/
+1
|
\
\
|
|
/
|
*
libavformat: Add an ff_ prefix to some lavf internal symbols
Martin Storsjö
2012-02-15
1
-1
/
+1
[next]