summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* prefer MP3 id as mentioned in avcodec.h line 210Baptiste Coudurier2007-03-24
| | | | Originally committed as revision 8494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add specifications reference commentsBaptiste Coudurier2007-03-24
| | | | Originally committed as revision 8493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for ↵François Revol2007-03-23
| | | | | | inet_aton if not found; remove barpainet.h as it's not longer needed. Originally committed as revision 8488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The NSV demuxer assumes that a video frame's timestamp increases by one on eachDavid Conrad2007-03-21
| | | | | | | | | | frame, but some low-bitrate NSV files omit video frames for some NSV frames, and expect the timestamp to increase by one every NSV frame. This is noticeable in 64vp3.nsv where the video runs several times faster than the audio. Fix this by unconditionally incrementing the video's timestamp with each NSV frame. patch by David Conrad, umovimus gmail com Originally committed as revision 8466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_estimate_timings_from_pts() flushes the packet queue but doesn'tWolfram Gloger2007-03-21
| | | | | | | | | | | | | | | reset the streams' cur_dts values. This can lead to a fatal "error, non monotone timestamps ..." message later, because the out-of-date cur_dts values are used to compute some packet's dts. Fix this by calling av_read_frame_flush() and eliminate code duplication in the process. The additional hunk gives more detailed error messages. patch by Wolfram Gloger, wmglo dent.med.uni-muenchen de Originally committed as revision 8465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frameBaptiste Coudurier2007-03-21
| | | | Originally committed as revision 8464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2007-03-21
| | | | Originally committed as revision 8463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set audio frame size based on sttsBaptiste Coudurier2007-03-21
| | | | Originally committed as revision 8462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* treat frame_size > 1 as compressed audioBaptiste Coudurier2007-03-21
| | | | Originally committed as revision 8461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r8428, the check was not that uselessMichael Niedermayer2007-03-20
| | | | | | should fix constant pts=0 with broken demuxers Originally committed as revision 8454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* i think this is more correctMichael Niedermayer2007-03-20
| | | | Originally committed as revision 8452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* expose av_base64_decode and av_base64_encodeLuca Barbato2007-03-19
| | | | Originally committed as revision 8448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix end-of-file detectionClemens Ladisch2007-03-18
| | | | | | | | | | | | At the end of a nut file, the check for url_feof() fails because the eof flag was cleared by the url_fseek() call that was used to skip over the index packet. This patch fixes this patch by: Clemens Ladisch % cladisch A fastmail P net % Original thread: Date: Feb 27, 2007 6:13 PM Subject: [Ffmpeg-devel] [PATCH] nutdec: fix end-of-file detection Originally committed as revision 8447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add dnxhd fourccBaptiste Coudurier2007-03-18
| | | | Originally committed as revision 8446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve ac3_probe by counting consecutive framesJustin Ruggles2007-03-18
| | | | Originally committed as revision 8441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove parameter unused in format string.Diego Pettenò2007-03-18
| | | | | | Patch by Diego Petten [flameeyes gentoo org] Originally committed as revision 8438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove incorrect special case for audioMichael Niedermayer2007-03-17
| | | | Originally committed as revision 8433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentionMichael Niedermayer2007-03-17
| | | | Originally committed as revision 8432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder pts into dts supportMichael Niedermayer2007-03-17
| | | | Originally committed as revision 8431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless if()Michael Niedermayer2007-03-17
| | | | Originally committed as revision 8428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-03-17
| | | | Originally committed as revision 8427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-03-17
| | | | Originally committed as revision 8426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove silly video check, theres nothing video specific in thereMichael Niedermayer2007-03-16
| | | | Originally committed as revision 8425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a delay variable to hold the timestamp buffer sizeMichael Niedermayer2007-03-16
| | | | | | set cur_dts correctly for delay>1 Originally committed as revision 8424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove special case for h.264 whatever this was supposed to do its not correctMichael Niedermayer2007-03-16
| | | | Originally committed as revision 8423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable pts reordering code and initialize a parser insteadAurelien Jacobs2007-03-15
| | | | Originally committed as revision 8418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Targa (.tga) encoder,Bobby Bingham2007-03-15
| | | | | | | | | | patch by Bobby Bingham % uhmmmm A gmail P com % Only handles 24-bit BGR and 8-bit grayscale, no RLE at the moment either. Original thread: Date: Mar 11, 2007 7:58 PM Subject: [Ffmpeg-devel] [PATCH] Targa encoder Originally committed as revision 8411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DXA demuxer and decoderKostya Shishkov2007-03-14
| | | | Originally committed as revision 8405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove outdated commentAurelien Jacobs2007-03-13
| | | | Originally committed as revision 8370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no more needed parametersAurelien Jacobs2007-03-13
| | | | Originally committed as revision 8369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pkt->duration for laced packets tooAurelien Jacobs2007-03-13
| | | | Originally committed as revision 8366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* calculate pts for laced packetsAurelien Jacobs2007-03-13
| | | | Originally committed as revision 8365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* calculate default_duration for AAC tracksAurelien Jacobs2007-03-13
| | | | Originally committed as revision 8364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* scale duration and default_durationAurelien Jacobs2007-03-13
| | | | Originally committed as revision 8363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move timecode calculation out of laces loopAurelien Jacobs2007-03-12
| | | | Originally committed as revision 8359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove wrong avid imx ntsc fourccBaptiste Coudurier2007-03-12
| | | | Originally committed as revision 8350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly initialize filesize during input buffer initialization.Ronald S. Bultje2007-03-12
| | | | | | patch by Ronald S. Bultje, rbultje ronald.bitfreak net Originally committed as revision 8343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-12
| | | | | | which use av_log() for logging instead of fprintf(). Originally committed as revision 8339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give context to dprintfMichel Bardiaux2007-03-12
| | | | Originally committed as revision 8338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove codec_info_duration/nb_frames from AVStreamBaptiste Coudurier2007-03-12
| | | | Originally committed as revision 8337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: indent after last commitAurelien Jacobs2007-03-11
| | | | Originally committed as revision 8335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder pts of packets from tracks using V_MPEG* codecsAurelien Jacobs2007-03-11
| | | | Originally committed as revision 8334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r7181Aurelien Jacobs2007-03-11
| | | | | | | This was a stupid mistake. We already take care of time_scale in av_set_pts_info(). Originally committed as revision 8333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check if current block contains a B frame and gives this info to parse_block()Aurelien Jacobs2007-03-11
| | | | Originally committed as revision 8332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract ebml_read_binary() out of matroska_parse_block()Aurelien Jacobs2007-03-11
| | | | | | | This allows to read all the blockgroup parameters before parsing the block itself. Originally committed as revision 8331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindent after last commitAurelien Jacobs2007-03-11
| | | | Originally committed as revision 8330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse clusters until some packets are queuedAurelien Jacobs2007-03-11
| | | | | | instead of parsing only one cluster Originally committed as revision 8329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a stupid bug in ebml_read_sint()Aurelien Jacobs2007-03-11
| | | | Originally committed as revision 8328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id()Aurelien Jacobs2007-03-11
| | | | Originally committed as revision 8327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good ideaMichael Niedermayer2007-03-11
| | | | Originally committed as revision 8320 to svn://svn.ffmpeg.org/ffmpeg/trunk