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