]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files
[frescor/ffmpeg.git] / libavformat /
2007-12-20 bananCorrectly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files
2007-12-20 michaelDocument a few more structure change rules with relatio...
2007-12-20 bcoudurierfix indentation
2007-12-20 michaelDocument structure change rules with relation to ABI...
2007-12-20 aurelcosmetics: indentation
2007-12-20 aurelremove double check of pb->read_seek
2007-12-19 aureluse proper url_is_streamed() API
2007-12-19 michaelMake recently added and still unused read_seek function...
2007-12-19 michaelMerge recently added and still unused play and pause...
2007-12-19 bcoudurieruse generic 'glbl' atom if extradata is present but...
2007-12-19 bcouduriersupports glbl atom containing generic extradata for...
2007-12-19 reimarIncrease minor version due to new av_close_input_stream
2007-12-19 reimarAdd a av_close_input_stream function
2007-12-19 michaelRemove dead code which disapeared with the last major...
2007-12-19 michaelRemove *_codec_id from AVFormatParameters with the...
2007-12-19 michaelAllow overriding codec_ids.
2007-12-19 michaelRemove unneeded avio wraper functions.
2007-12-17 reimarSimplify av_close_input_file similarly to av_open_input...
2007-12-17 reimarSimplify av_open_input_file
2007-12-17 reimarAdd FF_OPT_TYPE_BINARY and use it to add a cryptokey...
2007-12-17 benoitEnable av_read_pause(), av_read_play() and the ASF...
2007-12-16 bcoudurieruseless 0L here
2007-12-16 bcoudurierremove now useless fields
2007-12-16 bcoudurierdo not retain useless pointers to avstream priv_data...
2007-12-16 bcoudurierremove duplicate field
2007-12-16 bcouduriercosmetics: func -> parse, remove useless parenthesis
2007-12-16 bcoudurierremove useless declaration
2007-12-16 bcouduriersave pointer to parse table, its unlikely to change
2007-12-16 bcoudurierremove useless seek
2007-12-16 bcouduriercosmetics
2007-12-16 bcouduriersupport streamed mov/mp4
2007-12-16 bcoudurierreturn error when url_fseek could not read until desire...
2007-12-16 diegocosmetics: comment typo fixes
2007-12-15 bcoudurierchoose next sample by sample position
2007-12-15 michaeldocument how to free the result of av_alloc_format_cont...
2007-12-12 michaelav_*_next() API for libavformat
2007-12-09 ramiroFix compilation of os_support.c for MinGW with --disabl...
2007-12-05 melansonadjust indentation on latest patch
2007-12-05 melansonCheck sanity in the palette loading operation. The...
2007-12-04 rtogniTypo
2007-12-03 bcoudurierreturn error if malloc failed, found by takis, fix...
2007-12-03 bcouduriercheck mov_read_default return value where appropriate...
2007-12-03 diegocolour --> color in variable names
2007-12-03 diegocosmetics: comment spelling fixes
2007-12-03 diegoFix make checkheaders.
2007-12-03 bcoudurierfix dnxhd 720p in mov for quicktime player
2007-12-03 michaeladd assert to detect invalid packet_timestamp_start/end
2007-12-03 michaelcorrect invalid duration
2007-12-03 michaelmake mpeg-ps probe less happy with random data
2007-12-03 michaelreturn a slightly larger score if we find more than...
2007-12-03 michaelensure that the probe code runs in O(n)
2007-12-03 michaelremove arbitrary 4096 limit for probing
2007-12-03 michaelprevent O(n^2) execution of ff_mpa_decode_header()...
2007-12-02 reimarMake ff_qt_default_palette_* arrays "static const"
2007-12-02 reimarMake ff_mkv_codec_tags array const, it is never written.
2007-12-02 rtogniFix muxer so that generated files are playable by realp...
2007-12-02 rtogniRevert r10892, it's wrong and no longer needed to preve...
2007-12-02 diegoFix some spelling mistakes.
2007-12-01 vitorspelling
2007-12-01 diegosucces --> success typo
2007-12-01 michaelstupid code (casting of void*) found by checktree.sh
2007-12-01 michael1000l _reserved (found by checktree.sh)
2007-11-29 lucabeSuppress the "redirector hack" from libavformat/utils...
2007-11-28 andomaBump lavf minor due to addition of
2007-11-28 andomaExtend ByteIOContext and add the buffered IO functions:
2007-11-27 diegoAdd #include "os_support.h" to restore OS/2 support.
2007-11-27 diegoRemove possibly misleading comments.
2007-11-25 aureladd pcm_s16le_planar support for electronicarts files
2007-11-24 diegoAdd missing #includes to fix 'make checkheaders'.
2007-11-24 andomaExtend URLProtocol with new function pointers and api...
2007-11-23 diegoKeep -L flags before corresponding -l flags.
2007-11-22 lucabeIntroduce libavdevice
2007-11-22 lu_zeroMake av_read_frame with rtsp client return EINTR on...
2007-11-22 ramiroos_support.h is also needed for usleep and lseek on...
2007-11-21 lucabeInclude os_support.h only when needed
2007-11-21 lu_zeroMake av_read_frame with rtsp client return EINTR on...
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-19 rtogniReplace realloc with free+malloc, the previous content...
2007-11-19 lucabeConvert perror() in av_log() in bktr.c.
2007-11-19 lucabeRemove perror() usage from udp.c
2007-11-19 lucabeDo not use perror() in audio, video, and DV grabbers
2007-11-19 rtogniCosmetics
2007-11-19 rtogniNo need to update pos, it's not used after that line
2007-11-18 rtogniCleanup: remove ssize
2007-11-18 rtogniCheck for memory allocation failure of temp buffer
2007-11-18 rtogniOptimize memory management to create an av_packet from...
2007-11-17 heydownsWhen new streams are detected, look for old filters...
2007-11-16 lucabeAdd MPEG2 support to the RTP muxer
2007-11-16 lucabeRemove the "AVRtpPayloadTypes[i].pt == i" assumption...
2007-11-16 alexRemove empty pipe_close
2007-11-16 alexCall prot->url_close only if it is present.
2007-11-16 alexHonor the 8bit extension (now 32bit instaed 24bit)...
2007-11-15 alexPrefer ADPM_SWF instead NONE if no MP3 encoding is...
2007-11-15 rtogni1000l: Fix check for max slice number
2007-11-15 rtogniMove dnet-ac3 byte-swapping code close to audio packet...
2007-11-15 lucabeRemove some more duplicated code
2007-11-15 lucabeRemove the useless variable "my_addr1"
2007-11-15 lucabeUse the same code to set local_port in the IPv4-only...
2007-11-15 takisFix Doxygen parameter
2007-11-15 takisFix Doxygen parameter name
next