summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix a const related warningIvan Schreter2009-02-08
* Cosmetics: "* out" -> "*out" for consistency with the otherStefano Sabatini2009-02-08
* Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size".Stefano Sabatini2009-02-08
* Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier2009-02-08
* Cosmetics: prefer out/in over buf/src for the parameter names ofStefano Sabatini2009-02-08
* Declare ff_interleave_new_audio_packet as static, it is not usedBaptiste Coudurier2009-02-08
* Cosmetics: consistently prefer "size" over "len"/"length" for theStefano Sabatini2009-02-08
* document ff_audio_interleaveBaptiste Coudurier2009-02-08
* Make av_base64_encode() do not require the user to provide anStefano Sabatini2009-02-08
* Replace hard-coded SEI type constants with symbolic namesIvan Schreter2009-02-08
* Clarify has_b_frames doxy.Michael Niedermayer2009-02-08
* NC camera demuxerNicolas Martin2009-02-08
* Clarify that avformat_seek_file() is not part of the stable API yet.Michael Niedermayer2009-02-08
* avformat_seek_file() prototypeMichael Niedermayer2009-02-08
* ff_add_hfyu_median_prediction_mmx2Loren Merritt2009-02-08
* re-enable mid_pred asm on x86_64. (broke in r16681)Loren Merritt2009-02-08
* Fix reserved identifer detection so it doesnt detect __asm and such.Michael Niedermayer2009-02-08
* Factorize grep -v cases.Michael Niedermayer2009-02-08
* Patch check script.Michael Niedermayer2009-02-08
* cosmetics: sample_to_chunk -> stscBaptiste Coudurier2009-02-08
* cosmetics: sample_to_ctime -> cttsBaptiste Coudurier2009-02-08
* remove useless fieldBaptiste Coudurier2009-02-08
* rewrite pts also, as comment saysBaptiste Coudurier2009-02-08
* remove useless returnBaptiste Coudurier2009-02-08
* fix doxygenBaptiste Coudurier2009-02-08
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-08
* Deprecate av_malloc_format_context() in favor ofStefano Sabatini2009-02-08
* fix typo in h264dsp_mmx (no effect currently as the function is not used), ap...Baptiste Coudurier2009-02-08
* Remove 'const' qualifier from variable in av_parse_video_frame_size().Baptiste Coudurier2009-02-08
* remove useless cast, it does not remove warning, encode prototype must be cha...Baptiste Coudurier2009-02-08
* remove warning about incompatible pointerBaptiste Coudurier2009-02-08
* reuse MXFCodecUL for data def and simplifyBaptiste Coudurier2009-02-08
* remove implicit header inclusions from mxf.hBaptiste Coudurier2009-02-08
* free index entriesBaptiste Coudurier2009-02-08
* use new audio interleaving generic codeBaptiste Coudurier2009-02-08
* extract audio interleaving code from mxf muxer, will be used by gxf and dvBaptiste Coudurier2009-02-08
* offset dts according to edit list, hackish but works, based on patch by ReimarBaptiste Coudurier2009-02-08
* Remove const qualifier from function argument to eliminate the warningDiego Biurrun2009-02-08
* only use 2 slices for index, one video(vbr) and one audio(cbr)Baptiste Coudurier2009-02-08
* force first track to be video and simplifyBaptiste Coudurier2009-02-08
* write system itemBaptiste Coudurier2009-02-08
* declare ff_interleave_add_packetBaptiste Coudurier2009-02-07
* Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too.Kostya Shishkov2009-02-07
* Add decoder flush after seeking for RV3/4 decodersKostya Shishkov2009-02-07
* use 512 kag size needed for d10Baptiste Coudurier2009-02-07
* Drop the deprecated function register_avcodec() at the next majorStefano Sabatini2009-02-06
* Replace the calls to the deprecated function register_avcodec() withStefano Sabatini2009-02-06
* Rename register_avcodec() as avcodec_register() and deprecate the oldStefano Sabatini2009-02-06
* Add a new test program for base64, based on that removed in r17024.Stefano Sabatini2009-02-06
* Remove broken test program.Stefano Sabatini2009-02-06