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
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
Originally committed as revision 20547 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-15Search relative path according to alias record when opening mov reference files.Baptiste Coudurier
Based on patch by Maksym Veremeyenko, verem at m1stereo dot tv Originally committed as revision 20539 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-13Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxerLuca Abeni
is disabled, and remove a useless "#if CONFIG_SDP_DEMUXER" Originally committed as revision 20530 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-13Split overly long line in doxy.Stefano Sabatini
Originally committed as revision 20529 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-12Split the sdp_read_packet() function out of rtsp_read_packet().Luca Abeni
This allows to avoid compiling RTSP code when not needed. Originally committed as revision 20526 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-12Move some some functions around, so that splitting the SDP code out ofLuca Abeni
rtsp_read_packet() is simpler. Originally committed as revision 20525 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-12Debug print MP4 objectTypeIndication in hex not decimal as values are listed inAlex Converse
hex in all official documents. Originally committed as revision 20523 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-12Add '#undef fprintf' before PRINT macro that uses fprintf.Diego Biurrun
Otherwise there may be trouble when fprintf is disabled in favor of av_log. Originally committed as revision 20515 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-11Add a channels field to MPEG4AudioConfig.Alex Converse
Originally committed as revision 20512 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-09Increase default value for max_analyze_duration, fixes issue 1506, a regression.Carl Eugen Hoyos
Originally committed as revision 20483 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-09Use enum instead of integer types where appropriate.Carl Eugen Hoyos
Originally committed as revision 20482 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-09Use CODEC_ID_NONE instead of 0 for enum CodecID.Carl Eugen Hoyos
Originally committed as revision 20481 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-08move code to avoid forward declarationBaptiste Coudurier
Originally committed as revision 20475 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-08Let pmt override stream info when encoutered later in the ts file.Baptiste Coudurier
Do not set codec id based on pes start code, this is unreliable. Fix gazeta-20090408-1456-aa.ts Originally committed as revision 20474 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-08Support some LATM AAC streams (they can be decoded with MPlayer).Carl Eugen Hoyos
Originally committed as revision 20472 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-08Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers.Justin Ruggles
Originally committed as revision 20471 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-06change \0xa9enc tag metadata name to encoder to match id3v2Baptiste Coudurier
Originally committed as revision 20469 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-0610l: WavPack demuxer forgot to seek back to initial position after blockKostya Shishkov
contents parsing (for custom sampling rate). Originally committed as revision 20468 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-05Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon IrlamGordon Irlam
(gordonipub2 AT gordoni DOT com). This fixes H.264 over RTP when the SDP contains a "framesize:" attribute (for example, rtsp://video3.americafree.tv/AFTVCartoonsH264250.sdp ) Originally committed as revision 20463 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-0510l, typoBaptiste Coudurier
Originally committed as revision 20462 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-05If custom sampling rate is set in WavPack file, parse first block to findKostya Shishkov
actual value. This fixes issue 1518. Originally committed as revision 20461 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-05Initialize block_parsed before reading first block header in WavPack demuxer,Kostya Shishkov
it will be useful later. Originally committed as revision 20460 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-05do not redundantly set stream nb_frames, it's already set in read_sttsBaptiste Coudurier
Originally committed as revision 20459 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-05compute dts shift with ctts value, cslg atom might be missing, fix #419Baptiste Coudurier
Originally committed as revision 20458 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-05check that duration is set to avoid fpeBaptiste Coudurier
Originally committed as revision 20457 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-05warn if stream timescale is not set and set it to 1 to avoid FPEBaptiste Coudurier
Originally committed as revision 20456 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-05Corrects two typosReynaldo H. Verdejo Pinochet
Originally committed as revision 20455 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-05Decrement probe score at unsuported bppReynaldo H. Verdejo Pinochet
Originally committed as revision 20454 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-05fix \0xa9wrt metadata, to composer, fix issue #1501Baptiste Coudurier
Originally committed as revision 20453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-03add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.movAndrew Wason
patch by Andrew Wason Originally committed as revision 20439 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-02map VYUY fourcc to rawcodecBen Littler
fixes http://samples.mplayerhq.hu/V-codecs/ATI-VCR12/ATI/y422test.avi Originally committed as revision 20432 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-01Set the sample format for Smacker audio in the decoder rather than in theJustin Ruggles
demuxer. Originally committed as revision 20429 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-30print packet duration when debugging timestampsBaptiste Coudurier
Originally committed as revision 20420 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-29Support demuxing teletext in DVB streams.Francesco Lavra
Original patch by Francesco Lavra, francescolavra interfree it Originally committed as revision 20414 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-27add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.aviBen Littler
Originally committed as revision 20383 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-27add some raw codec fourccs, fixes:Ben Littler
samples/V-codecs/ P422.AVI UYNV.AVI UYNY.AVI V422.AVI YUNV.AVI Originally committed as revision 20379 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-25rtsp_close_streams frees the auth_b64 line alreadyLuca Barbato
Originally committed as revision 20370 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-25Support 3xx redirection in rtspLuca Barbato
All the error codes 3xx got managed the same way. After setup/early play redirection will not be managed REDIRECT method is yet to be supported (if somebody knows a server implementing it please contact me) Originally committed as revision 20369 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-25compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at ↵haim alon
gmail dot com Originally committed as revision 20368 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-24Just remove params understood by the demuxerLuca Barbato
This should unbreak certain urls. Originally committed as revision 20364 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-24Suppress ?params in the rtsp uriLuca Barbato
Right now rtsp demuxer receives it's ffmpeg specific params encoded in the url That made the server receiving requests with the url ending with "?udp", "?multicast" and "?tcp". That may or may not cause problems to servers with overly strict or overly simple uri parsers Patch from Armand Bendanan (name.surnameATfreeDOTfr) Originally committed as revision 20363 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-24Use sdp c= line if the rtsp Transport line doesn't have a destinationLuca Barbato
Transport:destination in rtsp is optional, c= line in sdp is compulsory Patch from Armand Bendanan (name.surnameATfreeDOTfr) Originally committed as revision 20362 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-24Remove ancient redir demuxer.Diego Biurrun
HTTP supports redirection just fine without it. Originally committed as revision 20361 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-22Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis.Michael Niedermayer
Untested, i do not have a sample. Originally committed as revision 20348 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-22Support non interleaved avi files that have 0<size<sample_size.Michael Niedermayer
(No i do not have a sample its thus also untested) The new code is also simpler. Originally committed as revision 20347 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-22Fixes detection and error reporting of non-existing files in img2.c.Samuli Valo
Patch by Samuli Valo: name surname picturall com Originally committed as revision 20346 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-21Add comment on #endif about condition that triggers it.Ramiro Polla
Originally committed as revision 20337 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-20Seek function for TMVDaniel Verkamp
Originally committed as revision 20336 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-20Parenthesize correctly in TMV probeDaniel Verkamp
Originally committed as revision 20335 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-20Improve sofdec dectection to avoid false positives for MP2.tralph11@yahoo.com
Patch by tralph11, tralph11 yahoo Originally committed as revision 20333 to svn://svn.ffmpeg.org/ffmpeg/trunk