]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
ARM: NEON optimised simple_idct
[ffmpeg] / libavformat / utils.c
2008-11-08 Stefano SabatiniFix argument constness for the av_codec_get_id() and
2008-10-23 Baptiste Coudurierdnxhd codec is intra only
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-10-19 Michael NiedermayerCheck for pts==dts on I/P frames in the presence of...
2008-10-18 Michael NiedermayerMove code setting delay and presentation_delayed a...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-09-27 Diego BiurrunMove doxygen comments for av_gettime from utils.c to...
2008-09-19 Michael NiedermayerEnsure that muxer and encoder aspect ratios match....
2008-09-08 Baptiste Coudurierset block align in av_write_header if not set, fix...
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-09-03 Michael NiedermayerAdd AVPacket.convergence_duration.
2008-09-02 Michael NiedermayerFix detection of MPEG4 in MPEG-PS.
2008-08-29 Baptiste Couduriermake has_codec_parameters not returning true when sampl...
2008-08-29 Michael NiedermayerDo not truncate timestamps before the muxer as it makes...
2008-08-28 Ronald S. BultjeChange implementation for ff_data_to_hex(), this is...
2008-08-27 Ronald S. BultjeExport data_to_hex() as private API in lavf, rename...
2008-08-26 Aurelien Jacobsremove useless assignment (st is never read after this...
2008-08-25 Andreas ÖmanWhen setting codec_id during codec probe we must also...
2008-08-24 Reimar DöffingerMark several libavformat arrays const
2008-08-23 Aurelien Jacobsexport sample_aspect_ratio read by the demuxer in a...
2008-08-14 Michael NiedermayerDo not fill the pts reordering buffer with guessed...
2008-08-13 Aurelien Jacobsstrcasecmp() requires #include <strings.h>
2008-08-12 Baptiste CoudurierPrevent dts generation code to be executed when delay...
2008-08-10 Stefano SabatiniCosmetics: move at the beginning of the file the av_fra...
2008-08-08 Stefano SabatiniImplement avformat_version().
2008-08-06 Måns RullgårdMaintain pointer to end of AVFormatContext.packet_buffe...
2008-07-31 Baptiste Couduriercheck url_fseek return value, update seek reg tests
2008-07-18 Erik HovlandFix a mem leak in av_find_stream_info().
2008-07-14 Michael NiedermayerMove the codec_id overriding at a slightly better place.
2008-07-14 Michael NiedermayerRemove common factors from timebase in av_set_pts_info().
2008-07-12 Michael NiedermayerRemove old hackish codec probe system.
2008-07-12 Michael NiedermayerUse strcmp() instead of strncmp() in set_codec_from_pro...
2008-07-12 Michael Niedermayerindent
2008-07-12 Michael NiedermayerOnly try to probe the codec when the available data...
2008-07-12 Michael NiedermayerAdd mpegvideo and H.264 to the codec probe.
2008-07-12 Michael Niedermayerindent
2008-07-12 Michael NiedermayerNew codec probing system try #1.
2008-07-12 Michael NiedermayerMove add_to_pktbuf() before av_read_packet(). My future...
2008-07-12 Michael NiedermayerMove set_codec_from_probe_data() up to where the other...
2008-07-12 Michael NiedermayerPass AVPacketList instead of the whole context to add_t...
2008-07-08 Michael Niedermayerindent
2008-07-08 Michael Niedermayer10000l for myself, my last change was incomplete.
2008-07-08 Michael NiedermayerSet cur_dts to 0 only during creating new streams and...
2008-07-03 Ronald S. BultjeReindent after r14059, see "[PATCH] allow empty params for
2008-07-03 Ronald S. BultjeAllow NULL for read_header in AVInputFormat. See discus...
2008-06-27 Baptiste Couduriergive context to av_log
2008-06-26 Michael NiedermayerAlso print flags with FF_FDEBUG_TS.
2008-06-25 Baptiste Couduriermake av_find_stream_info find frame_size for aac too
2008-06-25 Michael NiedermayerMake av_find_stream_info() find the frame_size for...
2008-06-25 Michael NiedermayerFill missing pts in during muxing when we know that...
2008-06-25 Michael NiedermayerWe cannot calculate the duration of vorbis packets...
2008-06-24 Michael NiedermayerPrevent duration calculation code from generating rando...
2008-06-20 Baptiste Coudurieruniformize AVStream->priv_data freeing in av_close_inpu...
2008-06-20 Baptiste Coudurierfactorize read_header failure freeing code
2008-06-20 Art ClarkeCheck if there is at least a stream before writing...
2008-06-09 Michael NiedermayerMake timestamp debugging work nicer.
2008-06-06 Ramiro PollaMerge declaration and initialization.
2008-06-03 Aurelien JacobsEnsure the first audio stream is selected as the defaul...
2008-06-03 Michael NiedermayerMake update_initial_durations() also work if a dts...
2008-06-03 Michael NiedermayerDo not set pts in update_initial_durations() if stream...
2008-06-02 Andreas ÖmanAudio channels and sample rate must be set in order...
2008-06-02 Baptiste Coudurierrename last_frame_offset to next_frame_offset, due...
2008-05-27 Michael Niedermayerredundant check--
2008-05-27 Michael NiedermayerDo not use the pts/dts calculation code which needs...
2008-05-24 Aurelien Jacobscompute the end of all chapters when end is not specifi...
2008-05-24 Aurelien Jacobscosmetics: indentation
2008-05-24 Aurelien Jacobsremove useless title check
2008-05-23 Michael NiedermayerPass time_base as argument to new_chapter() as well.
2008-05-23 Michael NiedermayerWarn user about invalid timestamps.
2008-05-23 Michael NiedermayerMake ff_new_chapter() return AVChapter instead of int...
2008-05-23 Michael Niedermayers/num_chapters/nb_chapters/ all other similar variables...
2008-05-23 Michael Niedermayervertical align
2008-05-23 Michael Niedermayerindent
2008-05-23 Michael Niedermayerremove useless title check
2008-05-23 Michael Niedermayerindent
2008-05-23 Michael NiedermayerAdd id to AVChapter, untested (where do i find matroska...
2008-05-23 Aurelien Jacobscosmetics: indentation
2008-05-23 Aurelien Jacobsallows adding chapters with NULL title
2008-05-22 Anton Khirnovadd support for chapters definition in lavf
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-04-24 Michael Niedermayerminor memleak
2008-04-16 Diego BiurrunPrint duration with higher precision.
2008-04-15 Michael NiedermayerDo not detect a format if another has the same score.
2008-04-13 Reimar DöffingerDo not call update_initial_durations if pkt->duration...
2008-03-22 Diego Biurruntypo: occured --> occurred
2008-03-15 Diego Biurruntypo fixes
2008-03-08 Ramiro PollaIntroduce max_picture_buffer variable in AVFormatContext,
2008-03-06 Baptiste Coudurierdo not reset duration_error for all streams, only reset...
2008-02-24 Michael NiedermayerSet indexmem to a saner default.
2008-02-20 Michael Niedermayerrevert 12156
2008-02-20 Michael NiedermayerGet rid of a fake timestamp discontinuity at the begin...
2008-02-20 Michael NiedermayerMake timestamp interpolation work with mpeg2 field...
2008-02-15 Michael NiedermayerFix timestamps and durations if the first packets have...
2008-02-02 Michael NiedermayerRemove incorrect casts that should have never been...
2008-01-27 Evgeniy StepanovAdd support for Matroska attachments.
2008-01-21 Aurelien Jacobsensure av_rescale_q() can be calculated (won't divide...
2008-01-16 Diego Biurrunmisc spelling/grammar fixes
2008-01-13 Paul Kellyuser specifyable maximum amount of memory to use for...
2007-12-29 Michael Niedermayerindent
next