| Commit message (Expand) | Author | Age | Files | Lines |
* | remove outdated comment | Aurelien Jacobs | 2007-03-13 | 1 | -1/+0 |
* | remove no more needed parameters | Aurelien Jacobs | 2007-03-13 | 1 | -9/+3 |
* | set pkt->duration for laced packets too | Aurelien Jacobs | 2007-03-13 | 1 | -8/+1 |
* | calculate pts for laced packets | Aurelien Jacobs | 2007-03-13 | 1 | -4/+9 |
* | calculate default_duration for AAC tracks | Aurelien Jacobs | 2007-03-13 | 1 | -0/+1 |
* | scale duration and default_duration | Aurelien Jacobs | 2007-03-13 | 1 | -6/+7 |
* | move timecode calculation out of laces loop | Aurelien Jacobs | 2007-03-12 | 1 | -5/+7 |
* | remove wrong avid imx ntsc fourcc | Baptiste Coudurier | 2007-03-12 | 1 | -1/+0 |
* | Properly initialize filesize during input buffer initialization. | Ronald S. Bultje | 2007-03-12 | 1 | -0/+1 |
* | Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() | Panagiotis Issaris | 2007-03-12 | 3 | -28/+82 |
* | Give context to dprintf | Michel Bardiaux | 2007-03-12 | 2 | -35/+35 |
* | remove codec_info_duration/nb_frames from AVStream | Baptiste Coudurier | 2007-03-12 | 2 | -7/+8 |
* | cosmetic: indent after last commit | Aurelien Jacobs | 2007-03-11 | 1 | -1/+1 |
* | reorder pts of packets from tracks using V_MPEG* codecs | Aurelien Jacobs | 2007-03-11 | 1 | -0/+60 |
* | revert r7181 | Aurelien Jacobs | 2007-03-11 | 1 | -1/+1 |
* | check if current block contains a B frame and gives this info to parse_block() | Aurelien Jacobs | 2007-03-11 | 1 | -5/+12 |
* | extract ebml_read_binary() out of matroska_parse_block() | Aurelien Jacobs | 2007-03-11 | 1 | -13/+24 |
* | reindent after last commit | Aurelien Jacobs | 2007-03-11 | 1 | -27/+27 |
* | parse clusters until some packets are queued | Aurelien Jacobs | 2007-03-11 | 1 | -6/+5 |
* | fix a stupid bug in ebml_read_sint() | Aurelien Jacobs | 2007-03-11 | 1 | -1/+0 |
* | use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id() | Aurelien Jacobs | 2007-03-11 | 1 | -3/+3 |
* | fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good idea | Michael Niedermayer | 2007-03-11 | 1 | -9/+10 |
* | some url_is_streamed()==1 related fixes | Michael Niedermayer | 2007-03-11 | 1 | -3/+3 |
* | fix demuxing of broken MVI_3011.avi | Michael Niedermayer | 2007-03-10 | 1 | -0/+7 |
* | remove usage of deprecated functions in libnut.c (codec_get_id/tag) | Oded Shimon | 2007-03-10 | 1 | -4/+4 |
* | Add doxygen file header to libnut.c | Oded Shimon | 2007-03-10 | 1 | -0/+6 |
* | jpeg fourcc | Michael Niedermayer | 2007-03-10 | 1 | -0/+1 |
* | seems safer to set pts timebase to sample rate, fix some mp3 | Baptiste Coudurier | 2007-03-08 | 1 | -1/+1 |
* | fix pts handling | Baptiste Coudurier | 2007-03-08 | 1 | -16/+7 |
* | Corrections so that builds with DEBUG work | Michel Bardiaux | 2007-03-08 | 1 | -1/+3 |
* | move preroll_time from static variable into definition, might be a good idea ... | Alex Beregszaszi | 2007-03-07 | 1 | -4/+4 |
* | workaround for broken flvtoolized files | Alex Beregszaszi | 2007-03-07 | 1 | -0/+6 |
* | Fix UNKOWN --> UNKNOWN typo | Diego Biurrun | 2007-03-07 | 2 | -3/+3 |
* | simplification | Alex Beregszaszi | 2007-03-07 | 1 | -2/+1 |
* | typo: unkown->unknown | Alex Beregszaszi | 2007-03-07 | 1 | -1/+1 |
* | 10l, audio_fifo is a static array | Alex Beregszaszi | 2007-03-06 | 1 | -1/+0 |
* | handle http error codes | Alex Beregszaszi | 2007-03-06 | 1 | -0/+3 |
* | prevent audio packets from being fragmented, wmp mac doesnt seem to like that... | Michael Niedermayer | 2007-03-05 | 1 | -1/+7 |
* | Clarify doxygen description. | Panagiotis Issaris | 2007-03-05 | 1 | -1/+1 |
* | Cleanup doxygen comment. | Panagiotis Issaris | 2007-03-05 | 1 | -1/+1 |
* | Fix a typo in a doxygen tag. | Panagiotis Issaris | 2007-03-05 | 1 | -1/+1 |
* | Convert all the comment sections into Doxygen compatible comments, same for | Panagiotis Issaris | 2007-03-05 | 1 | -24/+26 |
* | Move avio.h's url_get_max_packet_size() comment from source to header file. | Panagiotis Issaris | 2007-03-05 | 2 | -14/+9 |
* | Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h, | Panagiotis Issaris | 2007-03-05 | 2 | -40/+49 |
* | Make rtsp_set_callback() comments available to Doxygen | Panagiotis Issaris | 2007-03-05 | 1 | -1/+1 |
* | Move unaltered rtsp.c comments to the header file. | Panagiotis Issaris | 2007-03-05 | 2 | -1/+1 |
* | Doxygenize comments in rtsp.h | Panagiotis Issaris | 2007-03-05 | 1 | -10/+10 |
* | Convert macro+enum into a simple enum: Currently the enum was filled using a | Panagiotis Issaris | 2007-03-05 | 2 | -16/+16 |
* | Doxygenize the unaltered comments for the AUHeaders structure. | Panagiotis Issaris | 2007-03-05 | 1 | -1/+1 |
* | Doxygenize the unaltered comments for the rtp_payload_data_s struct. | Panagiotis Issaris | 2007-03-05 | 1 | -1/+1 |