platform/upstream/libav.git
2009-02-09 Ivan SchreterAdd SEI recovery point frame counter to H264Context...
2009-02-09 Aurelien Jacobsvp56: alpha_offset is uninitialized on purpose
2009-02-09 Nicolas Georgelibvorbis: Use 0-10 range for audio quality.
2009-02-09 Michael NiedermayerFix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir...
2009-02-09 Michael Niedermayerav_flatten to make the similarly named attribute available.
2009-02-09 Michael Niedermayerav_uninit() to suppress false uninitialized warnings...
2009-02-09 Baptiste Coudurierrename ff_audio_interleave to ff_audio_rechunk_interleave
2009-02-09 Diego BiurrunRevert #undefining system functions, it is not necessary.
2009-02-09 Michael NiedermayerTry to clarify doxy of avformat_seek_file().
2009-02-09 Michael NiedermayerCheck for duplicate const/static/inline.
2009-02-09 Diego BiurrunAdd config.h #include for ARCH_X86 definition.
2009-02-09 Diego BiurrunAdd #undefs to reenable system functions that are norma...
2009-02-09 Diego BiurrunDrop DECLARE_ALIGNED from extern declarations. It...
2009-02-09 Michael NiedermayerTry to doxyfy av_resample_init(). I hope I did not...
2009-02-09 Michael NiedermayerMove doxy for public resample2 functions to the public...
2009-02-09 Kostya ShishkovPrefix visible YUV2RGB functions with sws_
2009-02-09 Kostya ShishkovGive better name to Inverse_Table_6_9
2009-02-09 Diego BiurrunRemove svn:executable property from source file.
2009-02-09 Diego BiurrunRemove file name from file headers.
2009-02-09 Diego BiurrunRemove file name from file headers.
2009-02-09 Daniel Verkampremove no more needed fields in GIFContext, patch by...
2009-02-09 Daniel Verkampremove dead rgb24 code, gif encoder now directly takes...
2009-02-09 Daniel Verkampremove dead netscape loop header code in gif encoder...
2009-02-09 Björn AxelssonCheck that there are subtitle rects to encode in avcode...
2009-02-09 Björn AxelssonCheck that start_display_time is 0 in avcodec_encode_su...
2009-02-09 Alex ConverseIncrease the number of packets required to identify...
2009-02-09 Alex ConverseVP3: Do not ignore error from read_huffman_tree().
2009-02-09 Björn AxelssonAdd ffplay subtitle stream selection command-line parameter
2009-02-09 Björn AxelssonFix blend_subrect for even-width subrects positioned...
2009-02-09 Björn AxelssonFix timestamp parsing in XSUB decoder.
2009-02-09 Baptiste Coudurierremove no more needed comment, declaration is in intern...
2009-02-08 Diego Biurruncosmetics: typo/grammar fixes in doxygen and other...
2009-02-08 Diego Biurruncosmetics: Fix a few typos and use a consistent codec...
2009-02-08 Diego BiurrunRemove unused variables.
2009-02-08 Diego BiurrunAdd av_cold attribute to init function.
2009-02-08 Diego BiurrunRemove unused variables.
2009-02-08 Diego Biurruntypo: CODEC_ID_cljr --> CODEC_ID_CLJR
2009-02-08 Stefano SabatiniDrop the deprecated sws_scale_ordered() at the next...
2009-02-08 Stefano SabatiniReplace int type with enum PixelFormat for the dstForma...
2009-02-08 Stefano SabatiniFix a typo: lumaSarpen -> lumaSharpen.
2009-02-08 Diego BiurrunRemove rendering column from list of supported subtitle...
2009-02-08 Björn AxelssonAdd missing ffplay subtitle cycling keybinding.
2009-02-08 Diego Biurruncosmetics: comment grammar/spelling fixes
2009-02-08 Francesco CosoletoAdd the ability to set the timestamp to the current...
2009-02-08 Vitor Sessak10l: fix compiler warning:
2009-02-08 Stefano SabatiniDocument the av_base64_encode/decode functions.
2009-02-08 Ivan SchreterFix a const related warning
2009-02-08 Stefano SabatiniCosmetics: "* out" -> "*out" for consistency with the...
2009-02-08 Stefano SabatiniCosmetics: rename the "size" parameter of av_base64_enc...
2009-02-08 Baptiste CoudurierMove declaration of ff_interleave_add_packet to internal.h.
2009-02-08 Stefano SabatiniCosmetics: prefer out/in over buf/src for the parameter...
2009-02-08 Baptiste Coudurier Declare ff_interleave_new_audio_packet as static...
2009-02-08 Stefano SabatiniCosmetics: consistently prefer "size" over "len"/"lengt...
2009-02-08 Baptiste Coudurierdocument ff_audio_interleave
2009-02-08 Stefano SabatiniMake av_base64_encode() do not require the user to...
2009-02-08 Ivan SchreterReplace hard-coded SEI type constants with symbolic...
2009-02-08 Michael NiedermayerClarify has_b_frames doxy.
2009-02-08 Nicolas MartinNC camera demuxer
2009-02-08 Michael NiedermayerClarify that avformat_seek_file() is not part of the...
2009-02-08 Michael Niedermayeravformat_seek_file() prototype
2009-02-08 Loren Merrittff_add_hfyu_median_prediction_mmx2
2009-02-08 Loren Merrittre-enable mid_pred asm on x86_64. (broke in r16681)
2009-02-08 Michael NiedermayerFix reserved identifer detection so it doesnt detect...
2009-02-08 Michael NiedermayerFactorize grep -v cases.
2009-02-08 Michael NiedermayerPatch check script.
2009-02-08 Baptiste Couduriercosmetics: sample_to_chunk -> stsc
2009-02-08 Baptiste Couduriercosmetics: sample_to_ctime -> ctts
2009-02-08 Baptiste Coudurierremove useless field
2009-02-08 Baptiste Coudurierrewrite pts also, as comment says
2009-02-08 Baptiste Coudurierremove useless return
2009-02-08 Baptiste Coudurierfix doxygen
2009-02-08 Stefano SabatiniReplace the calls to the deprecated av_alloc_format_con...
2009-02-08 Stefano SabatiniDeprecate av_malloc_format_context() in favor of
2009-02-08 Baptiste Coudurierfix typo in h264dsp_mmx (no effect currently as the...
2009-02-08 Baptiste CoudurierRemove 'const' qualifier from variable in av_parse_vide...
2009-02-08 Baptiste Coudurierremove useless cast, it does not remove warning, encode...
2009-02-08 Baptiste Coudurierremove warning about incompatible pointer
2009-02-08 Baptiste Coudurierreuse MXFCodecUL for data def and simplify
2009-02-08 Baptiste Coudurierremove implicit header inclusions from mxf.h
2009-02-08 Baptiste Coudurierfree index entries
2009-02-08 Baptiste Coudurieruse new audio interleaving generic code
2009-02-08 Baptiste Coudurierextract audio interleaving code from mxf muxer, will...
2009-02-08 Baptiste Coudurieroffset dts according to edit list, hackish but works...
2009-02-08 Diego BiurrunRemove const qualifier from function argument to elimin...
2009-02-08 Baptiste Coudurieronly use 2 slices for index, one video(vbr) and one...
2009-02-08 Baptiste Coudurierforce first track to be video and simplify
2009-02-08 Baptiste Coudurierwrite system item
2009-02-07 Baptiste Coudurierdeclare ff_interleave_add_packet
2009-02-07 Kostya ShishkovMove RV3/4 frame type check up so 1-slice unanchored...
2009-02-07 Kostya ShishkovAdd decoder flush after seeking for RV3/4 decoders
2009-02-07 Baptiste Coudurieruse 512 kag size needed for d10
2009-02-06 Stefano SabatiniDrop the deprecated function register_avcodec() at...
2009-02-06 Stefano SabatiniReplace the calls to the deprecated function register_a...
2009-02-06 Stefano SabatiniRename register_avcodec() as avcodec_register() and...
2009-02-06 Stefano SabatiniAdd a new test program for base64, based on that remove...
2009-02-06 Stefano SabatiniRemove broken test program.
2009-02-06 Luca AbeniMove RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used...
2009-02-06 Luca AbeniDo not use RTP_MAX_PACKET_LENGTH in the RTP muxer
2009-02-06 Jindřich MakovičkaFix minor memory leak.
2009-02-06 Luca AbeniMerge rtp_aac.h and rtp_mpv.h in rtpenc.h
next