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 (Expand)Author
2008-09-03change the logic to mux 13818-3 and 11172-3 in mp4, less codeBaptiste Coudurier
2008-09-03forbid mp3 < 16000hz in anything except movBaptiste Coudurier
2008-09-03dirac muxing support in mp4/movBaptiste Coudurier
2008-09-03cosmetics, move up mpeg1video mp4 objecttypeBaptiste Coudurier
2008-09-03cosmetics, change values to hex since mp4ra use hexBaptiste Coudurier
2008-09-03cosmetics, vertical alignBaptiste Coudurier
2008-09-03ac3 muxing support in mov/mp4/m4vBaptiste Coudurier
2008-09-03Change doxygen comment: Clarify when av_write_trailer should be called.Reimar Döffinger
2008-09-03Add AVPacket.convergence_duration.Michael Niedermayer
2008-09-03Try to clarify the semantics of AVPacket.duration.Michael Niedermayer
2008-09-03Remove unused code that used to handle protocol concatenation, i.e. tryingRonald S. Bultje
2008-09-03Implement Realmedia/RTSP-compatible SETUP command. This includes calculationRonald S. Bultje
2008-09-03fix fourcc commentBaptiste Coudurier
2008-09-03Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it isRonald S. Bultje
2008-09-03Use chunk-size in function calling mdpr_read_codecdata() rather than in theRonald S. Bultje
2008-09-03Fix an invalid free in the AVI muxer when an unsupported audio track is added.Laurent Aimar
2008-09-03Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun
2008-09-03Remove pointless #ifdef CONFIG_VHOOK from the code.Diego Biurrun
2008-09-03correctly mux mpeg2 audio 13818-3 in mp4Baptiste Coudurier
2008-09-02allow mp2 to be muxed into mp4Baptiste Coudurier
2008-09-02Fix detection of MPEG4 in MPEG-PS.Michael Niedermayer
2008-09-01change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use itJustin Ruggles
2008-09-01matroska: add E-AC-3 supportAurelien Jacobs
2008-09-01simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs.Aurelien Jacobs
2008-09-01check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXERJustin Ruggles
2008-09-01create a separate codec_id for E-AC-3Justin Ruggles
2008-09-01Remove useless "else" case in if X { A; return }; else { B }. See discussionRonald S. Bultje
2008-09-01Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP lineRonald S. Bultje
2008-09-01Implement Realmedia-compatible DESCRIBE command.Ronald S. Bultje
2008-09-01check for malloc failureBaptiste Coudurier
2008-09-01copy whole frame in vosData for dnxhd, this code will be used for other codec...Baptiste Coudurier
2008-08-31Send RTSP OPTIONS command to detect server type.Ronald S. Bultje
2008-08-31Read RealChallenge1 field from the server.Ronald S. Bultje
2008-08-31Implement RTSPServerType enum as a way to identify the flavour of RTSP thatRonald S. Bultje
2008-08-31Revert back to old version (r15103).Ronald S. Bultje
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-31do no write multi descriptor when only one track is presentBaptiste Coudurier
2008-08-31factorizeBaptiste Coudurier
2008-08-31remove mxf_build_structural_metadata, simplifyBaptiste Coudurier
2008-08-31move mxf_write_package to permit function mergeBaptiste Coudurier
2008-08-31cosmetics, Pair -> EntryBaptiste Coudurier
2008-08-31store index in table in MXFStreamContext, simplifyBaptiste Coudurier
2008-08-31merge descriptor write table with essence container uls table and simplifyBaptiste Coudurier
2008-08-31fix type in prototypeBaptiste Coudurier
2008-08-31remove header_byte_count_offset from contextBaptiste Coudurier
2008-08-31simplify and correctly rewrite metadata in header partition, mark it closed c...Baptiste Coudurier
2008-08-31simplify current partition offsetBaptiste Coudurier
2008-08-31Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch"Ronald S. Bultje
2008-08-31header partition is open incomplete for nowBaptiste Coudurier
2008-08-31always write footer partition according to specsBaptiste Coudurier