Mercurial > libavformat.hg
graph
-
Using LIBAVFORMAT_IDENT for both muxing and writing app is good enough libavformat2007-09-05, by conrad
-
Floats aren't used enough to justify writing any with single precision libavformat2007-09-05, by conrad
-
Calculate the size of a SimpleBlock before writing it so that bytes aren't wasted in writing the size libavformat2007-09-05, by conrad
-
Write unknown size if the size given is too large for EBML (greater than 2^56-1) libavformat2007-09-05, by conrad
-
Write one cluster and SimpleBlocks for the frames. Should now create playable mkv files for some video codecs (H.264 and VP3 checked) libavformat2007-09-05, by conrad
-
First stab at writing the tracks element, still needs some additional cases for certain codecs libavformat2007-09-05, by conrad
-
Get rid of put_ebml_utf8(); the error checking that would have distinguished it from put_ebml_string() belongs elsewhere in lavf. libavformat2007-09-05, by conrad
-
If a stream has no start time, but the first packet has a 'pts', use that libavformat2007-09-03, by benoit
-
fix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.uni-muenchen.de}. libavformat2007-09-03, by jbr
-
Correct packetization for MPEG video frames, and correct setting of the libavformat2007-08-29, by lucabe
-
Backport fix for mpegvideo rtp, fixes Issue119, original fix from Dario Gallucci <dariodotgallucciatpolito.it> in feng libavformat2007-08-28, by lu_zero
-
Change 4xm demuxer and video decoder to pass the video format version in libavformat2007-08-27, by rtogni
-
Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c) libavformat2007-08-24, by lucabe
-
support swink created files which have soi/eoi broken tags reversed libavformat2007-08-20, by bcoudurier
-
Do not butcher start_time in av_estimate_timings_from_bit_rate(). libavformat2007-08-18, by michael
-
mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de) libavformat2007-08-18, by michael
-
Don't pre-scale default_duration to avoid precision loss in fps calculation. libavformat2007-08-16, by aurel
-
calculate default_duration according to framerate only when not already set libavformat2007-08-16, by aurel
-
elaborate a little on AVStream.start_time, it seems the comment is not clear libavformat2007-08-16, by michael
-
pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them) libavformat2007-08-12, by michael
-
muxer should now be spec compliant (though it likely still contains bugs!) libavformat2007-08-10, by michael
-
muxer is not yet fully compliant so prevent people from mistakenly using it libavformat2007-08-10, by michael
-
Make the pipe URLProtocol share read and write functions with the file URLProtocol libavformat2007-08-09, by ramiro
-
add a universal fallback frame code for the case that no other applies libavformat2007-08-09, by michael
-
ensure that the codec_id detection in av_find_stream_info() does not libavformat2007-08-06, by michael
-
ignore preroll, it is generally not what AVStream.start_time should contain libavformat2007-08-06, by michael
-
Change avf_sdp_create() to get a pre-allocated buffer as input, and to libavformat2007-08-05, by lucabe
-
10l to me. Revert recent changes to ac3_probe() which made misdetection as AC3 too probable. libavformat2007-08-05, by jbr
-
add streams on the fly, swf is a streaming format and has no real header, correctly detect audio in RamboMJPEGAVP6_112K.swf now libavformat2007-08-05, by bcoudurier
-
additional tweaks to AC3 probe function. give a higher score to a single frame libavformat2007-08-05, by jbr
-
set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUE libavformat2007-08-04, by michael
-
set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fix surge-2-16-L-ms11.mov and surge-2-16-L-ms02.mov libavformat2007-08-04, by bcoudurier
-
move code which adds a AVPacket into the packet buffer into its own function libavformat2007-08-03, by michael
-
fill title, author, copyright and comment fields by parsing udta atom libavformat2007-07-31, by benoit
-
deal with the case where one of pts,dts has wrapped but the other has not libavformat2007-07-31, by michael
-
Fix get_str/get_str8() to also work if the target string is not long enough to libavformat2007-07-28, by diego
-
reorder matroska codec tags so that the encoder picks up the appropriate tag libavformat2007-07-25, by aurel
-
Replace ENOSYS by ENOTSUP as in this case the problem is not really a function libavformat2007-07-20, by takis
-
Make video hook infrastructure conditional on video hooks being enabled. libavformat2007-07-19, by diego
-
avoid division by zero in av_find_stream_info() when no time base is set libavformat2007-07-14, by mru
-
h264_rtp_extra_data is not only used for debug purposes, asserts are using it also libavformat2007-07-13, by alex
-
Remove broken assert. ebml_read_element_id can handle level_up set to NULL. libavformat2007-07-13, by alex
-
Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.c libavformat2007-07-06, by lucabe
-
check udp_read_packet return value not to access uninitialized memory libavformat2007-07-05, by benoit
-
support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is spec compliant libavformat2007-06-25, by bcoudurier
-
Move the video size and rate abbreviations system from libavformat to libavcodec libavformat2007-06-12, by benoit
-
proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenchen@de ) libavformat2007-06-08, by michael
-
Remove the unnecessary masking when counting received packet types in the H.264 libavformat2007-06-07, by takis
-
Remove the unnecessary masking when reconstructing the NAL unit header in the libavformat2007-06-07, by takis
-
Remove the unnecessary masking when extracting the start bit in the H.264 RTP libavformat2007-06-07, by takis
-
emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak net libavformat2007-06-07, by diego
-
fix an infinite loop in case one cluster is not enough to demux a packet libavformat2007-06-04, by aurel
-
split some common code from the mkv demuxer that will be useful to the muxer libavformat2007-06-04, by aurel
-
dont rescan for information on each pid, but rather do it just once by libavformat2007-06-04, by michael
-
passing MpegTSFilter to the filters instead of a random void *opaque libavformat2007-06-04, by michael
-
extending video4linux support to handle the additional formats UYVY, YUYV and RGB565 libavformat2007-06-04, by mhoffman
-
convert if then else video palette to pix_fmt construct to simpiler table based lookup. libavformat2007-06-04, by mhoffman
-
do not perform SDT scan at the begin (this avoids a timeconsuming search for libavformat2007-06-04, by michael
-
no need to seek on specific key anymore, since klv_read_packet will sync, tested on encrypted files libavformat2007-06-03, by bcoudurier
-
correct implementation of "try with auto_guess if first detection fails" libavformat2007-06-02, by michael
-
split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty hack libavformat2007-06-02, by michael
-
Don't forget about audio remaining in buffer, in case there is enough libavformat2007-05-16, by corey
-
fix ctts index computation when seeking, check must be done against next ctts sample, thanks to Uoti libavformat2007-05-12, by bcoudurier
-
Allow avoid setting the video standard and input when capturing v4l2 video. libavformat2007-05-10, by lucabe
-
fix display of theora videos with visible size smaller than encoded size libavformat2007-05-07, by aurel
-
improve mpeg4-es detection by rejecting streams with reserved startcodes (fixes 11-i_need_your_love-daw.mp3 detected as mpeg4) libavformat2007-05-07, by michael
-
fix AVStream documentation: clarify start_time, start_time and duration are actually in stream base libavformat2007-04-28, by bcoudurier
-
fix oss audio playback, broken since r7983, pass AVFormatContext filename to audio_open since audio_device when NULL is no more set to default value libavformat2007-04-27, by bcoudurier
-
Make protocols configure selectable and also cleanup the CONFIG_NETWORK libavformat2007-04-26, by alex
-
cosmectics, use consistant and homogeneous type names for atoms libavformat2007-04-26, by bcoudurier
-
add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov libavformat2007-04-25, by bcoudurier
-
Change from using a seek table internal to the TTA demuxer to using the standard lavf index. libavformat2007-04-22, by conrad
-
Move AC3 header parsing code together with the rest of the AC3 parsing code. libavformat2007-04-15, by diego
-
Make some functions which aren't used outside their declaring source file libavformat2007-04-08, by diego
-
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformat2007-04-08, by michael