| Commit message (Expand) | Author | Age | Files | Lines |
* | matroskadec: add generic element length validation. | Reimar Döffinger | 2011-02-06 | 1 | -0/+17 |
* | Fix compile warning. | Ronald S. Bultje | 2011-02-06 | 1 | -1/+1 |
* | avidec: simplify read_gab2_sub | Anton Khirnov | 2011-02-06 | 1 | -22/+16 |
* | lavf: move internal functions from avformat.h to internal.h | Anton Khirnov | 2011-02-06 | 5 | -25/+24 |
* | Make av_set_pts_info keep previous time base if new one is invalid. | Reimar Döffinger | 2011-02-06 | 2 | -8/+12 |
* | Always use av_set_pts_info to set the stream time base. | Reimar Döffinger | 2011-02-06 | 8 | -16/+12 |
* | pass QDMC extradata to the decoder | Sascha Sommer | 2011-02-06 | 2 | -2/+3 |
* | Update MINOR and set git rev for non-blocking flag API addition. | Ronald S. Bultje | 2011-02-06 | 1 | -1/+1 |
* | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov | 2011-02-06 | 3 | -3/+6 |
* | Non-blocking protocol: TCP | Nicolas George | 2011-02-05 | 1 | -36/+11 |
* | Non-blocking protocol: core wrapper functions | Nicolas George | 2011-02-05 | 2 | -14/+19 |
* | Non-blocking protocols: flag and documentation | Nicolas George | 2011-02-05 | 1 | -3/+26 |
* | mp3enc: write ISO8859-1 instead of UTF-16 when possible | Anton Khirnov | 2011-02-05 | 1 | -0/+12 |
* | reindent after last commit | Peter Ross | 2011-02-05 | 1 | -8/+8 |
* | wtv: do not use flag in stream_guid chunk to determine if stream is valid, as... | Peter Ross | 2011-02-05 | 1 | -6/+2 |
* | applehttp: Handle absolute paths relative to the current server | Martin Storsjö | 2011-02-04 | 1 | -0/+14 |
* | movenchint: Use rtpenc_chain for setting up the chained RTP muxer | Martin Storsjö | 2011-02-04 | 2 | -33/+5 |
* | rtpenc_chain: Don't copy the time_base back to the caller | Martin Storsjö | 2011-02-04 | 1 | -2/+0 |
* | Use avformat_free_context for cleaning up muxers | Martin Storsjö | 2011-02-04 | 4 | -36/+6 |
* | libavformat: Add a function for freeing an AVFormatContext | Martin Storsjö | 2011-02-04 | 3 | -6/+17 |
* | libavformat: Use avcodec_copy_context for chained muxers | Martin Storsjö | 2011-02-04 | 4 | -9/+12 |
* | Remove forgotten if (p) av_free(p) forms | Clément Bœsch | 2011-02-04 | 1 | -2/+1 |
* | add ff_index_search_timestamp and ff_add_index_entry | Peter Ross | 2011-02-03 | 3 | -15/+45 |
* | TCP: factor the poll() call | Nicolas George | 2011-02-03 | 1 | -10/+18 |
* | wtv: filesystem implementation | Peter Ross | 2011-02-03 | 1 | -78/+564 |
* | tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY. | Anton Khirnov | 2011-02-03 | 1 | -1/+1 |
* | Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE* | Anton Khirnov | 2011-02-03 | 2 | -7/+7 |
* | sapenc: Free AVStream->info on cleanup | Martin Storsjö | 2011-02-03 | 1 | -0/+1 |
* | rtmpproto: rename URLContext* argument in rtmp_write() | Anton Khirnov | 2011-02-03 | 1 | -2/+2 |
* | Add ProRes FOURCCs to isom.c | Tomas Härdin | 2011-02-03 | 1 | -0/+6 |
* | Add AVC-Intra identifiers used by Flip4Mac for mov files | Benjamin Larsson | 2011-02-03 | 1 | -0/+2 |
* | Remove a few if (p) av_free(p) forms | Clément Bœsch | 2011-02-03 | 2 | -8/+4 |
* | Free AVStream->info in chained muxers | Martin Storsjö | 2011-02-03 | 3 | -0/+4 |
* | rtsp: Don't store RTSPStream in AVStream->priv_data | Martin Storsjö | 2011-02-03 | 2 | -12/+6 |
* | Add forgotten minor API bumps and APIChanges entries | Anton Khirnov | 2011-02-02 | 1 | -1/+1 |
* | Free the RTSPStreams in ff_rtsp_close_streams | Luca Barbato | 2011-02-01 | 1 | -0/+1 |
* | Ogg: discard non-essential metadata from Vorbis header when creating extradata | Reimar Döffinger | 2011-01-31 | 1 | -2/+10 |
* | mpegtsenc: fix PMT PID calculation | Mans Rullgard | 2011-01-31 | 1 | -1/+1 |
* | Replace defines in libavformat/mpegtsenc.c with AVOptions | Georgi Chorbadzhiyski | 2011-01-31 | 1 | -12/+35 |
* | VC1testenc: convert pts values to correct time-base. | Reimar Döffinger | 2011-01-31 | 1 | -0/+1 |
* | asf/wtv: use service_provider and service_name metadata tags | Ronald S. Bultje | 2011-01-31 | 1 | -0/+2 |
* | mpegts: remove get_pts duplicate of ff_parse_pes_pts. | Vasyl' Vavrychuk | 2011-01-30 | 2 | -12/+5 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 17 | -140/+140 |
* | Vorbis-in-Ogg: Do not set timebase to invalid values | Reimar Döffinger | 2011-01-29 | 1 | -3/+7 |
* | mpegtsenc: support CODEC_ID_AAC_LATM | Peter Ross | 2011-01-28 | 2 | -0/+4 |
* | rtspenc: include os_support.h for system without HAVE_POLL_H | Dave Yeo | 2011-01-28 | 1 | -0/+1 |
* | asfdec: ensure that the whole tag is read. | Anton Khirnov | 2011-01-28 | 1 | -4/+5 |
* | os_support: make poll() fallbacks conditional on CONFIG_NETWORK | Mans Rullgard | 2011-01-28 | 2 | -3/+1 |
* | Make the image2 demuxer log more verbose | Stefano Sabatini | 2011-01-28 | 1 | -1/+3 |
* | In mpegts "reserved_future_use" field must be set to 1 in SDT table | Georgi Chorbadzhiyski | 2011-01-28 | 1 | -1/+3 |