]> git.sesse.net Git - ffmpeg/history - libavformat
remove useless casts
[ffmpeg] / libavformat /
2007-12-25 Allan Sandfeld JensenRevert r6124, the change was just wrong, other formats...
2007-12-24 Michael Kostylevdjgpp port, first part
2007-12-23 Diego Biurruntypo: begining --> beginning
2007-12-23 Reimar Döffingerbegining -> beginning typo fix
2007-12-23 Reimar Döffinger100l, av_read_packet must check for read_packet error...
2007-12-22 Reimar DöffingerAdd a av_alloc_put_byte function.
2007-12-21 Diego BiurrunFix Doxygen function parameter name.
2007-12-21 Diego Biurruncomment typo fixes
2007-12-21 Ivo van Poortentypo ;)
2007-12-20 Michael NiedermayerDocument ByteIOContext and URLContext change rules.
2007-12-20 Benjamin LarssonReindent
2007-12-20 Benjamin LarssonCorrectly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files
2007-12-20 Michael NiedermayerDocument a few more structure change rules with relatio...
2007-12-20 Baptiste Coudurierfix indentation
2007-12-20 Michael NiedermayerDocument structure change rules with relation to ABI...
2007-12-20 Aurelien Jacobscosmetics: indentation
2007-12-20 Aurelien Jacobsremove double check of pb->read_seek
2007-12-19 Aurelien Jacobsuse proper url_is_streamed() API
2007-12-19 Michael NiedermayerMake recently added and still unused read_seek function...
2007-12-19 Michael NiedermayerMerge recently added and still unused play and pause...
2007-12-19 Baptiste Coudurieruse generic 'glbl' atom if extradata is present but...
2007-12-19 Baptiste Couduriersupports glbl atom containing generic extradata for...
2007-12-19 Reimar DöffingerIncrease minor version due to new av_close_input_stream
2007-12-19 Reimar DöffingerAdd a av_close_input_stream function
2007-12-19 Michael NiedermayerRemove dead code which disappeared with the last major...
2007-12-19 Michael NiedermayerRemove *_codec_id from AVFormatParameters with the...
2007-12-19 Michael NiedermayerAllow overriding codec_ids.
2007-12-19 Michael NiedermayerRemove unneeded avio wrapper functions.
2007-12-17 Reimar DöffingerSimplify av_close_input_file similarly to av_open_input...
2007-12-17 Reimar DöffingerSimplify av_open_input_file
2007-12-17 Reimar DöffingerAdd FF_OPT_TYPE_BINARY and use it to add a cryptokey...
2007-12-17 Björn AxelssonEnable av_read_pause(), av_read_play() and the ASF...
2007-12-16 Baptiste Coudurieruseless 0L here
2007-12-16 Baptiste Coudurierremove now useless fields
2007-12-16 Baptiste Coudurierdo not retain useless pointers to avstream priv_data...
2007-12-16 Baptiste Coudurierremove duplicate field
2007-12-16 Baptiste Couduriercosmetics: func -> parse, remove useless parenthesis
2007-12-16 Baptiste Coudurierremove useless declaration
2007-12-16 Baptiste Couduriersave pointer to parse table, it is unlikely to change
2007-12-16 Baptiste Coudurierremove useless seek
2007-12-16 Baptiste Couduriercosmetics
2007-12-16 Baptiste Couduriersupport streamed mov/mp4
2007-12-16 Baptiste Coudurierreturn error when url_fseek could not read until desire...
2007-12-16 Diego Biurruncosmetics: comment typo fixes
2007-12-15 Baptiste Coudurierchoose next sample by sample position
2007-12-15 Michael Niedermayerdocument how to free the result of av_alloc_format_cont...
2007-12-12 Michael Niedermayerav_*_next() API for libavformat
2007-12-09 Tom HarperFix compilation of os_support.c for MinGW with --disabl...
2007-12-05 Mike Melansonadjust indentation on latest patch
2007-12-05 Mike MelansonCheck sanity in the palette loading operation. The...
2007-12-04 Roberto TogniTypo
2007-12-03 Baptiste Coudurierreturn error if malloc failed, found by takis, fix...
2007-12-03 Panagiotis Issarischeck mov_read_default return value where appropriate...
2007-12-03 Diego Biurruncolour --> color in variable names
2007-12-03 Diego Biurruncosmetics: comment spelling fixes
2007-12-03 Diego BiurrunFix make checkheaders.
2007-12-03 Baptiste Coudurierfix dnxhd 720p in mov for quicktime player
2007-12-03 Michael Niedermayeradd assert to detect invalid packet_timestamp_start/end
2007-12-03 Michael Niedermayercorrect invalid duration
2007-12-03 Michael Niedermayermake mpeg-ps probe less happy with random data
2007-12-03 Michael Niedermayerreturn a slightly larger score if we find more than...
2007-12-03 Michael Niedermayerensure that the probe code runs in O(n)
2007-12-03 Michael Niedermayerremove arbitrary 4096 limit for probing
2007-12-03 Michael Niedermayerprevent O(n^2) execution of ff_mpa_decode_header()...
2007-12-02 Reimar DöffingerMake ff_qt_default_palette_* arrays "static const"
2007-12-02 Reimar DöffingerMake ff_mkv_codec_tags array const, it is never written.
2007-12-02 Kostya ShishkovFix muxer so that generated files are playable by realp...
2007-12-02 Roberto TogniRevert r10892, it's wrong and no longer needed to preve...
2007-12-02 Diego BiurrunFix some spelling mistakes.
2007-12-01 Vitor Sessakspelling
2007-12-01 Diego Biurrunsucces --> success typo
2007-12-01 Michael Niedermayerstupid code (casting of void*) found by checktree.sh
2007-12-01 Michael Niedermayer1000l _reserved (found by checktree.sh)
2007-11-29 Luca AbeniSuppress the "redirector hack" from libavformat/utils...
2007-11-28 Andreas ÖmanBump lavf minor due to addition of
2007-11-28 Björn AxelssonExtend ByteIOContext and add the buffered IO functions:
2007-11-27 Dave YeoAdd #include "os_support.h" to restore OS/2 support.
2007-11-27 Diego BiurrunRemove possibly misleading comments.
2007-11-25 Aurelien Jacobsadd pcm_s16le_planar support for electronicarts files
2007-11-24 Diego BiurrunAdd missing #includes to fix 'make checkheaders'.
2007-11-24 Björn AxelssonExtend URLProtocol with new function pointers and api...
2007-11-23 Diego BiurrunKeep -L flags before corresponding -l flags.
2007-11-22 Luca AbeniIntroduce libavdevice
2007-11-22 Luca BarbatoMake av_read_frame with rtsp client return EINTR on...
2007-11-22 Ramiro Pollaos_support.h is also needed for usleep and lseek on...
2007-11-21 Luca AbeniInclude os_support.h only when needed
2007-11-21 Luca BarbatoMake av_read_frame with rtsp client return EINTR on...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-19 Roberto TogniReplace realloc with free+malloc, the previous content...
2007-11-19 Luca AbeniConvert perror() in av_log() in bktr.c.
2007-11-19 Luca AbeniRemove perror() usage from udp.c
2007-11-19 Luca AbeniDo not use perror() in audio, video, and DV grabbers
2007-11-19 Roberto TogniCosmetics
2007-11-19 Roberto TogniNo need to update pos, it's not used after that line
2007-11-18 Roberto TogniCleanup: remove ssize
2007-11-18 Roberto TogniCheck for memory allocation failure of temp buffer
2007-11-18 Roberto TogniOptimize memory management to create an av_packet from...
2007-11-17 Jeff DownsWhen new streams are detected, look for old filters...
2007-11-16 Luca AbeniAdd MPEG2 support to the RTP muxer
2007-11-16 Luca AbeniRemove the "AVRtpPayloadTypes[i].pt == i" assumption...
next