2009-02-26 |
stefano |
Mark as "internal but installed" the avio.h file.
libavformat
|
2009-02-26 |
stefano |
Add a @file notice to avio.h.
libavformat
|
2009-02-26 |
aurel |
move static tables from asf.h to non-static tables in asf.c
libavformat
|
2009-02-26 |
aurel |
rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency
libavformat
|
2009-02-26 |
aurel |
fix a memleak in av_metadata_set()
libavformat
|
2009-02-26 |
rbultje |
Implement marker bit, which is used for several RTP payloads currently
libavformat
|
2009-02-26 |
rbultje |
Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing
libavformat
|
2009-02-26 |
rbultje |
Document rtsp.h, see "[PATCH] document rtsp.h" thread.
libavformat
|
2009-02-26 |
aurel |
movenc: add muxing of language along with metadata tags when available
libavformat
|
2009-02-26 |
aurel |
return -1 for errors in ff_mov_iso639_to_lang() to allow for error checking
libavformat
|
2009-02-26 |
aurel |
cosmetics: indentation
libavformat
|
2009-02-26 |
aurel |
use new metadata API in mov muxer
libavformat
|
2009-02-26 |
aurel |
don't trigger metadata compatibility code when user app already set metadata
libavformat
|
2009-02-26 |
bcoudurier |
dv probe
libavformat
|
2009-02-26 |
jbr |
Share the function to write a raw FLAC header and use it in the Matroska
libavformat
|
2009-02-26 |
jbr |
cosmetics: add a comment in flac_write_header().
libavformat
|
2009-02-26 |
jbr |
Add support for full header extradata to raw FLAC muxer.
libavformat
|
2009-02-26 |
jbr |
Use a shared function to validate FLAC extradata.
libavformat
|
2009-02-26 |
jbr |
Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.
libavformat
|
2009-02-25 |
diego |
spelling/wording/grammar cosmetics
libavformat
|
2009-02-25 |
michael |
untypo
libavformat
|
2009-02-25 |
bcoudurier |
fix index edit rate, inverse num and den
libavformat
|
2009-02-25 |
bcoudurier |
simplify, use codec->block_align
libavformat
|
2009-02-25 |
bcoudurier |
set channel number even for inactive channels
libavformat
|
2009-02-25 |
bcoudurier |
do not set frame start bit since marked as not used and factorize
libavformat
|
2009-02-25 |
michael |
AVInputFormat.reed_seek2()
libavformat
|
2009-02-24 |
cehoyos |
Add timestamp computation if values are exported by decoder.
libavformat
|
2009-02-24 |
cehoyos |
Change duration computation to use time_base instead of TB/2.
libavformat
|
2009-02-24 |
michael |
Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.
libavformat
|
2009-02-24 |
michael |
Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the same
libavformat
|
2009-02-23 |
bcoudurier |
start track id at 2, track id 1 for timecode
libavformat
|
2009-02-23 |
michael |
Allow av_find_stream_info() to be aborted.
libavformat
|
2009-02-22 |
stefang |
consistent naming of Chinese AVS raw demuxer
libavformat
|
2009-02-22 |
reimar |
Support playback of incorrectly cut DV files where the headers do not
libavformat
|
2009-02-22 |
bcoudurier |
check av_get_packet return value
libavformat
|
2009-02-22 |
bcoudurier |
return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable when reallocing, based on patch by Netgem
libavformat
|
2009-02-21 |
bcoudurier |
parse aac extradata to fetch channels and sample rate, patch from Netgem
libavformat
|
2009-02-21 |
michael |
Waste less space for printing timebases.
libavformat
|
2009-02-21 |
rbultje |
Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the
libavformat
|
2009-02-21 |
michael |
Print all timebases (idea from netgem)
libavformat
|
2009-02-21 |
michael |
Check for alloc failures.
libavformat
|
2009-02-21 |
michael |
Check for EOF during index reading.
libavformat
|
2009-02-21 |
cehoyos |
Use context variable repeat_pict for frame duration computation and
libavformat
|
2009-02-21 |
michael |
Handle chunks with the MSB in size set correctly that is unsigned.
libavformat
|
2009-02-21 |
michael |
Be less noisy with invalid pts/dts.
libavformat
|
2009-02-21 |
michael |
Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php.
libavformat
|
2009-02-21 |
rbultje |
Change sizeof(struct_type) to sizeof(variable).
libavformat
|
2009-02-21 |
stefang |
add raw demuxer for Chinese AVS elementary streams
libavformat
|
2009-02-19 |
cehoyos |
Add convergence_duration to AVCodecParserContext.
libavformat
|
2009-02-19 |
alexc |
Re-indent after last commit
libavformat
|
2009-02-19 |
alexc |
AAC in ASF does not need parsing.
libavformat
|
2009-02-19 |
alexc |
Add Divio MPEG-4 FOURCC (M4CC)
libavformat
|
2009-02-19 |
aurel |
matroskadec: return AVERROR_EOF upon detection of end of file
libavformat
|
2009-02-19 |
pross |
FLV demuxer: return AVERROR_EOF upon detection of end of file.
libavformat
|
2009-02-19 |
pross |
AVI demuxer: return AVERROR_EOF upon detection of end of file.
libavformat
|
2009-02-19 |
aurel |
fix missing dependencies
libavformat
|
2009-02-18 |
cehoyos |
Add key_frame to AVCodecParserContext, used in libavformat.
libavformat
|
2009-02-18 |
benoit |
av_alloc_format_context has been renamed, update AVFormatContext av_class
libavformat
|
2009-02-18 |
bcoudurier |
fix partition index byte count
libavformat
|
2009-02-18 |
bcoudurier |
always use multi track since timecode track is present
libavformat
|