4939 Commits (cec8e5f76aadc7df900ad0c5f914f560e40c9162)

Author SHA1 Message Date
Yao Peter eb853afb8a Fix the M bit for multi-packet NALs. 16 years ago
Måns Rullgård 78ad664a7e oma: fix build if memcmp() is a macro 16 years ago
Baptiste Coudurier 2d5fabc87a move increment after debug print 16 years ago
Baptiste Coudurier e1316b19ea write 'stps' for mpeg-2 open gop in .mov 16 years ago
Baptiste Coudurier 8be080aebb free Track and unset priv_data to avoid double free, fix memleak 16 years ago
Baptiste Coudurier df099252bb reindent 16 years ago
Baptiste Coudurier 58a830239d remove unneeded length checks 16 years ago
Baptiste Coudurier ab4752e382 use flags field and remove key_frame field 16 years ago
Baptiste Coudurier fe335ff530 change cts type to int, save some space 16 years ago
David Conrad 0a8dedc9e1 Use skip_bits_long() for large skips 16 years ago
Alex Converse 97d4318347 Add PCE support to the ADTS muxer. 16 years ago
Baptiste Coudurier 171a353159 parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gop 16 years ago
Baptiste Coudurier 1a11c0aa8a align and update doxygen 16 years ago
Baptiste Coudurier 41e6499996 remove comment 16 years ago
Baptiste Coudurier 4b29ed399f Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative. 16 years ago
Baptiste Coudurier 3a86d3f646 factorize av_set_pts_info 16 years ago
Baptiste Coudurier 1fbbedff85 cosmetics, alignment 16 years ago
Diego Biurrun e19f995263 Fix bandwith vs. bandwiDth typo. 16 years ago
Baptiste Coudurier e131922e48 v210 mov fourcc 16 years ago
Baptiste Coudurier 9c4e266c1c v210 avi fourcc, v210_720p.avi 16 years ago
Cyril Comparon 5f1ac36dd2 Per-stream language-tags extraction in asfdec. 16 years ago
David Conrad 56bb72dc3b Use chroma_sample_location in reading/writing yuv4mpeg 16 years ago
Baptiste Coudurier 24ac50525a move free data in the video case 16 years ago
Baptiste Coudurier e4358e70f8 write a single pes for video frames, some proprietary player needs it 16 years ago
Baptiste Coudurier f65aad9587 rgb555le, rgb565le, rgb565be, bgr24 in .mov muxing 16 years ago
Baptiste Coudurier 5b50b8f57f bgra in .mov muxing 16 years ago
Baptiste Coudurier dfb0471fce correct pixfmt for argb 16 years ago
Baptiste Coudurier ed88074a32 rgba in .mov muxing 16 years ago
Benjamin Larsson 0871e65cf6 Remove unused code found by CSA 16 years ago
Baptiste Coudurier b69017af87 ensure first pts is set, according to specs 16 years ago
Baptiste Coudurier 1e8857882b remove useless max_payload_size variable 16 years ago
Baptiste Coudurier 8f14cdee73 do not write dts if pts is not set 16 years ago
Baptiste Coudurier 31df40a130 fix total bitrate computation, based on patch by corp186, chasedouglas at gmail dot com 16 years ago
Daniel Verkamp fc430e8fab Warning fix: Make ogg_stream.codec const 16 years ago
Daniel Verkamp 7c7d3e09f6 Add 8088flex TMV file demuxer. 16 years ago
Laurent Aimar 992f7db060 Add floating point audio decoding to WavPack decoder. 16 years ago
Baptiste Coudurier c20a305bca dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034 16 years ago
Baptiste Coudurier c239a65b70 more dvcprohd .mov fourcc, see #1034 16 years ago
Benjamin Larsson 6b71ed1678 Remove dead assignments found by CSA 16 years ago
Stefano Sabatini 4b11e833b8 Convert names to the FFmpeg style. 16 years ago
Cyril Comparon 276f8e2b9b Add avlanguage helpers in libavformat. 16 years ago
Ivo van Poorten 896873b564 avoid possibly uninitialized return value 16 years ago
Jai Menon 4fabb60ddb NSV : Add TOC2 parsing and seeking support. 16 years ago
Andreas Öman 0e1ccdeb11 It should be #if, not #ifdef 16 years ago
Michael Niedermayer f9f2ab8229 Require 4 instead of 3 frames for detecting mp3, 16 years ago
Ramiro Polla 9145021d68 Add raw MLP muxer. 16 years ago
Luca Abeni 46ff7a5f4a Fix crash when receiving from SDP 16 years ago
Michael Niedermayer 5aef84623a Add zygo fourcc. 16 years ago
Diego Biurrun dc1ed61432 Mark gsize variable as av_unused, fixes the warning: 16 years ago
Diego Biurrun e0a6d2c365 Revert previous removal of gsize variable. It breaks seeking. 16 years ago