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
/
libavcodec
/
aac_parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
aac_parser: fix strict aliasing violation
Måns Rullgård
2008-10-11
1
-2
/
+3
*
Add new_frame_start and need_next_header.
Michael Niedermayer
2008-04-19
1
-1
/
+4
*
Change aac and ac3 parsers to use ff_combine_frame().
Michael Niedermayer
2008-04-19
1
-3
/
+3
*
remove AACAC3FrameFlag
Michael Niedermayer
2008-04-18
1
-2
/
+1
*
undo changes in aac_ac3_parser
Bartlomiej Wolowiec
2008-04-09
1
-6
/
+4
*
Corrections of errors in aac_ac3_parser
Bartlomiej Wolowiec
2008-04-07
1
-1
/
+1
*
change of aac_ac3_parser, so it is able to send complete portion of data to d...
Bartlomiej Wolowiec
2008-04-05
1
-4
/
+6
*
use mpeg4audio common code in aac parser
Baptiste Coudurier
2008-04-01
1
-16
/
+5
*
removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag
Bartlomiej Wolowiec
2008-03-28
1
-3
/
+2
*
adding lacking include to aac3_parser.c
Bartlomiej Wolowiec
2008-03-24
1
-0
/
+1
*
using EAC3_STREAM_TYPE_* instead of numbers
Bartlomiej Wolowiec
2008-03-24
1
-1
/
+1
*
using stream type in eac3 parser
Bartlomiej Wolowiec
2008-03-24
1
-0
/
+1
*
Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by
Justin Ruggles
2008-03-23
1
-7
/
+6
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-1
/
+1
*
prevent infinite loop and memcpy of negative amounts
Michael Niedermayer
2007-10-13
1
-0
/
+3
*
cosmetics: rename for consistency after previous aac and ac3 parsers move
Aurelien Jacobs
2007-05-08
1
-3
/
+3
*
move aac and ac3 parsers in their own files
Aurelien Jacobs
2007-05-08
1
-0
/
+97