3989 Commits (e150ef8d34544d212d961467ba985f4c61ef43f1)

Author SHA1 Message Date
Roman Shaposhnik 4e92dabf60 replacing frame_rate and frame_rate_base with an AVRational time_base 16 years ago
Roman Shaposhnik a53621fca8 simplifying code as per Michael's suggestion 16 years ago
Roman Shaposhnik c9b0b38f45 simplifying the code as per Michael's suggestion 16 years ago
Baptiste Coudurier 5b9ce252a9 10l, fix amrwb sample rate 16 years ago
Aurelien Jacobs b7f4e76d3d matroskaenc: correct muxing of ASS packets 16 years ago
Aurelien Jacobs 291902c274 matroskaenc: use correct EBML ID for block duration 16 years ago
Aurelien Jacobs 1bfbe8ff9d matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size() 16 years ago
Aurelien Jacobs 8401c51407 matroskaenc: remove useless mkv_block_size() function 16 years ago
Michael Niedermayer 7ccc636f03 Favor even chunk sizes in ambiguous cases. 16 years ago
Michael Niedermayer f080a7bd90 Factorize stream id parsing. 16 years ago
Reimar Döffinger 6bc03a695b Make size variables in dyn_buf_write unsigned so gcc will not optimize the 16 years ago
Diego Biurrun 95137bbbb4 Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com. 16 years ago
Ronald S. Bultje 5c918b2775 Reindent after r15544. 16 years ago
Ronald S. Bultje accc248f28 Implement RDTDemuxContext, which contains RDT-specific data (similar to 16 years ago
Ronald S. Bultje 5465b0d474 Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport) 16 years ago
Ronald S. Bultje 99a1d1915e Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque 16 years ago
Ronald S. Bultje 9b932b8ac0 Change function prototype of RTPDynamicPayloadHandler.parse_packet() to 16 years ago
Ronald S. Bultje ed0aacc76e Rename RTP payload contexts to PayloadContext, suggested by Luca in 16 years ago
Baptiste Coudurier f06188d5ee set sample rate for amr to allow stream copy since no decoder is present, 16 years ago
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Aurelien Jacobs c58e8bd3c3 matroskadec: cosmetics: indentation 16 years ago
Aurelien Jacobs 21a115d17b matroskadec: don't merge packets which have no timestamp 16 years ago
Diego Pettenò 72ab9d7f60 Use __typeof__ instead of GCC-specific typeof keyword. 16 years ago
Ramiro Polla 3defa81fc4 MinGW runtime 3.15 has a wrapper for usleep(). 16 years ago
Diego Biurrun 910f02a054 spelling cosmetics 16 years ago
Diego Pettenò fb65d2ca84 Use enum typers instead of int. 16 years ago
Reimar Döffinger 9b5ede5b64 Add (additional) const to many global tables. 16 years ago
David Conrad a0ce2d1bbc Cosmetics: indentation 16 years ago
David Conrad 277e3e534b Visible width/height fields were added in Theora 3.2 16 years ago
Ronald S. Bultje 3ff2a06228 Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcoding 16 years ago
Ronald S. Bultje 985b05d3c9 This patch refactors RDT packet header parsing so that it can be used in 16 years ago
Ronald S. Bultje f5f1e97f33 Reindent after previous patches. 16 years ago
Ronald S. Bultje 119b466811 Implement a RTSPTransport field, which allows proper separation of server 16 years ago
Ronald S. Bultje ab63fb0360 Remove access to rdt_data struct in functions called outside of the 16 years ago
Ronald S. Bultje eee2cbff77 Send improper UDP SETUP request, which is what Realmedia servers expect. 16 years ago
Ronald S. Bultje 90abbdba1e Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us 16 years ago
Baptiste Coudurier 0c5f76f708 support negative ctts in some way, unset wrong dts 16 years ago
Diego Biurrun d0feff2a5b Uniformly define _XOPEN_SOURCE to 600. 16 years ago
Aurelien Jacobs d5e34dcb72 matroskadec: merge ASS events which share the same pts in the same AVPavket 16 years ago
Aurelien Jacobs 3df2be9fa7 matroskadec: ass events lines must end with a DOS style EOL 16 years ago
Aurelien Jacobs 1bb4a1a1c4 matroskadec: set duration only for CODEC_ID_TEXT subtitles 16 years ago
Aurelien Jacobs e7d4b7431d matroskadec: pass duration as parameter of matroska_fix_ass_packet() 16 years ago
Aurelien Jacobs 7a8b7634c5 assdec: don't remove CR, they are part of the spec 16 years ago
Diego Biurrun 78cb727302 cosmetics: Break overly long lines, one grammar fix. 16 years ago
Diego Biurrun 4f57fa8c03 spelling/wording/grammar 16 years ago
Diego Biurrun fff5e687a1 Move doxygen comments for av_gettime from utils.c to avformat.h. 16 years ago
Michael Niedermayer 88caf34510 ASS/SSA muxer. 16 years ago
Benjamin Larsson 2426bb960a add ok parts to the rm demuxer for SIPRO support 16 years ago
Benjamin Larsson faeedbbb06 Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work 16 years ago
Michael Niedermayer 5c8a1d1927 Do not lose the '\n'. 16 years ago