]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-06-11 Diego Biurruncosmetics: Reformat to K&R and prettyprint newly create...
2009-06-11 Patrick DehneMove id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.
2009-06-11 Diego BiurrunFix compilation: #undef standard library functions...
2009-06-11 Diego BiurrunAdd libavutil/internal.h #include, required for the...
2009-06-11 Diego Biurruncosmetics: Reformat file to K&R style upon Kostya's...
2009-06-11 Diego Biurrun10l: Add vc1dec.o to the list of WMV3 objects, same...
2009-06-11 Diego BiurrunSplit decoder-specific code off from vc1.c into vc1dec...
2009-06-11 Baptiste CoudurierAdd const in cast. Removes warning:
2009-06-11 Baptiste Couduriergive s->resample_context to avoid segfault, avclass...
2009-06-11 David ConradDisable native Vorbis encoder; quality is much worse...
2009-06-11 Baptiste CoudurierRemove time_rate, we cannot compute exactly when fragme...
2009-06-11 Baptiste Coudurierif b frames are parsed, set codec->has_b_frames
2009-06-11 Baptiste CoudurierRemove even condition on pad and crop.
2009-06-10 Diego BiurrunAdd code to enable and disable all VAAPI and VDPAU...
2009-06-10 Diego BiurrunRemove Mans as MPEG-TS maintainer, he never intended...
2009-06-10 Luca BarbatoSupport seeking as defined by the rfc
2009-06-10 Luca BarbatoMake sure buffer end remains constant within the loop
2009-06-09 Haruhiko YamagataAdd field prev_interlaced_frame to H264Context to be...
2009-06-09 Ronald S. BultjeMake asf_get_packet() and asf_parse_packet() static...
2009-06-09 Diego BiurrunExpress the H.264 parser dependency on the golomb code...
2009-06-09 Diego BiurrunAdd missing dependencies for H.264 and VC-1 parsers.
2009-06-09 Jai MenonAdd additional dependencies for sdp and rtsp demuxers.
2009-06-09 Luca AbeniProperly initialize AVFrames to default values in the...
2009-06-09 Diego Biurruncosmetics: Add missing ending backslash to installed...
2009-06-07 Michael NiedermayerClarify (re)get_buffer() and CODEC_CAP_DR1 relation.
2009-06-07 Diego BiurrunRemove comments that refer to fixed-point AMR implement...
2009-06-06 Baptiste Coudurierclarify avcodec_decode_audio3 and avcodec_decode_video2...
2009-06-06 Vladimir VoroshilovK&R formatting of already submitted G.729 code
2009-06-06 Peter HolikCosmetics : Use dprintf instead of printf.
2009-06-06 Jai MenonCosmetics : Fix indentation after last commit.
2009-06-06 Peter HolikIntroduce http_get_line and modify http_connect to...
2009-06-06 Vladimir VoroshilovConvert structure names to FFmpeg style
2009-06-06 Stefano SabatiniRemove '\p' doxygen markup, as it should improve plain...
2009-06-06 Stefano SabatiniRemove '\p', '\c' and '\e' doxygen markup from doxy...
2009-06-06 Kostya ShishkovGet new buffer during frame decoding in VB video decode...
2009-06-06 Vladimir VoroshilovInternal routine should not use name of standard function.
2009-06-05 David ConradEnsure that the extradata buffer is padded appripriatel...
2009-06-05 Vladimir VoroshilovRemove ff_g729_ and g729_ prefixes from static routines.
2009-06-05 Diego BiurrunAdd support for external OpenCORE libraries for AMR...
2009-06-05 Diego BiurrunAdd configure option to upgrade (L)GPL to version 3.
2009-06-05 Diego BiurrunMove around one paragraph, add headings for greater...
2009-06-05 Diego BiurrunRename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL...
2009-06-05 Baptiste Couduriervmware video decoder uses reget_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierzmbv decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Couduriervc1 and wmv3 decoders use MPV_frame_start which uses...
2009-06-05 Baptiste Coudurierrenderware txd image decoder uses get_buffer, set CODEC...
2009-06-05 Baptiste Couduriertmv decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Couduriertiff image decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Couduriervp3 and theora decoders use get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Couduriertarga image decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Couduriersun rasterfile image decoder uses get_buffer, set CODEC...
2009-06-05 Baptiste Couduriersnow decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Couduriersmacker video decoder uses reget_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierkmvc decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierptx image decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierlibopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierpng decoder use get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierpcx decoder use get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierpgm, pgmyuv, ppm, pbm and pam decoders use get_buffer...
2009-06-05 Baptiste Coudurierdxa decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierbfi decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierbmp decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurieramv decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierbethesda vid decoder uses reget_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurier4xm decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierindeo3 decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-04 Ramiro PollaReplace more uses of __attribute__((aligned)) by DECLAR...
2009-06-04 Ramiro PollaUse DECLARE_ALIGNED macro instead of __attribute__...
2009-06-04 Ramiro PollaReplace more uses of __attribute__((aligned)) by DECLAR...
2009-06-04 Pavel PavlovUse DECLARE_ALIGNED macro instead of gcc __attribute__.
2009-06-04 Diego Biurruncosmetics: K&R style reformatting
2009-06-04 Kostya ShishkovMove function for reading whole specified amount of...
2009-06-03 Ramiro PollaUse fewer macros in x86-optimized mlpdsp.
2009-06-03 Alex ConverseAdd the .adts file extension to the ADTS muxer.
2009-06-03 Baptiste Coudurierbroken stsd length might be < 16, fix elst-assert.mp4
2009-06-03 Baptiste CoudurierChange find_tag return type to int64_t, fix a bug
2009-06-03 Michael NiedermayerFix sei_ct_type check so it does not mistreat ct_type...
2009-06-03 Michael NiedermayerPrint ct_type and pic_struct.
2009-06-03 Alex ConverseAAC ADTS to AudioSpecificConfig bitstream filter
2009-06-03 Reimar DöffingerSet AV_PKT_FLAG_KEY in avcodec_decode_video.
2009-06-03 Reimar DöffingerAdd AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY.
2009-06-03 Michael NiedermayerClarify the input AVPacket for avcodec_decode*()
2009-06-02 Kostya ShishkovTesting RGB48 variants requires bigger stride in swscal...
2009-06-02 Kostya ShishkovCheck combined depth and number of components in TIFF...
2009-06-02 Kostya ShishkovYUV into RGB48 BE/LE conversion support
2009-06-02 Kostya ShishkovPartial (low bits ignored, no direct transcoding into...
2009-06-02 Baptiste Coudurierdo not parse full header for private streams
2009-06-02 Baptiste Couduriercorrectly handle maximum streams limit
2009-06-02 Baptiste Coudurierexport data from private streams
2009-06-01 Stefano SabatiniRemove the const qualifier for the name field of AVFilt...
2009-05-31 Ramiro Pollaindent
2009-05-31 Ramiro PollaRemove useless if(), leftover from the vhook removal.
2009-05-31 Reimar Döffingeradd #if CONFIG_ZLIB_DECODER around zlib_decomp function.
2009-05-31 Reimar Döffingermszh decompression: add a special case for an all-0...
2009-05-31 Reimar Döffingerlcldec: ensure that the offset for av_memcpy_backptr...
2009-05-31 Stefano SabatiniImplement avfilter_graph_config_links().
2009-05-31 Reimar DöffingerI will take care of the lcl de-/encoder while Roberto...
2009-05-31 Reimar DöffingerFix memleak due to c->decomp_buf never being freed.
2009-05-31 Reimar DöffingerOnly call inflateEnd when we were actually using the...
2009-05-31 Reimar Döffingeravctx->priv_data is initialized to 0, get rid of useles...
next