git.videolan.org
/
vlc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Converted globalhotkeys to XCB.
[vlc.git]
/
modules
/
packetizer
/
h264.c
2009-02-09
Laurent Aimar
Fixed closed captions in h264 packetizer.
blob
|
commitdiff
2009-02-09
Laurent Aimar
Fixed various decoder/packetizer flush.
blob
|
commitdiff
|
diff to current
2008-12-04
Laurent Aimar
Added H264 Closed Caption SEI support to packetizer.
blob
|
commitdiff
|
diff to current
2008-11-04
Laurent Aimar
Cosmetics.
blob
|
commitdiff
|
diff to current
2008-11-04
David Flynn
Fix parsing of SPS for particular profiles
blob
|
commitdiff
|
diff to current
2008-10-29
Rémi Denis-Courmont
Remove most stray semi-colons in module descriptions
blob
|
commitdiff
|
diff to current
2008-09-22
Laurent Aimar
Added x264 fourcc to h264 packetizer.
blob
|
commitdiff
|
diff to current
2008-08-21
Laurent Aimar
Fixed h264 aspect ratio overflow.
blob
|
commitdiff
|
diff to current
2008-07-26
Laurent Aimar
Fixed timestamp.
blob
|
commitdiff
|
diff to current
2008-07-25
Laurent Aimar
Added support for multiple SPS and/or PPS.
blob
|
commitdiff
|
diff to current
2008-07-25
Laurent Aimar
Clean up and check sps/pps id validity.
blob
|
commitdiff
|
diff to current
2008-07-25
Laurent Aimar
Added a few missing const.
blob
|
commitdiff
|
diff to current
2008-07-25
Laurent Aimar
Add missing aspect ratio (from a h264 revision).
blob
|
commitdiff
|
diff to current
2008-07-25
Laurent Aimar
Cosmetics.
blob
|
commitdiff
|
diff to current
2008-07-25
Laurent Aimar
Split up ParseNALBlock into smaller functions.
blob
|
commitdiff
|
diff to current
2008-07-25
Laurent Aimar
Output a gathered picture before parsing the next SPS...
blob
|
commitdiff
|
diff to current
2008-07-25
Laurent Aimar
Removed dead code + added a check against allocation...
blob
|
commitdiff
|
diff to current
2008-07-25
Laurent Aimar
Cosmetic (turned a big macro into a function).
blob
|
commitdiff
|
diff to current
2008-05-31
Rémi Denis-Courmont
Plugins: include vlc_common.h directly instead of vlc...
blob
|
commitdiff
|
diff to current
2008-05-21
Rémi Denis-Courmont
Use gettext_noop() consistently
blob
|
commitdiff
|
diff to current
2008-05-17
Jean-Paul Saman
Remove "out of memory" message
blob
|
commitdiff
|
diff to current
2008-05-08
Rémi Denis-Courmont
Include vlc_plugin.h as needed
blob
|
commitdiff
|
diff to current
2008-05-01
Rémi Denis-Courmont
NIH syndrome cure (2)
blob
|
commitdiff
|
diff to current
2008-04-14
Pierre d'Herbemont
Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
blob
|
commitdiff
|
diff to current
2008-03-31
Rafaël Carré
h264 packetizer : do not trust the input data in p_extra
blob
|
commitdiff
|
diff to current
2008-03-31
Rafaël Carré
h264: fix maximum size calculation
blob
|
commitdiff
|
diff to current
2008-03-31
Rafaël Carré
Really fix H264 packetizing: abort PacketizeAVC1()...
blob
|
commitdiff
|
diff to current
2008-03-31
Rafaël Carré
H264 packetizer : NEVER TRUST INPUT !!
blob
|
commitdiff
|
diff to current
2008-01-29
Rafaël Carré
codecs & packetizers: fix warnings
blob
|
commitdiff
|
diff to current
2008-01-23
Rémi Denis-Courmont
Don't include config.h from the headers - refs #297.
blob
|
commitdiff
|
diff to current
2008-01-18
Jean-Paul Saman
Fix regression introduced in [24381]
blob
|
commitdiff
|
diff to current
2008-01-18
Jean-Paul Saman
Check malloc return values and fix a few compiler warnings.
blob
|
commitdiff
|
diff to current
2008-01-11
Ilkka Ollakka
fix previous commit
blob
|
commitdiff
|
diff to current
2008-01-11
Ilkka Ollakka
revert 24090 and add fix for including sps/pps in every...
blob
|
commitdiff
|
diff to current
2008-01-04
Ilkka Ollakka
remove b_header in packetizer so sps/pps are send with...
blob
|
commitdiff
|
diff to current
2007-09-10
Rafaël Carré
Removes trailing spaces. Removes tabs.
blob
|
commitdiff
|
diff to current
2007-08-20
Rémi Denis-Courmont
Remove stdlib.h
blob
|
commitdiff
|
diff to current
2007-05-30
Laurent Aimar
Improved BLOCK_FLAG_DISCONTINUITY|BLOCK_FLAG_CORRUPTED...
blob
|
commitdiff
|
diff to current
2007-03-02
Laurent Aimar
Packetizers should trash all blocks with DISCONTINUITY...
blob
|
commitdiff
|
diff to current
2007-02-27
Laurent Aimar
Added all missing case for "Detection of the first...
blob
|
commitdiff
|
diff to current
2006-11-26
Clément Stenac
A bit of headers cleanup
blob
|
commitdiff
|
diff to current
2006-10-17
Derk-Jan Hartman
* packetizer h264: Donwq't gather the block chain when...
blob
|
commitdiff
|
diff to current
2006-10-16
Derk-Jan Hartman
Apparently ffmpeg doesn't like how we were feeding...
blob
|
commitdiff
|
diff to current
2006-08-24
Derk-Jan Hartman
* Handle Dicas AVC FOURCC
blob
|
commitdiff
|
diff to current
2006-08-22
Gildas Bazin
* modules/packetizer/h264.c: fixed insertion of SPS...
blob
|
commitdiff
|
diff to current
2006-08-14
Derk-Jan Hartman
* first sps, then pps
blob
|
commitdiff
|
diff to current
2006-08-14
Gildas Bazin
* modules/packetizer/h264.c: insert an SPS and PPS...
blob
|
commitdiff
|
diff to current
2006-08-14
Derk-Jan Hartman
* Victory at last. The h264 packetizer is fixed. Thx...
blob
|
commitdiff
|
diff to current
2006-03-25
Felix Paul Kühne
* another 1st string review, refs #438
blob
|
commitdiff
|
diff to current
2006-01-12
Antoine Cellerier
FSF address change.
blob
|
commitdiff
|
diff to current
2005-12-06
Gildas Bazin
* modules/packetizer/h264.c: fixed massive memory leak.
blob
|
commitdiff
|
diff to current
2005-09-13
Gildas Bazin
* modules/packetizer/h264.c: small fix to annexe-b...
blob
|
commitdiff
|
diff to current
2005-09-13
Gildas Bazin
* modules/packetizer/h264.c: date SPS and PPS blocks...
blob
|
commitdiff
|
diff to current
2005-07-19
Laurent Aimar
* h264: handle SPS/PPS in annexb format in extra data...
blob
|
commitdiff
|
diff to current
2005-07-09
Rémi Denis-Courmont
Make Zorglub less unhappy
blob
|
commitdiff
|
diff to current
2005-07-08
Rémi Denis-Courmont
Copyright fixes
blob
|
commitdiff
|
diff to current
2005-04-23
Sigmund Augdal Helberg
packetizer/h264.c: fix divition by zero for some streams
blob
|
commitdiff
|
diff to current
2005-04-06
Laurent Aimar
* h264: less debug.
blob
|
commitdiff
|
diff to current
2005-04-06
Laurent Aimar
* h264: bug fix (give valid date + split at the right...
blob
|
commitdiff
|
diff to current
2004-12-11
Clément Stenac
Improvements to preferences
blob
|
commitdiff
|
diff to current
2004-10-22
Gildas Bazin
* modules/packetizer/h264.c: oops, forgot to remove...
blob
|
commitdiff
|
diff to current
2004-10-20
Gildas Bazin
* modules/packetizer/h264.c:
blob
|
commitdiff
|
diff to current
2004-08-23
Gildas Bazin
* modules/packetizer/h264.c: modified ParseNALBlock...
blob
|
commitdiff
|
diff to current
2004-06-16
Laurent Aimar
* all: fixed the way h264 streams are stored in .mp4
blob
|
commitdiff
|
diff to current
2004-06-06
Laurent Aimar
* all: added VSSH fourcc.
blob
|
commitdiff
|
diff to current
2004-05-15
Laurent Aimar
* h264: added avc1 -> h264 annexe B stream.
blob
|
commitdiff
|
diff to current
2004-04-23
Laurent Aimar
* h264: fixed nal decoding.
blob
|
commitdiff
|
diff to current
2004-04-22
Laurent Aimar
* packetizer/h264.c: a really basic h264 packetizer...
blob
|
commitdiff
|
diff to current