2007-09-05 |
conrad |
Floats aren't used enough to justify writing any with single precision
libavformat
|
2007-09-05 |
conrad |
Simplify
libavformat
|
2007-09-05 |
conrad |
Indentation
libavformat
|
2007-09-05 |
conrad |
Write subtitle tracks
libavformat
|
2007-09-05 |
conrad |
Move writing a block to its own function
libavformat
|
2007-09-05 |
conrad |
Only write extradata if it exists
libavformat
|
2007-09-05 |
conrad |
Determine the output sample rate for SBR AAC and write it
libavformat
|
2007-09-05 |
conrad |
Simplify
libavformat
|
2007-09-05 |
conrad |
Keyframe is the first bit not last
libavformat
|
2007-09-05 |
conrad |
Simplify
libavformat
|
2007-09-05 |
conrad |
Use av_get_bits_per_sample
libavformat
|
2007-09-05 |
conrad |
Write bit depth for PCM audio
libavformat
|
2007-09-05 |
conrad |
Write wav header if there is no native audio codec ID
libavformat
|
2007-09-05 |
conrad |
Write the cues element
libavformat
|
2007-09-05 |
conrad |
Doxygenize comments
libavformat
|
2007-09-05 |
conrad |
Calculate the size of a SimpleBlock before writing it so that bytes aren't wasted in writing the size
libavformat
|
2007-09-05 |
conrad |
Indentation
libavformat
|
2007-09-05 |
conrad |
Write the Seek Head element
libavformat
|
2007-09-05 |
conrad |
Make sure to return a value in functions that return a value
libavformat
|
2007-09-05 |
conrad |
Move writing the tracks element to its own function
libavformat
|
2007-09-05 |
conrad |
Move Xiph's CodecPrivate writing code to its own function
libavformat
|
2007-09-05 |
conrad |
Write the duration of the file
libavformat
|
2007-09-05 |
conrad |
put_ebml_void()
libavformat
|
2007-09-05 |
conrad |
Remove unused prototype
libavformat
|
2007-09-05 |
conrad |
Write unknown size if the size given is too large for EBML (greater than 2^56-1)
libavformat
|
2007-09-05 |
conrad |
Track number and UID only have to be nonzero
libavformat
|
2007-09-05 |
conrad |
SimpleBlocks are Matroska v2
libavformat
|
2007-09-05 |
conrad |
Start a new cluster every 5 MB or 5 seconds
libavformat
|
2007-09-05 |
conrad |
Fix writing Xiph header sizes
libavformat
|
2007-09-05 |
conrad |
Correctly write CodecPrivate element for Vorbis and Theora
libavformat
|
2007-09-05 |
conrad |
Compile fix; missed a variable declaration in the last commit
libavformat
|
2007-09-05 |
conrad |
Write one cluster and SimpleBlocks for the frames. Should now create playable mkv files for some video codecs (H.264 and VP3 checked)
libavformat
|
2007-09-05 |
conrad |
First stab at writing the tracks element, still needs some additional cases for certain codecs
libavformat
|
2007-09-05 |
conrad |
Remove useless debug write
libavformat
|
2007-09-05 |
conrad |
put_ebml_float()
libavformat
|
2007-09-05 |
conrad |
Const correctness
libavformat
|
2007-09-05 |
conrad |
Get rid of put_ebml_utf8(); the error checking that would have distinguished it from put_ebml_string() belongs elsewhere in lavf.
libavformat
|
2007-09-05 |
conrad |
Cosmetics: align nicely for better readibility
libavformat
|
2007-09-05 |
conrad |
Simplify
libavformat
|
2007-09-05 |
conrad |
Beginning of mkv muxer, only EBML head is written correctly
libavformat
|
2007-09-04 |
ramiro |
Treat dc1394 as a library
libavformat
|
2007-09-04 |
melanson |
simplify PTS handling
libavformat
|
2007-09-03 |
lucabe |
Fill the buffer with 0 before writing an SDP in it
libavformat
|
2007-09-03 |
benoit |
If a stream has no start time, but the first packet has a 'pts', use that
libavformat
|
2007-09-03 |
lucabe |
Set the "B" flag in the payload header
libavformat
|
2007-09-03 |
lucabe |
Set the "TR" field in the payload header
libavformat
|
2007-09-03 |
lucabe |
Correctly set the "P" field in the payload header
libavformat
|
2007-09-03 |
jbr |
fix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.uni-muenchen.de}.
libavformat
|
2007-09-02 |
michael |
workaround ms (lack of) intelligence in their design of dvr-ms
libavformat
|
2007-08-31 |
conrad |
SimpleBlock keyframe flag is the most significant bit
libavformat
|
2007-08-30 |
diego |
cosmetics: Sort some lines, whitespace changes.
libavformat
|
2007-08-29 |
lucabe |
Correct packetization for MPEG video frames, and correct setting of the
libavformat
|
2007-08-29 |
lucabe |
Remove commented code (payload header extension)
libavformat
|
2007-08-28 |
lu_zero |
Backport fix for mpegvideo rtp, fixes Issue119, original fix from Dario Gallucci <dariodotgallucciatpolito.it> in feng
libavformat
|
2007-08-27 |
rtogni |
Change 4xm demuxer and video decoder to pass the video format version in
libavformat
|
2007-08-27 |
diego |
Remove unused variable.
libavformat
|
2007-08-25 |
lucabe |
Use correct timescale in RTSP seeking
libavformat
|
2007-08-24 |
lucabe |
Remove copyright from a function prototype
libavformat
|
2007-08-24 |
lucabe |
Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)
libavformat
|
2007-08-24 |
conrad |
Add V_SNOW
libavformat
|
2007-08-23 |
kostya |
Take ring frame into account when demuxing.
libavformat
|
2007-08-22 |
diego |
Identifiers starting with underscores are reserved.
libavformat
|
2007-08-20 |
bcoudurier |
support swink created files which have soi/eoi broken tags reversed
libavformat
|
2007-08-18 |
michael |
Do not butcher start_time in av_estimate_timings_from_bit_rate().
libavformat
|
2007-08-18 |
michael |
When looking for the last packet in each
libavformat
|
2007-08-18 |
michael |
There is no guarantee that every stream will
libavformat
|
2007-08-18 |
michael |
fix cur_dts at the end of av_estimate_timings_from_pts()
libavformat
|
2007-08-18 |
michael |
more verbose doxy for duration (from patch by neilb suse de)
libavformat
|
2007-08-18 |
michael |
mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de)
libavformat
|
2007-08-17 |
ramiro |
Allow pipe: URL to take fd number as input
libavformat
|
2007-08-17 |
ramiro |
Indent for next commit
libavformat
|
2007-08-17 |
diego |
spelling/wording cosmetics
libavformat
|
2007-08-17 |
benoit |
store asf streaming bitrates consistently
libavformat
|
2007-08-16 |
ramiro |
Set UDP receive buffer to 64k
libavformat
|
2007-08-16 |
aurel |
cosmetic: indentation
libavformat
|
2007-08-16 |
aurel |
Don't pre-scale default_duration to avoid precision loss in fps calculation.
libavformat
|
2007-08-16 |
aurel |
no need for special case default_duration for AAC
libavformat
|
2007-08-16 |
aurel |
calculate default_duration according to framerate only when not already set
libavformat
|
2007-08-16 |
michael |
elaborate a little on AVStream.start_time, it seems the comment is not clear
libavformat
|
2007-08-14 |
aurel |
Try size 640x480 for FLC files which don't specify their size.
libavformat
|
2007-08-14 |
michael |
remove broken movi_end skip-hack-check
libavformat
|
2007-08-14 |
michael |
do not misuse movi_end for checking chunk sizes
libavformat
|
2007-08-13 |
ramiro |
Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)
libavformat
|
2007-08-13 |
diego |
Make native and libnut NUT muxers mutually exclusive.
libavformat
|
2007-08-13 |
kostya |
Support for WavPack version 0x410 (false stereo chunks)
libavformat
|
2007-08-13 |
michael |
export 4xm video version
libavformat
|
2007-08-12 |
michael |
add support for old flac in ogg
libavformat
|
2007-08-12 |
michael |
pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them)
libavformat
|
2007-08-11 |
aurel |
Ensure av_tree_insert() is defined before using it.
libavformat
|
2007-08-11 |
conrad |
Set dts in tta demuxer
libavformat
|
2007-08-11 |
michael |
cola for diego
libavformat
|
2007-08-11 |
diego |
Bump minor number, NUT muxer was added.
libavformat
|
2007-08-11 |
michael |
simplify
libavformat
|
2007-08-11 |
michael |
do not remove FLAG_CODED
libavformat
|
2007-08-11 |
michael |
remove useless code, found by oded
libavformat
|
2007-08-10 |
michael |
this is debug not info
libavformat
|