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
/
parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
do not reference remainder packets in the parser, fix timestamps fetching
Baptiste Coudurier
2009-05-26
1
-1
/
+2
*
Add handling of frame position in the parser.
Ivan Schreter
2009-03-05
1
-0
/
+16
*
Consider all packets in the parser, not just ones with timestamps,
Michael Niedermayer
2009-03-02
1
-2
/
+0
*
Favor container packets that end after the first byte of the access
Michael Niedermayer
2009-03-02
1
-0
/
+2
*
Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead
Michael Niedermayer
2009-03-02
1
-1
/
+1
*
Add timestamp computation if values are exported by decoder.
Ivan Schreter
2009-02-24
1
-0
/
+3
*
Add convergence_duration to AVCodecParserContext.
Ivan Schreter
2009-02-19
1
-0
/
+1
*
Add key_frame to AVCodecParserContext, used in libavformat.
Ivan Schreter
2009-02-18
1
-0
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-2
/
+2
*
add state64 field to ParseContext storing last 8 bytes, to be able to check f...
Baptiste Coudurier
2008-10-23
1
-0
/
+1
*
Use av_freep() in ff_parse_close().
Michael Niedermayer
2008-10-20
1
-1
/
+1
*
Mark list heads static. Patch by Diego Pettenò
Diego Pettenò
2008-10-04
1
-1
/
+1
*
indent
Michael Niedermayer
2008-06-02
1
-6
/
+6
*
Only store timestamps when there are timestamps.
Michael Niedermayer
2008-06-02
1
-0
/
+2
*
Our MPEG-TS demuxer does not send complete PES packets but sends them
Michael Niedermayer
2008-06-02
1
-1
/
+2
*
cosmetic
Michael Niedermayer
2008-06-02
1
-1
/
+2
*
Allow matching timestamps to be removed by fetch_timestamp().
Michael Niedermayer
2008-06-02
1
-2
/
+4
*
Add off argument so that fetch_timestamp can search for timestamps
Michael Niedermayer
2008-06-02
1
-4
/
+4
*
Factorize fetch_timestamp() into its own function
Michael Niedermayer
2008-06-02
1
-11
/
+16
*
unused variable
Michael Niedermayer
2008-06-02
1
-7
/
+7
*
indent
Michael Niedermayer
2008-06-02
1
-3
/
+3
*
Rename last_frame_offset to next_frame_offset.
Michael Niedermayer
2008-06-02
1
-5
/
+5
*
Simplify parser core.
Michael Niedermayer
2008-06-02
1
-30
/
+14
*
indent
Michael Niedermayer
2008-05-26
1
-4
/
+4
*
allow av_parser_close(NULL)
Michael Niedermayer
2008-05-26
1
-0
/
+2
*
Return an error when realloc fails.
Andy Gocke
2008-03-25
1
-3
/
+9
*
add FF_ prefix to all (frame)_TYPE usage
Aurelien Jacobs
2008-03-09
1
-1
/
+1
*
av_*_next() API for libavcodec
Michael Niedermayer
2007-12-12
1
-0
/
+5
*
remove no more useful includes
Aurelien Jacobs
2007-05-08
1
-3
/
+1
*
move aac and ac3 parsers in their own files
Aurelien Jacobs
2007-05-08
1
-298
/
+0
*
make some parser parameters const to avoid casting const to non-const
Aurelien Jacobs
2007-05-07
1
-3
/
+3
*
move mpegaudio_parser in it's own file
Aurelien Jacobs
2007-05-05
1
-197
/
+0
*
move mpeg4video_parser in it's own file
Aurelien Jacobs
2007-05-05
1
-78
/
+0
*
Move AC3 header parsing code together with the rest of the AC3 parsing code.
Diego Biurrun
2007-04-15
1
-1
/
+50
*
timestamps generation improvement when parsing avi
Joakim Plate
2007-04-13
1
-0
/
+3
*
typos/grammar
Diego Biurrun
2007-04-07
1
-1
/
+1
*
set pict_type to I type during init so parsers which dont set it get all i fr...
Michael Niedermayer
2007-03-26
1
-0
/
+1
*
hardcode ff_ac3_frame_sizes table
Justin Ruggles
2007-03-18
1
-1
/
+0
*
Give context to dprintf
Michel Bardiaux
2007-03-12
1
-2
/
+2
*
move AC-3 header parsing to ac3.c
Justin Ruggles
2007-03-11
1
-29
/
+12
*
remove redundancy in AC-3 parser by using common tables from ac3tab.h
Justin Ruggles
2007-03-11
1
-62
/
+10
*
fix parsing of RealAudio AC-3/DolbyNet
Justin Ruggles
2007-02-09
1
-5
/
+6
*
fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com %
Ian Caulfield
2007-01-24
1
-22
/
+22
*
Allows the AC3 parser to read the frame size and codec parameters from E-AC3 ...
Ian Caulfield
2007-01-24
1
-5
/
+46
*
minor doc fix
Michael Niedermayer
2006-12-18
1
-1
/
+2
*
move all cavs-parsing to cavs.c
Stefan Gehrer
2006-11-12
1
-36
/
+0
*
make mpeg4video_split public as ff_mpeg4video_split
Stefan Gehrer
2006-11-12
1
-3
/
+3
*
move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...
Baptiste Coudurier
2006-11-06
1
-192
/
+4
*
use AVRational and ff_frame_rate_tab for frame_rate
Baptiste Coudurier
2006-11-05
1
-30
/
+8
*
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
Steve L'Homme
2006-11-01
1
-1
/
+1
[next]