index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
use get_bits1/skip_bits[1] in ac3 and aac parsers
Måns Rullgård
2006-02-10
1
-21
/
+21
*
adts aac parser
Måns Rullgård
2006-02-08
1
-9
/
+90
*
faster find_startcode()
Michael Niedermayer
2006-02-04
1
-23
/
+2
*
output last ac3 frame and simplify
Michael Niedermayer
2006-02-02
1
-13
/
+12
*
Remove all stray tabs and trailing whitespace, this time for good.
Diego Biurrun
2006-01-24
1
-43
/
+43
*
native ac3 parser
Måns Rullgård
2006-01-21
1
-26
/
+96
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-51
/
+51
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-34
/
+34
*
Kill some compiler warnings. Compiled code verified identical after changes.
Måns Rullgård
2005-09-06
1
-1
/
+2
*
Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...
Michael Niedermayer
2005-08-26
1
-0
/
+9
*
parse pict_type for streams in avi
Michael Niedermayer
2005-08-15
1
-13
/
+23
*
off by 1 error bugfix
Michael Niedermayer
2005-06-29
1
-4
/
+8
*
support changing in bitstream global headers into extradata style and back
Michael Niedermayer
2005-06-27
1
-1
/
+63
*
switch to native time bases
Michael Niedermayer
2005-04-30
1
-5
/
+6
*
10l typo
Michael Niedermayer
2005-03-17
1
-1
/
+1
*
mpeg-es bitrate parsing
Michael Niedermayer
2005-03-05
1
-2
/
+5
*
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2005-02-24
1
-0
/
+1
*
10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to supp...
Michael Niedermayer
2005-02-01
1
-0
/
+3
*
10000l vbr mp3 fix
Michael Niedermayer
2005-01-31
1
-1
/
+1
*
require a few valid and equal mp3 headers for resync
Michael Niedermayer
2005-01-29
1
-3
/
+16
*
fix timestamp prediction for low_delay mpeg streams
Michael Niedermayer
2004-12-14
1
-0
/
+1
*
flush remaining data from parser at EOF
Michael Niedermayer
2004-12-12
1
-1
/
+6
*
pnm parser
Michael Niedermayer
2004-11-12
1
-1
/
+3
*
lowres width/height cleanup 3rd try
Michael Niedermayer
2004-09-27
1
-6
/
+3
*
lowres fixes for the parser
Michael Niedermayer
2004-09-27
1
-6
/
+10
*
1000000l
Michael Niedermayer
2004-07-09
1
-1
/
+1
*
field pic timestamp fix
Michael Niedermayer
2004-07-09
1
-1
/
+7
*
timestamp duplication bugfix
Michael Niedermayer
2004-06-30
1
-1
/
+3
*
mpeg audio timestamp fix
Michael Niedermayer
2004-05-23
1
-1
/
+11
*
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...
Michael Niedermayer
2004-05-18
1
-1
/
+1
*
remove duplicated find_frame_end() code
Michael Niedermayer
2004-04-29
1
-230
/
+20
*
>2 channels decoding fix
Michael Niedermayer
2004-04-29
1
-3
/
+6
*
pts and dts support in parser API
Fabrice Bellard
2003-12-16
1
-2
/
+35
*
added End Of File handling to return last picture for MPEG1/2/4
Fabrice Bellard
2003-12-15
1
-7
/
+23
*
fill codec info
Fabrice Bellard
2003-12-12
1
-0
/
+3
*
also parse extradata for MPEG4
Fabrice Bellard
2003-11-10
1
-0
/
+12
*
new audio/video parser API
Fabrice Bellard
2003-11-10
1
-0
/
+892