summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* treat frame_size > 1 as compressed audioBaptiste Coudurier2007-03-21
* revert r8428, the check was not that uselessMichael Niedermayer2007-03-20
* i think this is more correctMichael Niedermayer2007-03-20
* expose av_base64_decode and av_base64_encodeLuca Barbato2007-03-19
* fix end-of-file detectionClemens Ladisch2007-03-18
* add dnxhd fourccBaptiste Coudurier2007-03-18
* improve ac3_probe by counting consecutive framesJustin Ruggles2007-03-18
* Remove parameter unused in format string.Diego Pettenò2007-03-18
* remove incorrect special case for audioMichael Niedermayer2007-03-17
* fix indentionMichael Niedermayer2007-03-17
* reorder pts into dts supportMichael Niedermayer2007-03-17
* remove useless if()Michael Niedermayer2007-03-17
* simplifyMichael Niedermayer2007-03-17
* simplifyMichael Niedermayer2007-03-17
* remove silly video check, theres nothing video specific in thereMichael Niedermayer2007-03-16
* add a delay variable to hold the timestamp buffer sizeMichael Niedermayer2007-03-16
* remove special case for h.264 whatever this was supposed to do its not correctMichael Niedermayer2007-03-16
* disable pts reordering code and initialize a parser insteadAurelien Jacobs2007-03-15
* Targa (.tga) encoder,Bobby Bingham2007-03-15
* DXA demuxer and decoderKostya Shishkov2007-03-14
* remove outdated commentAurelien Jacobs2007-03-13
* remove no more needed parametersAurelien Jacobs2007-03-13
* set pkt->duration for laced packets tooAurelien Jacobs2007-03-13
* calculate pts for laced packetsAurelien Jacobs2007-03-13
* calculate default_duration for AAC tracksAurelien Jacobs2007-03-13
* scale duration and default_durationAurelien Jacobs2007-03-13
* move timecode calculation out of laces loopAurelien Jacobs2007-03-12
* remove wrong avid imx ntsc fourccBaptiste Coudurier2007-03-12
* Properly initialize filesize during input buffer initialization.Ronald S. Bultje2007-03-12
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-12
* Give context to dprintfMichel Bardiaux2007-03-12
* remove codec_info_duration/nb_frames from AVStreamBaptiste Coudurier2007-03-12
* cosmetic: indent after last commitAurelien Jacobs2007-03-11
* reorder pts of packets from tracks using V_MPEG* codecsAurelien Jacobs2007-03-11
* revert r7181Aurelien Jacobs2007-03-11
* check if current block contains a B frame and gives this info to parse_block()Aurelien Jacobs2007-03-11
* extract ebml_read_binary() out of matroska_parse_block()Aurelien Jacobs2007-03-11
* reindent after last commitAurelien Jacobs2007-03-11
* parse clusters until some packets are queuedAurelien Jacobs2007-03-11
* fix a stupid bug in ebml_read_sint()Aurelien Jacobs2007-03-11
* use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id()Aurelien Jacobs2007-03-11
* fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good ideaMichael Niedermayer2007-03-11
* some url_is_streamed()==1 related fixesMichael Niedermayer2007-03-11
* fix demuxing of broken MVI_3011.aviMichael Niedermayer2007-03-10
* remove usage of deprecated functions in libnut.c (codec_get_id/tag)Oded Shimon2007-03-10
* Add doxygen file header to libnut.cOded Shimon2007-03-10
* jpeg fourccMichael Niedermayer2007-03-10
* seems safer to set pts timebase to sample rate, fix some mp3Baptiste Coudurier2007-03-08
* fix pts handlingBaptiste Coudurier2007-03-08
* Corrections so that builds with DEBUG workMichel Bardiaux2007-03-08