Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-21nut: support 10bit YUVLuca Barbato
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2011-12-21oma: make header compile standaloneDiego Biurrun
2011-12-20mpegts: Suppress invalid timebase warnings on DMB streams.Alex Converse
timestamp_len and timestamp_res intialize to zero.
2011-12-20mpegts: Fix typo in handling sections in the PMT.Alex Converse
This was an error rebasing 4682a1dc3aa2554ad7077f5db32d0f2d598d018e for commit. The "pes" variable guaranteed to be NULL in that block.
2011-12-19mpegts: rename payload_index to payload_sizeLuca Barbato
It holds the size of the current payload.
2011-12-19segment: introduce segmented chain muxerLuca Barbato
It behaves similarly to image2 muxer
2011-12-18lavf: force threads to 1 in avformat_find_stream_info()Anton Khirnov
Fixes avformat_find_stream_info() on streams with number of frames < thread count.
2011-12-18lavf: add OpenMG audio muxer.Michael Karcher
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-12-18omadec: split data that will be used in the muxer to a separate file.Anton Khirnov
2011-12-18lavf: rename oma.c -> omadec.cAnton Khirnov
2011-12-16mpegts: replace some magic numbers with the existing defineVladimir Pantelic
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-12-16movenc: Rudimentary IODs support.Alex Converse
2011-12-15flvenc: Support muxing 16 kHz nellymoserMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-12-15westwood: Make sure audio header info is present when parsing audio packetsShitiz Garg
Audio header information might get scrambled and would not parse, yet wsqva_read_packet would try to parse audio packets causing segfaults such as floating point exception. Fixes bugzilla #141. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-12-14applehttp: Properly clean up if unable to probe a segmentMartin Storsjö
This avoids a segfault if the probe function wasn't able to determine the format. The bug was found by Panagiotis H.M. Issaris. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-12-14applehttp: Avoid reading uninitialized memoryMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-12-14v410 encoder and decoderDerek Buitenhuis
v410 is a packed 10-bit 4:4:4 YCbCr format used in QuickTime. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-12-13lavf: dealloc private options in av_write_trailerLuca Barbato
Fix the iformat/oformat typo.
2011-12-13build: move inclusion of subdir.mak to main subdir loopMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-12Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov
2011-12-12lavf: add avformat_close_input().Anton Khirnov
It sets the supplied AVFormatContext pointer to NULL after freeing it, which is safer and its name is consistent with other lavf functions. Also deprecate av_close_input_file().
2011-12-12lavf: deprecate av_close_input_stream().Anton Khirnov
And remove all its uses.
2011-12-12lavf doxy: add some basic demuxing documentation.Anton Khirnov
2011-12-12lavf doxy: add some general lavf information.Anton Khirnov
2011-12-12lavf doxy: add misc utility functions to a group.Anton Khirnov
2011-12-12lavf doxy: add av_guess_codec/format to the encoding group.Anton Khirnov
2011-12-12lavf doxy: add core functions to a doxy group.Anton Khirnov
2011-12-11lavu: replace int/float punning functionsMans Rullgard
The existing functions defined in intfloat_readwrite.[ch] are both slow and incorrect (infinities are not handled). This introduces a new header with fast, inline conversion functions using direct union punning assuming an IEEE-754 system, an assumption already made throughout the code. The one use of Intel/Motorola extended 80-bit format is replaced by simpler code sufficient under the present constraints (positive normal values). The old functions are marked deprecated and retained for compatibility. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-12-11Remove extraneous semicolonsMans Rullgard
These semicolons cause invalid empty top-level declarations. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-12-11sdp: Restore the original mp4 format h264 extradata if convertedMartin Storsjö
If the sdp is generated before the rtp muxer is initialized (e.g. as when called from the rtsp muxer), this has to be done, otherwise the rtp muxer doesn't know that the input really is in mp4 format. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-12-11rtpenc: Add support for mp4 format h264Luca Abeni
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-12-11rtpenc: Simplify code by introducing a separate end pointerMartin Storsjö
Also remove redundant parentheses. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-12-11movenc: Use the actual converted sample for RTP hintingMartin Storsjö
If an annex b bitstream is muxed into mov, the actual written sample is reformatted to mp4 syntax before writing. Currently, the RTP hints that copy data from the normal video track, where the payload data might be offset compared to the original sample that the RTP hinting used (when 3 byte annex b startcodes have been converted into 4 byte mp4 format startcodes). Signed-off-by: Martin Storsjö <martin@martin.st>
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-11rawdec: don't set codec timebase.Anton Khirnov
It's not supposed to be set outside of lavc. Set r_frame_rate and avg_frame_rate instead.
2011-12-11lavf doxy: add muxing stuff to lavf_encoding groupAnton Khirnov
2011-12-11lavf doxy: add demuxing stuff to lavf_decoding groupAnton Khirnov
2011-12-11lavf doxy: expand/reword metadata API doxy.Anton Khirnov
2011-12-11lavf doxy: add installed headers to groups.Anton Khirnov
2011-12-11lavf doxy: add avio groups into the lavf_io group.Anton Khirnov
2011-12-11lavf doxy: rename lavf I/O group to lavf_io.Anton Khirnov
2011-12-11lavf doxy: add metadata docs to the main lavf groupAnton Khirnov
2011-12-10flacdec: Support for tracks in cuesheet metadata blockPaul B Mahol
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
2011-12-10flac muxer: fix writing of file header and STREAMINFO header from extradataJustin Ruggles
fixes Bug 119
2011-12-10Dxtory capture format decoderKostya Shishkov
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-12-10isom: sort and pretty-print codec_movaudio_tags[]Justin Ruggles
original order is retained within the same tag or codec id to maintain the muxing/demuxing priority.
2011-12-10isom: remove pointless comments in codec_movaudio_tags[]Justin Ruggles
2011-12-10isom: remove commented-out tag for vorbisJustin Ruggles
2011-12-10movenc: write 'chan' tag for AC-3 in MOVJustin Ruggles