4412 Commits (dd02ea118bf89f94090902e3ef2287abdaf3e3b1)

Author SHA1 Message Date
Peter Ross 4fd71a0ee8 Decode audio channel layout from RIFF/WAV file format. 16 years ago
Michael Niedermayer f23938f5b7 Check sub_packet_size against 0 to avoid div by zero later. 16 years ago
Andrew Wason 8ff8de73a4 Fix endless loop when opening corrupt FLV files (issue 699). 16 years ago
Baptiste Coudurier 785b0f3c54 fix umid base value, use revision 5 and generic material type 16 years ago
Baptiste Coudurier 0df4903a07 fix sound essence compression UL 16 years ago
Baptiste Coudurier 1d30d1ad4d fix start position UL 16 years ago
Baptiste Coudurier 7f8cd075e0 simplify sample rate code, flv_set_audio_codec already overrides it for nellymoser 8khz 16 years ago
Diego Biurrun f94036f159 prettyprinting cosmetics 16 years ago
Diego Biurrun 75f2c20983 spelling cosmetics 16 years ago
Baptiste Coudurier f96d0eef53 force sample rate to 16khz for speex in flv, fix speexaudio.flv 16 years ago
Pascal Massimino 4fe8a45240 fix for >2GB flv files 16 years ago
Baptiste Coudurier bd09e8a7df raw dnxhd de/muxer 16 years ago
Baptiste Coudurier b774fdd7a4 dnxhd codec is intra only 16 years ago
Aurelien Jacobs abce34d979 matroskaenc: require global header 16 years ago
Aurelien Jacobs 37d3e0667a uses FF_ARRAY_ELEMS() where appropriate 16 years ago
Michael Niedermayer 9806f846c0 Check for pts==dts on I/P frames in the presence of non low delay decoding and 16 years ago
Michael Niedermayer f781f748b9 Move code setting delay and presentation_delayed a little up so 16 years ago
Michael Niedermayer 4589dc5c4d Append read data onto the buffer instead of overwriting, this ensures 16 years ago
Alexander Wichers 8ddd280d2d Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wichersdot nu 16 years ago
Alexander Wichers 88cb61bb0c 8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nu 16 years ago
Michael Niedermayer bf9067cf3e Assume mono if no other information for raw. 16 years ago
Ramiro Polla bc574408dc Only special-case absolute DOS paths on systems that support them. 16 years ago
Michael Niedermayer 51f4155fef Make gcc 2.95 happy. 16 years ago
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