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
/
libavformat
/
matroska.c
Age
Commit message (
Expand
)
Author
2007-03-11
cosmetic: indent after last commit
Aurelien Jacobs
2007-03-11
reorder pts of packets from tracks using V_MPEG* codecs
Aurelien Jacobs
2007-03-11
revert r7181
Aurelien Jacobs
2007-03-11
check if current block contains a B frame and gives this info to parse_block()
Aurelien Jacobs
2007-03-11
extract ebml_read_binary() out of matroska_parse_block()
Aurelien Jacobs
2007-03-11
reindent after last commit
Aurelien Jacobs
2007-03-11
parse clusters until some packets are queued
Aurelien Jacobs
2007-03-11
fix a stupid bug in ebml_read_sint()
Aurelien Jacobs
2007-03-11
use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id()
Aurelien Jacobs
2007-03-02
don't rely on a specific appearance order for ebml elements at the same level
Aurelien Jacobs
2007-03-02
add support for simple blocks (ie. matroska v2)
Aurelien Jacobs
2007-03-01
cosmetics: fix indentation of the new matroska_parse_block() function
Aurelien Jacobs
2007-03-01
split a matroska_parse_block() function from matroska_parse_blockgroup()
Aurelien Jacobs
2007-03-01
fix an off-by-one error in probing function
Aurelien Jacobs
2007-01-19
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2006-11-28
matroska: scale timecode according to time_scale
Aurelien Jacobs
2006-11-23
No need for special trick anymore for flac in matroska.
Aurelien Jacobs
2006-11-21
add support for FLAC in matroska
Aurelien Jacobs
2006-11-20
add support for tta in matroska
Aurelien Jacobs
2006-11-20
cosmetics: reindent after last commit
Aurelien Jacobs
2006-11-20
matroska: split real video frames so that each packet contains only one slice
Aurelien Jacobs
2006-11-20
matroska: properly handle real video extradata
Aurelien Jacobs
2006-11-20
simplify free()+set to NULL using av_freep()
Aurelien Jacobs
2006-11-12
Allows playback of truncated matroska files.
Aurelien Jacobs
2006-11-11
Fix wrong comment.
Steve L'Homme
2006-11-11
Add A_AAC codec identifier support in matroska.
Steve L'Homme
2006-11-09
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...
Baptiste Coudurier
2006-11-08
add support for AAC in matroska
Aurelien Jacobs
2006-11-08
add audio output sampling freqency reading in matroska
Aurelien Jacobs
2006-11-08
Better way to detect cluster (fix files encoded with Haali's muxer).
Aurelien Jacobs
2006-11-07
Allow reading matroska title.
Aurelien Jacobs
2006-11-06
cosmetics: reindent after last commit
Aurelien Jacobs
2006-11-06
Don't need to check for NULL before av_free().
Aurelien Jacobs
2006-11-06
Add support for block duration.
Steve L'Homme
2006-11-06
Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one).
Steve L'Homme
2006-11-06
guess matroska files frame rate
Steve L'Homme
2006-11-06
remove floats in 10 bytes/byte support (no version of matroska used it)
Steve L'Homme
2006-11-06
WavPack support in Matroska
Kostya Shishkov
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-07-12
move common stuff from avienc.c and wav.c to new file riff.c
Måns Rullgård
2006-07-10
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-09
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-06-17
Add (mostly) const to variable and parameter declaration, where a char* was
Stefan Huehner
2006-06-16
free codec extradata in av_close_input_file
Måns Rullgård
2006-03-25
dont set random timestamps if they are not known
Michael Niedermayer
2006-03-25
fixing timebase
Michael Niedermayer
2006-03-25
Rename time variable to the more descriptive block_time.
Steve L'Homme
2006-03-22
duration and subitle fix from the patch by Steve Lhomme
Steve L'Homme
2006-03-22
cleanup codec_id mapping (untested)
Michael Niedermayer
[prev]
[next]