]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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
2009-02-06 Michael NiedermayerFix list of input pix_fmts supported by GIF. This makes...
2009-02-06 Michael NiedermayerEnsure that the palette is set in data[1] for all 8bit...
2009-02-06 Jai MenonUse libopenjpeg for jpeg2k decoding.
2009-02-06 Luca AbeniSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-06 Ronald S. BultjeAdd "AVFormatContext *ctx" (that being the RTSP demuxer...
2009-02-05 Björn AxelssonFix blend_subrect for some subrects positioned on odd...
2009-02-05 Björn AxelssonFix blend_subrect for subrects positioned on odd rows.
2009-02-05 Ronald S. BultjeRename "tx_ctx" and "cur_tx" variables to "transport_pr...
2009-02-05 Baptiste Coudurierformat timestamp correctly according to specs and set it
2009-02-05 Baptiste Coudurieruse timestamp as modification date
2009-02-05 Ramiro PollaRevert part of r16593.
2009-02-05 Alex ConverseMake the MP3 probe weakly claim all files with ID3v2...
2009-02-05 Baptiste Coudurieruse timestamp as creation date
2009-02-05 Michael NiedermayerAdd size_in_bits to PutBitContext
2009-02-05 Ronald S. BultjeDelete an enum and a function typedef that aren't used...
2009-02-05 Luca AbeniIntroduce a new num_frames field in RTPDemuxContext...
2009-02-05 Peter RossElectronic Arts demuxer: support TQI video tag
2009-02-05 Peter RossElectronic Arts TQI decoder
2009-02-05 Peter Rossdon't assume quant_matrix[0]==8 in ff_mpeg1_decode_bloc...
2009-02-05 Peter Rossconvert mpeg1_decode_block_intra() to inline global
2009-02-05 Baptiste Coudurierfix key frame offset with open gop
2009-02-05 Måns Rullgårdconfigure: add command flag to disable yasm use
2009-02-05 Måns Rullgårdconfigure: set EXESUF before it is used
2009-02-04 Måns RullgårdRemove CONFIG_H264_ENCODER references
2009-02-04 Måns Rullgårdconfigure: move basic sanity tests before other tests
2009-02-04 Diego BiurrunRemove documentation of non-existing function parameters.
2009-02-04 Diego BiurrunRemove unused CONFIG_H264_ENCODER #define.
2009-02-04 Diego BiurrunRemove pointless '#if CONFIG_ENCODERS' around forward...
2009-02-04 Diego Biurrunfastdiv is disabled by default, so put --enable-fastdiv...
2009-02-04 Diego BiurrunUse directory name as multiple inclusion guard prefix.
2009-02-04 Ronald S. BultjeMove enum RTSPTransport up a bit, so that all fields...
2009-02-04 Roman ShaposhnikNo need to compute stype
2009-02-04 Baptiste Coudurieralways write mxf time base in descriptors
2009-02-04 Ramiro PollaDo not misuse unsigned long to store pointers.
2009-02-04 Baptiste Coudurieruse sample rate as audio input time base
2009-02-04 Aurelien Jacobswrite all available metadata tags into extended_content...
2009-02-04 Aurelien Jacobsuse new metadata API in asf muxer
2009-02-03 Baptiste Coudurierlet packet pass through when no timestamps
2009-02-03 Baptiste Coudurierexactly compute index byte count
2009-02-03 Alex ConverseAdd av_cold attributes to *_init and *_end functions.
2009-02-03 Baptiste Coudurierprevent reading more than container atom size, fix...
2009-02-03 Alex ConverseVP3: Prevent stack corruption from an unset custom...
2009-02-03 Aurelien Jacobsuse new metadata API in asf demuxer
2009-02-03 Gwenole BeauchesneAdd fields to H264Context and SPS for upcoming VA API...
2009-02-03 Reimar Döffinger100l, don't run tests twice, this was some forgotten...
2009-02-03 Reimar DöffingerFix a bug in 3DEC CBC decryption and add more extensive...
2009-02-03 Stefan Gehrercheck validity of pointer srcC
2009-02-03 Reimar DöffingerUpdate DES test code to use the new public API.
2009-02-03 Reimar DöffingerAdd support for 3DES to DES module
2009-02-03 Reimar DöffingerAdd and use a public API for RC4 and DES, analogous...
2009-02-03 Michael NiedermayerReformat rdt_demuxer AVCodec struct sanely.
2009-02-03 Michael NiedermayerFix probe & demuxing of Topfield 58XXPVR and 68XXPVR...
2009-02-03 Michael NiedermayerFix unknown header 10001000 / http://samples.mplayerhq...
2009-02-02 Aurelien Jacobsuse new metadata API in aiff demuxer
2009-02-02 Baptiste Coudurierbe more flexible with frame rate check
2009-02-02 Aurelien Jacobssimplify
2009-02-02 Björn AxelssonFix vertical resolution of subtitles.
2009-02-02 Diego BiurrunAdd necessary header for LIBAVUTIL_VERSION_MAJOR, fixes...
2009-02-02 Aurelien Jacobsuse new metadata API in rtsp demuxer
2009-02-02 Aurelien Jacobsuse new metadata API in rtp muxer
2009-02-02 Aurelien Jacobsit seems I never added myself in there before
2009-02-02 Eli FriedmanAdd support for fourcc "SP54".
2009-02-02 Aurelien Jacobscosmetics: indentation
2009-02-02 Aurelien Jacobssimplify usage of dstlen as it is not a parameter anymore
2009-02-02 Aurelien Jacobscosmetics: indentation
2009-02-02 Aurelien Jacobsuse new metadata API in the mp3 muxer
2009-02-02 Aurelien Jacobsuse new metadata API in the mp3 demuxer
2009-02-02 Aurelien Jacobsmodify the way to pass parameters to av_metadata_set()
2009-02-02 Aurelien Jacobscosmetics: whitespace
2009-02-02 Reimar DöffingerDocumentation for LZO error return value flags
2009-02-02 Reimar DöffingerMove doxygen documentation from lzo.c to lzo.h
2009-02-02 Baptiste Couduriercosmetics: whitespaces, empty lines
2009-02-02 Baptiste Couduriermxf does not have timestamps
2009-02-02 Reimar DöffingerAdd av_ prefix to LZO stuff and thus make it officially...
next