projects
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
add support for ASS like subtitles in Matroska
[ffmpeg.git]
/
libavformat
/
matroska.c
2007-07-11
Aurelien Jacobs
add support for ASS like subtitles in Matroska
blob
|
commitdiff
2007-07-11
Aurelien Jacobs
add support for Matroska subtitle tracks
blob
|
commitdiff
|
diff to current
2007-06-04
Aurelien Jacobs
add support for real audio in matroska
blob
|
commitdiff
|
diff to current
2007-06-04
David Conrad
split some common code from the mkv demuxer that will...
blob
|
commitdiff
|
diff to current
2007-04-15
Aurelien Jacobs
add an enum for need_parsing
blob
|
commitdiff
|
diff to current
2007-04-10
Aurelien Jacobs
cosmetics: indentation
blob
|
commitdiff
|
diff to current
2007-04-09
Aurelien Jacobs
add support for seeking to a keyframe instead of a...
blob
|
commitdiff
|
diff to current
2007-04-09
Aurelien Jacobs
add an intermediate variable (prepare for next patch)
blob
|
commitdiff
|
diff to current
2007-04-09
Aurelien Jacobs
add support for seeking in matroska files
blob
|
commitdiff
|
diff to current
2007-04-09
Aurelien Jacobs
move matroska_find_track_by_num() upper in the file
blob
|
commitdiff
|
diff to current
2007-04-09
Aurelien Jacobs
cluster position is relative to segment_start
blob
|
commitdiff
|
diff to current
2007-04-09
Aurelien Jacobs
properly set streams start_time
blob
|
commitdiff
|
diff to current
2007-04-09
Aurelien Jacobs
remove unused context field
blob
|
commitdiff
|
diff to current
2007-04-09
Aurelien Jacobs
remove wrong and no more used packet reordering code
blob
|
commitdiff
|
diff to current
2007-04-08
Michael Niedermayer
allocate 32 extra bytes at the end of the probe buffer...
blob
|
commitdiff
|
diff to current
2007-03-25
Aurelien Jacobs
add support for V_THEORA into Matroska
blob
|
commitdiff
|
diff to current
2007-03-15
Aurelien Jacobs
disable pts reordering code and initialize a parser...
blob
|
commitdiff
|
diff to current
2007-03-13
Aurelien Jacobs
remove outdated comment
blob
|
commitdiff
|
diff to current
2007-03-13
Aurelien Jacobs
remove no more needed parameters
blob
|
commitdiff
|
diff to current
2007-03-13
Aurelien Jacobs
set pkt->duration for laced packets too
blob
|
commitdiff
|
diff to current
2007-03-13
Aurelien Jacobs
calculate pts for laced packets
blob
|
commitdiff
|
diff to current
2007-03-13
Aurelien Jacobs
calculate default_duration for AAC tracks
blob
|
commitdiff
|
diff to current
2007-03-13
Aurelien Jacobs
scale duration and default_duration
blob
|
commitdiff
|
diff to current
2007-03-12
Aurelien Jacobs
move timecode calculation out of laces loop
blob
|
commitdiff
|
diff to current
2007-03-11
Aurelien Jacobs
cosmetic: indent after last commit
blob
|
commitdiff
|
diff to current
2007-03-11
Aurelien Jacobs
reorder pts of packets from tracks using V_MPEG* codecs
blob
|
commitdiff
|
diff to current
2007-03-11
Aurelien Jacobs
revert r7181
blob
|
commitdiff
|
diff to current
2007-03-11
Aurelien Jacobs
check if current block contains a B frame and gives...
blob
|
commitdiff
|
diff to current
2007-03-11
Aurelien Jacobs
extract ebml_read_binary() out of matroska_parse_block()
blob
|
commitdiff
|
diff to current
2007-03-11
Aurelien Jacobs
reindent after last commit
blob
|
commitdiff
|
diff to current
2007-03-11
Aurelien Jacobs
parse clusters until some packets are queued
blob
|
commitdiff
|
diff to current
2007-03-11
Aurelien Jacobs
fix a stupid bug in ebml_read_sint()
blob
|
commitdiff
|
diff to current
2007-03-11
Aurelien Jacobs
use codec_get_id() instead of deprecated codec_get_...
blob
|
commitdiff
|
diff to current
2007-03-02
Aurelien Jacobs
don't rely on a specific appearance order for ebml...
blob
|
commitdiff
|
diff to current
2007-03-02
Aurelien Jacobs
add support for simple blocks (ie. matroska v2)
blob
|
commitdiff
|
diff to current
2007-03-01
Aurelien Jacobs
cosmetics: fix indentation of the new matroska_parse_bl...
blob
|
commitdiff
|
diff to current
2007-03-01
Aurelien Jacobs
split a matroska_parse_block() function from matroska_p...
blob
|
commitdiff
|
diff to current
2007-03-01
Aurelien Jacobs
fix an off-by-one error in probing function
blob
|
commitdiff
|
diff to current
2007-01-19
Alex Beregszaszi
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
blob
|
commitdiff
|
diff to current
2006-11-28
Aurelien Jacobs
matroska: scale timecode according to time_scale
blob
|
commitdiff
|
diff to current
2006-11-23
Aurelien Jacobs
No need for special trick anymore for flac in matroska.
blob
|
commitdiff
|
diff to current
2006-11-21
Aurelien Jacobs
add support for FLAC in matroska
blob
|
commitdiff
|
diff to current
2006-11-20
Aurelien Jacobs
add support for tta in matroska
blob
|
commitdiff
|
diff to current
2006-11-20
Aurelien Jacobs
cosmetics: reindent after last commit
blob
|
commitdiff
|
diff to current
2006-11-20
Aurelien Jacobs
matroska: split real video frames so that each packet...
blob
|
commitdiff
|
diff to current
2006-11-20
Aurelien Jacobs
matroska: properly handle real video extradata
blob
|
commitdiff
|
diff to current
2006-11-20
Aurelien Jacobs
simplify free()+set to NULL using av_freep()
blob
|
commitdiff
|
diff to current
2006-11-12
Aurelien Jacobs
Allows playback of truncated matroska files.
blob
|
commitdiff
|
diff to current
2006-11-11
Steve L'Homme
Fix wrong comment.
blob
|
commitdiff
|
diff to current
2006-11-11
Steve L'Homme
Add A_AAC codec identifier support in matroska.
blob
|
commitdiff
|
diff to current
2006-11-09
Baptiste Coudurier
get rid of CODEC_ID_MPEG4AAC after next version bump...
blob
|
commitdiff
|
diff to current
2006-11-08
Aurelien Jacobs
add support for AAC in matroska
blob
|
commitdiff
|
diff to current
2006-11-08
Aurelien Jacobs
add audio output sampling freqency reading in matroska
blob
|
commitdiff
|
diff to current
2006-11-08
Aurelien Jacobs
Better way to detect cluster (fix files encoded with...
blob
|
commitdiff
|
diff to current
2006-11-07
Aurelien Jacobs
Allow reading matroska title.
blob
|
commitdiff
|
diff to current
2006-11-06
Aurelien Jacobs
cosmetics: reindent after last commit
blob
|
commitdiff
|
diff to current
2006-11-06
Aurelien Jacobs
Don't need to check for NULL before av_free().
blob
|
commitdiff
|
diff to current
2006-11-06
Steve L'Homme
Add support for block duration.
blob
|
commitdiff
|
diff to current
2006-11-06
Steve L'Homme
Ensure codec_id = CODEC_ID_NONE for unknown codecs...
blob
|
commitdiff
|
diff to current
2006-11-06
Steve L'Homme
guess matroska files frame rate
blob
|
commitdiff
|
diff to current
2006-11-06
Steve L'Homme
remove floats in 10 bytes/byte support (no version...
blob
|
commitdiff
|
diff to current
2006-11-06
Kostya Shishkov
WavPack support in Matroska
blob
|
commitdiff
|
diff to current
2006-10-07
Diego Biurrun
Change license headers to say 'FFmpeg' instead of ...
blob
|
commitdiff
|
diff to current
2006-09-27
Måns Rullgård
fix some signedness warnings
blob
|
commitdiff
|
diff to current
2006-07-12
Måns Rullgård
move common stuff from avienc.c and wav.c to new file...
blob
|
commitdiff
|
diff to current
2006-07-10
Måns Rullgård
allow individual selection of muxers and demuxers
blob
|
commitdiff
|
diff to current
2006-07-09
Måns Rullgård
give AVInput/OutputFormat structs consistent names
blob
|
commitdiff
|
diff to current
2006-06-17
Stefan Huehner
Add (mostly) const to variable and parameter declaratio...
blob
|
commitdiff
|
diff to current
2006-06-16
Måns Rullgård
free codec extradata in av_close_input_file
blob
|
commitdiff
|
diff to current
2006-03-25
Michael Niedermayer
dont set random timestamps if they are not known
blob
|
commitdiff
|
diff to current
2006-03-25
Michael Niedermayer
fixing timebase
blob
|
commitdiff
|
diff to current
2006-03-25
Steve L'Homme
Rename time variable to the more descriptive block_time.
blob
|
commitdiff
|
diff to current
2006-03-22
Steve L'Homme
duration and subitle fix from the patch by Steve Lhomme
blob
|
commitdiff
|
diff to current
2006-03-22
Michael Niedermayer
cleanup codec_id mapping (untested)
blob
|
commitdiff
|
diff to current
2006-03-22
Michael Niedermayer
fix aspect ratio
blob
|
commitdiff
|
diff to current
2006-01-30
Dieter
add missing #includes
blob
|
commitdiff
|
diff to current
2006-01-12
Diego Biurrun
Update licensing information: The FSF changed postal...
blob
|
commitdiff
|
diff to current
2005-12-22
Diego Biurrun
COSMETICS: tabs --> spaces, some prettyprinting
blob
|
commitdiff
|
diff to current
2005-12-17
Diego Biurrun
COSMETICS: Remove all trailing whitespace.
blob
|
commitdiff
|
diff to current
2005-12-17
Michael Niedermayer
total == 0 seems like it should be valid (based upon...
blob
|
commitdiff
|
diff to current
2005-12-12
Måns Rullgård
use PRIxN, %zd, %td formats where needed
blob
|
commitdiff
|
diff to current
2005-07-19
Michael Niedermayer
more non portable float parsing code ...
blob
|
commitdiff
|
diff to current
2005-07-17
Michael Niedermayer
changing AVCodecContext codec -> *codec in AVStream...
blob
|
commitdiff
|
diff to current
2005-05-26
Michael Niedermayer
AVPacket.pos
blob
|
commitdiff
|
diff to current
2005-05-13
Måns Rullgård
change extradata format for vorbis
blob
|
commitdiff
|
diff to current
2005-03-17
Michael Niedermayer
more fine grained discarding of packets
blob
|
commitdiff
|
diff to current
2005-03-11
D Richard Felker III
Patch from Gianluigi Tiesi (sherpya at netfarm dot...
blob
|
commitdiff
|
diff to current
2005-03-06
Måns Rullgård
H.264 and Vorbis support in matroska patch by (Måns...
blob
|
commitdiff
|
diff to current
2005-01-22
Michael Niedermayer
support discarding uninterresting packets
blob
|
commitdiff
|
diff to current
2005-01-08
Michael Niedermayer
integer overflows, heap corruption
blob
|
commitdiff
|
diff to current
2004-07-14
Michael Niedermayer
libdts support by (Benjamin Zores <ben at geexbox dot...
blob
|
commitdiff
|
diff to current
2004-05-21
Michael Niedermayer
move time_base (pts_num/pts_den) from AVFormatContext...
blob
|
commitdiff
|
diff to current
2004-04-07
Alex Beregszaszi
unknown format char
blob
|
commitdiff
|
diff to current
2004-03-24
Falk Hüffner
warning patrol
blob
|
commitdiff
|
diff to current
2004-03-12
Michael Niedermayer
big endian compile fix by ("Ronald S. Bultje" <R dot...
blob
|
commitdiff
|
diff to current
2004-03-11
Michael Niedermayer
matroska demuxer by ("Ronald S. Bultje" <R dot S dot...
blob
|
commitdiff
|
diff to current