4557 Commits (befb5cac310f3736cacde0212b02154b22d988b5)

Author SHA1 Message Date
Baptiste Coudurier 0d8f0abfb9 return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable when reallocing, based on patch by Netgem 16 years ago
Baptiste Coudurier d2718187b9 parse aac extradata to fetch channels and sample rate, patch from Netgem 16 years ago
Michael Niedermayer c132938d52 Waste less space for printing timebases. 16 years ago
Ronald S. Bultje a9e534d561 Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the 16 years ago
Michael Niedermayer fa0e036d7f Print all timebases (idea from netgem) 16 years ago
Michael Niedermayer c60a0f85ee Check for alloc failures. 16 years ago
Michael Niedermayer 8ebe099ac0 Check for EOF during index reading. 16 years ago
Ivan Schreter 346db3ef7f Use context variable repeat_pict for frame duration computation and 16 years ago
Michael Niedermayer f5007cc844 Handle chunks with the MSB in size set correctly that is unsigned. 16 years ago
Michael Niedermayer 73d65a96ae Be less noisy with invalid pts/dts. 16 years ago
Michael Niedermayer 31f2616db8 Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php. 16 years ago
Ronald S. Bultje d541a7d2d1 Change sizeof(struct_type) to sizeof(variable). 16 years ago
Stefan Gehrer 9f2fc1268c add raw demuxer for Chinese AVS elementary streams 16 years ago
Ivan Schreter b1fa494205 Add convergence_duration to AVCodecParserContext. 16 years ago
Alex Converse e9259f8d18 Re-indent after last commit 16 years ago
Alex Converse e7f73adbb8 AAC in ASF does not need parsing. 16 years ago
Alex Converse 528374980e Add Divio MPEG-4 FOURCC (M4CC) 16 years ago
Aurelien Jacobs 9ebeea82f0 matroskadec: return AVERROR_EOF upon detection of end of file 16 years ago
Peter Ross 0e9602ef93 FLV demuxer: return AVERROR_EOF upon detection of end of file. 16 years ago
Peter Ross 1e04bbeede AVI demuxer: return AVERROR_EOF upon detection of end of file. 16 years ago
Aurelien Jacobs d52b39c79c fix missing dependencies 16 years ago
Ivan Schreter 6363af44da Add key_frame to AVCodecParserContext, used in libavformat. 16 years ago
avcoder 1447aac4be av_alloc_format_context has been renamed, update AVFormatContext av_class 16 years ago
Baptiste Coudurier 7b05a81687 fix partition index byte count 16 years ago
Baptiste Coudurier 454d53ed9e always use multi track since timecode track is present 16 years ago
Baptiste Coudurier 6739fa54b8 fix preface version 16 years ago
Baptiste Coudurier 50ced76f4b check fifo size and realloc if needed 16 years ago
Baptiste Coudurier ef33facdfe start counting track number from 0 16 years ago
Baptiste Coudurier 5bea4f6770 remove redundant comment 16 years ago
Baptiste Coudurier c3ff541baa do not write slice count when muxing cbr 16 years ago
Baptiste Coudurier 8ab94b524b flush pending write in mxf_write_footer 16 years ago
Baptiste Coudurier 659713bf86 use index 0 for timecode track and write it in source package also 16 years ago
Baptiste Coudurier 6c53bf63c6 fix rip body sid when muxing cbr 16 years ago
Baptiste Coudurier 42c6850ed2 simplify descriptor size computation logic 16 years ago
Aurelien Jacobs a233eaa618 use new metadata API in nsv demuxer 16 years ago
Aurelien Jacobs 4b358c3e60 use new metadata API in mpegts muxer 16 years ago
Diego Biurrun 30f68128ab Add missing #includes to fix 'make checkheaders'. 16 years ago
Aurelien Jacobs 1f1ff73156 remove now useless get_str16() from rmdec.c 16 years ago
Aurelien Jacobs 7379d5bc0b use new metadata API in rm (de)muxer 16 years ago
Aurelien Jacobs 41d7f7bdb9 apedec: display a warning when truncating a metadata tag 16 years ago
Diego Biurrun 1bf6e565dd cosmetics: 'const static' --> 'static const' to avoid warnings of the type 16 years ago
Luca Abeni bf6d981806 Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not 16 years ago
Luca Abeni e5f483c604 Move to rtp.h the prototypes of all the functions defined in rtp.c 16 years ago
Aurelien Jacobs 3f9867b150 use new metadata API in ape demuxer 16 years ago
Måns Rullgård 037c08d6cd avidec: fix error introduced in r17382 16 years ago
Benoit Fouet 87ad63c0f9 Add a context to av_log() calls and modify a function prototype to allow it. 16 years ago
Ronald S. Bultje 2a1d51c573 Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH] 16 years ago
Benoit Fouet b4314bff6b Add a context to av_log() call and update the trace not to be redundant. 16 years ago
Ronald S. Bultje 3b0fc60592 Don't install rtsp.h. It is intended to be private, it depends on rtp code 16 years ago
Benoit Fouet 0fd7c133f4 Add a context to av_log() calls. 16 years ago