17741 Commits (dd02ea118bf89f94090902e3ef2287abdaf3e3b1)
 

Author SHA1 Message Date
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
Stefano Sabatini 21eff9ced7 Add a new test program for base64, based on that removed in r17024. 16 years ago
Stefano Sabatini 33094be894 Remove broken test program. 16 years ago
Luca Abeni 18c7b354c5 Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymore 16 years ago
Luca Abeni d3536678dc Do not use RTP_MAX_PACKET_LENGTH in the RTP muxer 16 years ago
Jindřich Makovička dcd913d9ed Fix minor memory leak. 16 years ago
Luca Abeni 17a5894a23 Merge rtp_aac.h and rtp_mpv.h in rtpenc.h 16 years ago
Michael Niedermayer 271e6ddd4a Fix list of input pix_fmts supported by GIF. This makes it work with swscale. 16 years ago
Michael Niedermayer 6337178b4f Ensure that the palette is set in data[1] for all 8bit formats. 16 years ago
Jai Menon 9a77d59a89 Use libopenjpeg for jpeg2k decoding. 16 years ago
Luca Abeni 302879cb36 Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h 16 years ago
Ronald S. Bultje 1a45a9f4c0 Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument 16 years ago