summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* cosmetics, remove whitespaceBaptiste Coudurier2008-09-041-1/+1
* actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot frKurtnoise2008-09-041-0/+3
* skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits,Damiano Galassi2008-09-041-1/+1
* change the logic to mux 13818-3 and 11172-3 in mp4, less codeBaptiste Coudurier2008-09-032-5/+4
* forbid mp3 < 16000hz in anything except movBaptiste Coudurier2008-09-031-0/+6
* dirac muxing support in mp4/movBaptiste Coudurier2008-09-032-0/+3
* cosmetics, move up mpeg1video mp4 objecttypeBaptiste Coudurier2008-09-031-1/+1
* cosmetics, change values to hex since mp4ra use hexBaptiste Coudurier2008-09-031-24/+24
* cosmetics, vertical alignBaptiste Coudurier2008-09-031-1/+1
* ac3 muxing support in mov/mp4/m4vBaptiste Coudurier2008-09-032-1/+53
* Change doxygen comment: Clarify when av_write_trailer should be called.Reimar Döffinger2008-09-031-0/+2
* Add AVPacket.convergence_duration.Michael Niedermayer2008-09-032-1/+17
* Try to clarify the semantics of AVPacket.duration.Michael Niedermayer2008-09-031-1/+5
* Remove unused code that used to handle protocol concatenation, i.e. tryingRonald S. Bultje2008-09-031-13/+3
* Implement Realmedia/RTSP-compatible SETUP command. This includes calculationRonald S. Bultje2008-09-034-7/+143
* fix fourcc commentBaptiste Coudurier2008-09-031-1/+1
* Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it isRonald S. Bultje2008-09-031-1/+1
* Use chunk-size in function calling mdpr_read_codecdata() rather than in theRonald S. Bultje2008-09-032-5/+5
* Fix an invalid free in the AVI muxer when an unsupported audio track is added.Laurent Aimar2008-09-021-1/+0
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-029-20/+18
* Remove pointless #ifdef CONFIG_VHOOK from the code.Diego Biurrun2008-09-021-5/+0
* correctly mux mpeg2 audio 13818-3 in mp4Baptiste Coudurier2008-09-021-1/+7
* allow mp2 to be muxed into mp4Baptiste Coudurier2008-09-021-0/+1
* Fix detection of MPEG4 in MPEG-PS.Michael Niedermayer2008-09-021-0/+3
* change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use itJustin Ruggles2008-09-011-1/+1
* matroska: add E-AC-3 supportAurelien Jacobs2008-09-011-1/+1
* simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs.Aurelien Jacobs2008-09-011-13/+6
* check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXERJustin Ruggles2008-09-011-1/+1
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-013-2/+59
* Remove useless "else" case in if X { A; return }; else { B }. See discussionRonald S. Bultje2008-09-011-6/+4
* Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP lineRonald S. Bultje2008-09-011-1/+1
* Implement Realmedia-compatible DESCRIBE command.Ronald S. Bultje2008-09-011-0/+9
* check for malloc failureBaptiste Coudurier2008-08-311-0/+2
* copy whole frame in vosData for dnxhd, this code will be used for other codec...Baptiste Coudurier2008-08-311-6/+4
* Send RTSP OPTIONS command to detect server type.Ronald S. Bultje2008-08-311-0/+37
* Read RealChallenge1 field from the server.Ronald S. Bultje2008-08-312-0/+4
* Implement RTSPServerType enum as a way to identify the flavour of RTSP thatRonald S. Bultje2008-08-311-0/+7
* Revert back to old version (r15103).Ronald S. Bultje2008-08-312-51/+3
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-3134-102/+102
* do no write multi descriptor when only one track is presentBaptiste Coudurier2008-08-311-2/+5
* factorizeBaptiste Coudurier2008-08-311-3/+1
* remove mxf_build_structural_metadata, simplifyBaptiste Coudurier2008-08-311-8/+2
* move mxf_write_package to permit function mergeBaptiste Coudurier2008-08-311-47/+47
* cosmetics, Pair -> EntryBaptiste Coudurier2008-08-311-2/+2
* store index in table in MXFStreamContext, simplifyBaptiste Coudurier2008-08-311-23/+21
* merge descriptor write table with essence container uls table and simplifyBaptiste Coudurier2008-08-311-28/+23
* fix type in prototypeBaptiste Coudurier2008-08-311-2/+2
* remove header_byte_count_offset from contextBaptiste Coudurier2008-08-311-3/+3
* simplify and correctly rewrite metadata in header partition, mark it closed c...Baptiste Coudurier2008-08-311-44/+26
* simplify current partition offsetBaptiste Coudurier2008-08-311-1/+1
OpenPOWER on IntegriCloud