]> git.sesse.net Git - ffmpeg/history - libavformat
fix fate failures for 10bit H264 on some systems
[ffmpeg] / libavformat /
2011-05-11 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-10 Anton KhirnovAVOptions: make default_val a union, as proposed in...
2011-05-10 Andres GonzalezAdded oggpagesize option for Ogg encoding. Allows setti...
2011-05-10 Vitor Sessaklavf/utils: fix ff_interleave_compare_dts corner case.
2011-05-10 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-10 Michael Niedermayerseeking: Favor pkt->pos for generic index building...
2011-05-09 Martin Storsjömpegtsenc: Clear st->priv_data when freeing it
2011-05-09 Martin Storsjöudp: Fix receiving RTP data over multicast
2011-05-09 Martin Storsjörtpproto: Remove an unused variable
2011-05-09 Michael Niedermayeravienc: Update 2 debug statements to match the current...
2011-05-09 Michael Niedermayerh264probe: update to latest spec.
2011-05-09 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-09 Michael Niedermayerwtvdec: Avoid gmtime_r() it breaks compile on windows.
2011-05-09 Peter Rosswtv: calculate ole date correctly (is seconds since...
2011-05-09 Peter Rosswtv: detect ole date overflow
2011-05-08 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-07 Reimar DöffingerRemove unused variable.
2011-05-07 Reimar DöffingerReplace deprecated url_fseek by avio_seek.
2011-05-07 Reimar DöffingerMove ifdef to avoid unused variable warnings.
2011-05-07 Reimar DöffingerRemove unused variables.
2011-05-07 Reimar DöffingerFix printf format string, fixes a warning.
2011-05-07 Michael Niedermayerriffenc/ffmpeg: Fix stream copy
2011-05-07 Reimar DöffingerIncrease TS packet size detection buffer.
2011-05-07 Reimar DöffingerAssume some TS packet size instead of failing completely.
2011-05-07 jan gerberoggdec:Correct duration
2011-05-07 Reimar DöffingerSimplify condition.
2011-05-07 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-07 Michael Niedermayermp3enc:simplify
2011-05-07 Michael Niedermayermp3enc:better variable name for the frames field file...
2011-05-07 Michael Niedermayermp3enc: drop nested structs
2011-05-07 Michael Niedermayermp3enc:use FFMIN()
2011-05-07 Michael Niedermayermp3enc:Drop unneeded floating point math.
2011-05-07 Michael Niedermayermp3enc: drop sum and count bytes instead of bitrates...
2011-05-07 Michael Niedermayermp3enc: remove unneeded ifdef
2011-05-07 Michael Niedermayermp3enc: remove unneeded static const variables.
2011-05-07 Peter Belknermp3enc: mux a XING header
2011-05-06 Michael Niedermayeraiffdec:Rewrite get_meta()
2011-05-06 Yusuke Nakamuramov: fix composition timestamps on movie fragments.
2011-05-06 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-06 Michael Niedermayeravidec: correct frame_offset for seeking
2011-05-06 Michael Niedermayeravidec: detect mpeg4 keyframes in indexless avi
2011-05-05 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-04 Diego BiurrunFix standalone compilation of pipe protocol.
2011-05-04 Diego BiurrunFix standalone compilation of WTV demuxer.
2011-05-04 Mans Rullgardmatroskaenc: fix memory leak
2011-05-04 Alex ConverseReplace strncpy() with av_strlcpy().
2011-05-04 Uoti Urpalaasfdec: fix assert failure on invalid files
2011-05-04 Ronald S. Bultjenutenc: check malloc return values.
2011-05-04 Ronald S. Bultjenutenc: don't av_malloc(0).
2011-05-04 Ronald S. Bultjeasfdec: fix parsing of packets that overrun into padding.
2011-05-04 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-03 Luca BarbatoMake ffmpeg support generic data stream
2011-05-03 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-02 ami_stuffAdd *.j2k extension to JPEG2000 decoder
2011-05-02 Reimar DöffingerMake DV (sub) demuxer set proper pkt->pos values.
2011-05-02 Stefano Sabatinireplace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-05-02 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-01 zhentan fengWTV: Add ff_ prefix to the moved fields.
2011-05-01 zhentan fengWTV:move the common variable used by wtvdec.c and wtven...
2011-05-01 zhentan fengrename wtv.c to wtvdec.c
2011-04-30 Michael NiedermayerMerge commit '85770f2a2651497861ed938efcd0df3696ff5e45'
2011-04-30 Reimar DöffingerDo not drop packets with no valid ->pos set as e.g...
2011-04-30 Michael NiedermayerAVIDEC: use_odmc demuxer specific option. (mostly an...
2011-04-30 Michael NiedermayerLAVFAPI: demuxer specific options.
2011-04-30 Michael Niedermayeroutput_example: use avformat_alloc_output_context()
2011-04-30 Michael NiedermayerLAVFAPI: avformat_alloc_output_context() / simplify...
2011-04-30 Michael NiedermayerLAVF API: remove AVOutputFormat.set_parameters() the...
2011-04-30 Reimar DöffingerRead the album_artist, grouping and lyrics metadata.
2011-04-30 Anton KhirnovAVOptions: make default_val a union, as proposed in...
2011-04-29 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-29 Anssi Hannulalavf: inspect more frames for fps when container time...
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-04-29 Anton KhirnovMove ff_dynarray_add to lavu and make it public.
2011-04-29 Diego BiurrunReplace some commented-out debug printf() / av_log...
2011-04-29 Anton Khirnovlavf: remove duplicate assignment in avformat_alloc_con...
2011-04-29 Anton Khirnovlavf: use designated initializers for AVClasses.
2011-04-29 Michael NiedermayerRevert "Fix url_fopen() flag values."
2011-04-29 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-28 Martin Storsjöavio: Fix the deprecated fallback URL-prefixed open...
2011-04-28 Michael NiedermayerFix url_fopen() flag values.
2011-04-28 Carl Eugen HoyosRead channel layout atom in mov files.
2011-04-28 Carl Eugen HoyosClarify warning messages.
2011-04-28 Carl Eugen HoyosMove channel chunk reading function to isom.c.
2011-04-28 Gil Pedersennetwork: Check POLLERR and POLLHUP in ff_network_wait_fd
2011-04-28 Anton Khirnovmpegtsenc: make PMT PID really start on pmt_start_pid
2011-04-28 Peter Rossnut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
2011-04-28 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-27 Carl Eugen HoyosFix caf channel layouts ITU_2_2 and DVD_6.
2011-04-27 Michael NiedermayerRevert "Eliminate pointless '#if 1' statements without...
2011-04-27 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-26 Diego BiurrunEliminate pointless '#if 1' statements without matching...
2011-04-26 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-25 Reimar DöffingerSet start_time to 0 for raw audio files.
2011-04-25 Reimar DöffingerDo not set non_interleaved for DV-in-AVI.
2011-04-25 Kostya Shishkovread AVI palette from the end of extradata
2011-04-25 Peter RossSet channel layout for 4 and 5.1 channel cdata audio...
2011-04-25 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-24 Carl Eugen HoyosSupport fourcc MMJP.
2011-04-24 Carl Eugen HoyosSupport fourcc XVIX.
next