17852 Commits (f59f81487439c05d24d712cf7ce60e983fb94117)
 

Author SHA1 Message Date
Vitor Sessak f9e5b9420e 10l: fix compiler warning: 16 years ago
Stefano Sabatini 74afdc5535 Document the av_base64_encode/decode functions. 16 years ago
Ivan Schreter 4d8eb2e899 Fix a const related warning 16 years ago
Stefano Sabatini ac76729c10 Cosmetics: "* out" -> "*out" for consistency with the other 16 years ago
Stefano Sabatini 5118bd441d Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size". 16 years ago
Baptiste Coudurier 1cc65cecb2 Move declaration of ff_interleave_add_packet to internal.h. 16 years ago
Stefano Sabatini 52ef50a080 Cosmetics: prefer out/in over buf/src for the parameter names of 16 years ago
Baptiste Coudurier 18099ade6f Declare ff_interleave_new_audio_packet as static, it is not used 16 years ago
Stefano Sabatini 61ccbc52ea Cosmetics: consistently prefer "size" over "len"/"length" for the 16 years ago
Baptiste Coudurier 94027d3bdd document ff_audio_interleave 16 years ago
Stefano Sabatini 0d20c3fdad Make av_base64_encode() do not require the user to provide an 16 years ago
Ivan Schreter dd02ea118b Replace hard-coded SEI type constants with symbolic names 16 years ago
Michael Niedermayer eb8a25c895 Clarify has_b_frames doxy. 16 years ago
Nicolas Martin eaf5d0112b NC camera demuxer 16 years ago
Michael Niedermayer 998b6f7ca2 Clarify that avformat_seek_file() is not part of the stable API yet. 16 years ago
Michael Niedermayer d04768fa80 avformat_seek_file() prototype 16 years ago
Loren Merritt 3daa434a40 ff_add_hfyu_median_prediction_mmx2 16 years ago
Loren Merritt 6166516d1f re-enable mid_pred asm on x86_64. (broke in r16681) 16 years ago
Michael Niedermayer 74892f7a4e Fix reserved identifer detection so it doesnt detect __asm and such. 16 years ago
Michael Niedermayer 3d8f9025b1 Factorize grep -v cases. 16 years ago
Michael Niedermayer 6c2dd77eb2 Patch check script. 16 years ago
Baptiste Coudurier 04e06cfa20 cosmetics: sample_to_chunk -> stsc 16 years ago
Baptiste Coudurier a234e38d6e cosmetics: sample_to_ctime -> ctts 16 years ago
Baptiste Coudurier 1975c52c2a remove useless field 16 years ago
Baptiste Coudurier 9e8d61d4f1 rewrite pts also, as comment says 16 years ago
Baptiste Coudurier 59453725f2 remove useless return 16 years ago
Baptiste Coudurier 425c9962b2 fix doxygen 16 years ago
Stefano Sabatini 8e2fd8e1d4 Replace the calls to the deprecated av_alloc_format_context() with 16 years ago
Stefano Sabatini 88a2896520 Deprecate av_malloc_format_context() in favor of 16 years ago
Baptiste Coudurier 353f87b8d4 fix typo in h264dsp_mmx (no effect currently as the function is not used), approved by Dark Shikari on IRC 16 years ago
Baptiste Coudurier 8468664bd8 Remove 'const' qualifier from variable in av_parse_video_frame_size(). 16 years ago
Baptiste Coudurier 8eb027c83c remove useless cast, it does not remove warning, encode prototype must be changed 16 years ago
Baptiste Coudurier a7573719e5 remove warning about incompatible pointer 16 years ago
Baptiste Coudurier 5ac4d7689d reuse MXFCodecUL for data def and simplify 16 years ago
Baptiste Coudurier 251bf87560 remove implicit header inclusions from mxf.h 16 years ago
Baptiste Coudurier 84a2d3045b free index entries 16 years ago
Baptiste Coudurier 63601677fe use new audio interleaving generic code 16 years ago
Baptiste Coudurier f1544e79f2 extract audio interleaving code from mxf muxer, will be used by gxf and dv 16 years ago
Baptiste Coudurier baf2ffd329 offset dts according to edit list, hackish but works, based on patch by Reimar 16 years ago
Diego Biurrun 6bab479955 Remove const qualifier from function argument to eliminate the warning 16 years ago
Baptiste Coudurier d526105f08 only use 2 slices for index, one video(vbr) and one audio(cbr) 16 years ago
Baptiste Coudurier 5ccc2316ab force first track to be video and simplify 16 years ago
Baptiste Coudurier 67d8ac4a02 write system item 16 years ago
Baptiste Coudurier 88b2027e9a declare ff_interleave_add_packet 16 years ago
Kostya Shishkov 432f1f11ea Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too. 16 years ago
Kostya Shishkov 186f155e1c Add decoder flush after seeking for RV3/4 decoders 16 years ago
Baptiste Coudurier 85d0d114d0 use 512 kag size needed for d10 16 years ago
Stefano Sabatini 9d385cfec4 Drop the deprecated function register_avcodec() at the next major 16 years ago
Stefano Sabatini 9be26823b9 Replace the calls to the deprecated function register_avcodec() with 16 years ago
Stefano Sabatini 85662f4935 Rename register_avcodec() as avcodec_register() and deprecate the old 16 years ago