index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
parser.c
Age
Commit message (
Expand
)
Author
2008-10-23
add state64 field to ParseContext storing last 8 bytes, to be able to check f...
Baptiste Coudurier
2008-10-20
Use av_freep() in ff_parse_close().
Michael Niedermayer
2008-10-04
Mark list heads static. Patch by Diego Pettenò
Diego Pettenò
2008-06-02
indent
Michael Niedermayer
2008-06-02
Only store timestamps when there are timestamps.
Michael Niedermayer
2008-06-02
Our MPEG-TS demuxer does not send complete PES packets but sends them
Michael Niedermayer
2008-06-02
cosmetic
Michael Niedermayer
2008-06-02
Allow matching timestamps to be removed by fetch_timestamp().
Michael Niedermayer
2008-06-02
Add off argument so that fetch_timestamp can search for timestamps
Michael Niedermayer
2008-06-02
Factorize fetch_timestamp() into its own function
Michael Niedermayer
2008-06-02
unused variable
Michael Niedermayer
2008-06-02
indent
Michael Niedermayer
2008-06-02
Rename last_frame_offset to next_frame_offset.
Michael Niedermayer
2008-06-02
Simplify parser core.
Michael Niedermayer
2008-05-26
indent
Michael Niedermayer
2008-05-26
allow av_parser_close(NULL)
Michael Niedermayer
2008-03-25
Return an error when realloc fails.
Andy Gocke
2008-03-09
add FF_ prefix to all (frame)_TYPE usage
Aurelien Jacobs
2007-12-12
av_*_next() API for libavcodec
Michael Niedermayer
2007-05-08
remove no more useful includes
Aurelien Jacobs
2007-05-08
move aac and ac3 parsers in their own files
Aurelien Jacobs
2007-05-07
make some parser parameters const to avoid casting const to non-const
Aurelien Jacobs
2007-05-05
move mpegaudio_parser in it's own file
Aurelien Jacobs
2007-05-05
move mpeg4video_parser in it's own file
Aurelien Jacobs
2007-04-15
Move AC3 header parsing code together with the rest of the AC3 parsing code.
Diego Biurrun
2007-04-13
timestamps generation improvement when parsing avi
Joakim Plate
2007-04-07
typos/grammar
Diego Biurrun
2007-03-26
set pict_type to I type during init so parsers which dont set it get all i fr...
Michael Niedermayer
2007-03-18
hardcode ff_ac3_frame_sizes table
Justin Ruggles
2007-03-12
Give context to dprintf
Michel Bardiaux
2007-03-11
move AC-3 header parsing to ac3.c
Justin Ruggles
2007-03-11
remove redundancy in AC-3 parser by using common tables from ac3tab.h
Justin Ruggles
2007-02-09
fix parsing of RealAudio AC-3/DolbyNet
Justin Ruggles
2007-01-24
fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com %
Ian Caulfield
2007-01-24
Allows the AC3 parser to read the frame size and codec parameters from E-AC3 ...
Ian Caulfield
2006-12-18
minor doc fix
Michael Niedermayer
2006-11-12
move all cavs-parsing to cavs.c
Stefan Gehrer
2006-11-12
make mpeg4video_split public as ff_mpeg4video_split
Stefan Gehrer
2006-11-06
move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...
Baptiste Coudurier
2006-11-05
use AVRational and ff_frame_rate_tab for frame_rate
Baptiste Coudurier
2006-11-01
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
Steve L'Homme
2006-10-30
dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...
Michael Niedermayer
2006-10-11
doxy
Michael Niedermayer
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-27
fix some signedness warnings
Måns Rullgård
2006-08-26
dont copy frame if the whole mp1/2/3 frame is available in one piece in the i...
Michael Niedermayer
2006-07-09
make some tables const
Måns Rullgård
2006-07-09
--enable/disable parsers. Warning: some combinations are broken.
Måns Rullgård
2006-07-07
Fix compilation with --disable-decoders.
Emiliano Parasassi
2006-07-06
AVBitStreamFilter (some thingy which can modify the bitstream like add or rem...
Michael Niedermayer
[next]