6899 Commits (21494e5537cdee82d5c9f99a0d9206fccb66ea08)

Author SHA1 Message Date
Ronald S. Bultje 340a20ea65 Update MINOR and set git rev for non-blocking flag API addition. 14 years ago
Anton Khirnov fbdcdaee6e Replace remaining occurrences of deprecated CH_* with AV_CH_* 14 years ago
Nicolas George 6e59474b30 Non-blocking protocol: TCP 14 years ago
Nicolas George 3ce3b49824 Non-blocking protocol: core wrapper functions 14 years ago
Nicolas George f4bd5800ac Non-blocking protocols: flag and documentation 14 years ago
Anton Khirnov 4a3556542d mp3enc: write ISO8859-1 instead of UTF-16 when possible 14 years ago
Peter Ross 9979dcd40e reindent after last commit 14 years ago
Peter Ross 699d55fb12 wtv: do not use flag in stream_guid chunk to determine if stream is valid, as this method is unreliable 14 years ago
Martin Storsjö 105ba7dc28 applehttp: Handle absolute paths relative to the current server 14 years ago
Martin Storsjö 861aab5677 movenchint: Use rtpenc_chain for setting up the chained RTP muxer 14 years ago
Martin Storsjö 118f09114c rtpenc_chain: Don't copy the time_base back to the caller 14 years ago
Martin Storsjö 42f97696ae Use avformat_free_context for cleaning up muxers 14 years ago
Martin Storsjö 4ed68fdfdc libavformat: Add a function for freeing an AVFormatContext 14 years ago
Martin Storsjö 173f19be75 libavformat: Use avcodec_copy_context for chained muxers 14 years ago
Clément Bœsch bffad70c66 Remove forgotten if (p) av_free(p) forms 14 years ago
Peter Ross 2d9fd1810b add ff_index_search_timestamp and ff_add_index_entry 14 years ago
Nicolas George 566f17b62d TCP: factor the poll() call 14 years ago
Peter Ross d3c0de863d wtv: filesystem implementation 14 years ago
Reimar Döffinger 5603df39df Always use av_set_pts_info to set the stream time base. 14 years ago
Anton Khirnov d947bce1fc tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY. 14 years ago
Anton Khirnov 4d9c044d47 Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE* 14 years ago
Martin Storsjö a991b8dec6 sapenc: Free AVStream->info on cleanup 14 years ago
Anton Khirnov ea46876301 rtmpproto: rename URLContext* argument in rtmp_write() 14 years ago
Tomas Härdin b9dab1131c Add ProRes FOURCCs to isom.c 14 years ago
Benjamin Larsson d25d1d06a4 Add AVC-Intra identifiers used by Flip4Mac for mov files 14 years ago
Clément Bœsch e31a744155 Remove a few if (p) av_free(p) forms 14 years ago
Martin Storsjö d0d8a9b138 Free AVStream->info in chained muxers 14 years ago
Martin Storsjö c6347bdf08 rtsp: Don't store RTSPStream in AVStream->priv_data 14 years ago
Anton Khirnov e921bd57e3 Add forgotten minor API bumps and APIChanges entries 14 years ago
Luca Barbato 2aaa2a1700 Free the RTSPStreams in ff_rtsp_close_streams 14 years ago
Reimar Döffinger 403fa3cf07 Ogg: discard non-essential metadata from Vorbis header when creating extradata 14 years ago
Reimar Döffinger b482c00121 Remove pts rescaling code that is useless after 2ff4a2764e 14 years ago
Reimar Döffinger 12763671e2 Document that av_write_header sets stream time_base to a value of it chosing. 14 years ago
Mans Rullgard 2c30f7b3d7 mpegtsenc: fix PMT PID calculation 14 years ago
Georgi Chorbadzhiyski a735bbbb7a Replace defines in libavformat/mpegtsenc.c with AVOptions 14 years ago
Reimar Döffinger 2ff4a2764e VC1testenc: convert pts values to correct time-base. 14 years ago
Ronald S. Bultje 939bfc87ee asf/wtv: use service_provider and service_name metadata tags 14 years ago
Vasyl' Vavrychuk e5e3897b64 mpegts: remove get_pts duplicate of ff_parse_pes_pts. 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Peter Ross 59884f55d1 mpegtsenc: support CODEC_ID_AAC_LATM 14 years ago
Dave Yeo c053bba9e2 rtspenc: include os_support.h for system without HAVE_POLL_H 14 years ago
Anton Khirnov 8270482681 asfdec: ensure that the whole tag is read. 14 years ago
Mans Rullgard 13904b552b os_support: make poll() fallbacks conditional on CONFIG_NETWORK 14 years ago
Stefano Sabatini b5a7100ad3 Make the image2 demuxer log more verbose 14 years ago
Georgi Chorbadzhiyski 753134ae3e In mpegts "reserved_future_use" field must be set to 1 in SDT table 14 years ago
Luca Barbato b351baa070 rtsp: make ff_sdp_parse return value forwarded 14 years ago
Luca Barbato d0eb91ad04 os: replace select with poll 14 years ago
Diego Elio Pettenò 9740a357e9 Hide demuxers', muxers' and protocols' objects via the ld version script. 14 years ago
Reimar Döffinger 76c802e989 VC1testenc: convert pts values to correct time-base. 14 years ago
Reimar Döffinger 609bdf813d Vorbis-in-Ogg: Do not set timebase to invalid values 14 years ago